30 Commits

Author SHA1 Message Date
matthias.ringwald@gmail.com
b36cf1a947 send DAEMON_EVENT_HCI_PACKET_SENT as valid HCI Event - fixes issue #360 2013-12-20 19:22:19 +00:00
matthias.ringwald@gmail.com
8363021c65 more pre-c99 fixes 2013-12-06 15:20:34 +00:00
mila@ringwald.ch
4f2f629291 struct initialization in old style, init in with 0 instead of NULL 2013-12-06 13:46:41 +00:00
mila@ringwald.ch
4eb637e285 struct initialization in old style 2013-12-06 09:28:43 +00:00
mila@ringwald.ch
82db68a572 struct initialization in old style 2013-12-06 09:23:34 +00:00
matthias.ringwald
3bc4d64e10 fix use of pointer to volatile/stack memory, thanks to Matthias Gruenewald 2013-02-18 10:26:34 +00:00
matthias.ringwald
6b64433e6a added non-commerical clause and contact email 2012-05-07 21:54:09 +00:00
matthias.ringwald
27e8a260c3 implementing foo didn't work out - revering back 2011-08-14 18:40:50 +00:00
matthias.ringwald
56bcb00264 revised initial foo interface 2011-08-11 20:18:06 +00:00
matthias.ringwald
b6a86d9103 start work on foo 2011-08-11 20:11:15 +00:00
matthias.ringwald
e96f52b81b define embedded_trigger to trigger run loop iteration and call from tick callback and hci h4 dma transport implementation 2011-08-05 15:50:55 +00:00
matthias.ringwald
d9a1d4598e replaced dynamic instantiation with static objects to avoid malloc 2011-07-30 19:55:43 +00:00
matthias.ringwald
36a5e73594 streamline buffer size definitions throughtout the stack, use single HCI_PACKET_BUFFER_SIZE 2011-07-29 19:44:19 +00:00
matthias.ringwald
a8271db878 reserver additional byte after hci_event packet 2011-07-28 21:39:24 +00:00
matthias.ringwald
5ed75bc612 use correct size for HCI receive buffer 2011-07-27 20:43:55 +00:00
matthias.ringwald
8f8108aabc replaced HCI_ACL_3DH5_SIZE with HCI_ACL_BUFFER_SIZE, add packet_types to hci_stack, set packet_types based on HCI_ACL_BUFFER_SIZE and Bluetooth module ACL buffer size, specify usable packet_types when creating connections 2011-07-26 21:18:45 +00:00
matthias.ringwald
f13263b945 revert enable DUMP flag 2011-07-25 21:17:33 +00:00
matthias.ringwald
e1d412164f fix compile for EMBEDDED 2011-07-25 21:16:34 +00:00
matthias.ringwald
7d67539f26 renamed log_err into log_error 2011-07-22 18:34:18 +00:00
matthias.ringwald
9cfae47295 fix warnings for unused variables 2011-07-22 10:22:40 +00:00
matthias.ringwald
828325e337 add commented debug code 2011-07-16 21:02:20 +00:00
matthias.ringwald
81dd009949 emit DAEMON_EVENT_HCI_PACKET_SENT on tx done 2011-07-16 15:18:31 +00:00
matthias.ringwald
ffdd5cca9e implemented h4_can_send_packet_now for h4 dma transport 2011-07-12 20:10:47 +00:00
matthias.ringwald
912a5b0c23 added can_send_packet_now to HCI transport interface 2011-07-12 20:09:07 +00:00
matthias.ringwald
aae24819b1 rewrite h4 send to assume asynchronous(aka IRQ)/non-blccking write of hal_uart_dma 2011-07-12 19:34:52 +00:00
matthias.ringwald
4130a444b8 support baudreate changes 2011-06-05 12:59:24 +00:00
matthias.ringwald
fcd143f0be renamed hci_transport_t instance getter 2011-05-31 21:47:35 +00:00
matthias.ringwald
6da2c65f6e removed debugging stuff 2011-05-31 21:45:25 +00:00
matthias.ringwald
e029df3436 removed debugging stuff 2011-05-31 21:42:21 +00:00
matthias.ringwald
f1dfb1058e added support for IRQ driven UART driver for embedded systems 2011-05-31 21:37:35 +00:00