]> rtime.felk.cvut.cz Git - mirosot.git/commitdiff
Updated to actual version of h8300-boot.
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 29 Jun 2006 07:54:00 +0000 (07:54 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 29 Jun 2006 07:54:00 +0000 (07:54 +0000)
darcs-hash:20060629075432-f2ef6-1685fb7e374c990dac5a0ba095889876f6f79588.gz

bluetooth/Makefile.omk
testapp/mirosot_main.c

index aac9b8e390bf9280ddf23f7d0284983e13c5c5bd..077597f50aa1e519d565e3b627493800188f5622 100644 (file)
@@ -15,3 +15,4 @@ lib_LIBRARIES = bluetooth
 bluetooth_SOURCES = bth_command.c bth_event_acc.c bth_error.c bth_cmd_complete_ev.c l2cap.c bth_inface.c bth_main.c h2638_pkt_controll.c
 include_HEADERS = bth_inface.h bth_fce_out.h bth_h8s2638.h
 
+default_CONFIG = CONFIG_BLUETOOTH=y
\ No newline at end of file
index 662e7011f872673b1e2f76db2aecfa82449e42bd..e86e978619fbaa3365e50f315f99d6fe4a154bd5 100644 (file)
@@ -223,7 +223,8 @@ int main()
   init();
 
   /*nastaveni seriovych linek - Bth, PC*/
-  sci_rs232_setmode(115200, 0, 0, 2);  //bth
+  //sci_rs232_setmode(RS232_BAUD_RAW | 3, 0, 0, 2);    // HCI - hardcoded 115200
+  sci_rs232_setmode(115200, 0, 0, 2);  // HCI
   sci_rs232_setmode(19200, 0, 0, sci_rs232_chan_default); //PC
   sti();