26 Commits

Author SHA1 Message Date
Matthias Ringwald
598564e4d3 wiced: only print dot if we're waiting for CTS 2016-08-19 18:07:37 +02:00
Matthias Ringwald
d8f374f670 wiced: only print dot if we're waiting for CTS 2016-08-16 15:12:30 +02:00
Matthias Ringwald
401a70243a wiced: enable set baudrate for STM32F40_41xxx, too 2016-08-16 14:58:08 +02:00
Matthias Ringwald
ce7ff1f89f wiced: reset Bluetooth controller via RESET line if available 2016-08-16 14:18:12 +02:00
Matthias Ringwald
e7a97f41ef wiced: adapt to changed signature of platform_uart_receive_bytes. make it compatible with 3.3.1, 3.4.0, and 3.5.2 2016-07-04 11:42:13 +02:00
Matthias Ringwald
bd021c4e5b h4/h5: move platform independent implementations into core 2016-04-22 16:23:23 +02:00
Matthias Ringwald
084ad01c1a hci_transport/btstack_uart_block: create btstack_uart_block_embedded on top of hal_uart_dma. Pass in uart driver to H4/H5 instances 2016-04-20 23:18:15 +02:00
Matthias Ringwald
0cb5b9716d fix prototypes for fn() 2016-03-28 11:44:30 +02:00
Matthias Ringwald
281f819cb8 wiced: fixed port 2016-02-26 21:16:32 +01:00
Matthias Ringwald
63fa3374ea hci_transport: send HCI_EVENT_TRANSPORT_PACKET_SENT when buffer can be re-used, send HCI_EVENT_SCO_CAN_SEND_NOW if that's separate 2016-02-18 14:48:41 +01:00
Matthias Ringwald
f8fbdce0c5 use little/big_endian_read/store_16/24/32 2016-01-31 00:07:32 +01:00
Matthias Ringwald
19084a7dda add missing const specifiers 2016-01-22 17:52:43 +01:00
Matthias Ringwald
7907f06931 btstack-config.h -> btstack_config.h 2016-01-21 15:41:16 +01:00
Matthias Ringwald
d4c40e6512 use hci_transport_TYPE_instace() consistently. Fix iOS port build 2016-01-21 11:05:09 +01:00
Matthias Ringwald
ec820d7756 prefix data_source_t and timer_source_t with btstack 2016-01-20 16:00:45 +01:00
Matthias Ringwald
528a4a3b3e prefix run_loop_ functions with btstack_ 2016-01-20 15:58:46 +01:00
Matthias Ringwald
8f2a52f4d9 forgot to add files in earlier commit 2016-01-20 15:38:37 +01:00
Matthias Ringwald
16ece13520 prefix debug with btstack_ 2016-01-20 14:52:45 +01:00
Matthias Ringwald
c6832aeae2 move wiced specific functionality to run_loop_wiced.h 2016-01-06 16:14:37 +01:00
Matthias Ringwald
13a2efaf0f wiced_ -> run_loop_wiced_ 2016-01-06 15:57:30 +01:00
Matthias Ringwald
1db8c91d3e wiced: collect all files in port/wiced 2016-01-04 15:32:37 +01:00
Matthias Ringwald
7cdb8a02d8 split wiced port into platform/wiced and port/redbear-duo 2015-12-23 16:22:20 +01:00
Matthias Ringwald
f7d1275892 move WICED_BT_UART_MANUAL_CTS_RTS hack to btstack-config.h 2015-12-23 16:12:33 +01:00
Matthias Ringwald
a3be5a335e h4 wiced: check CTS before sending with manual control 2015-12-23 16:03:19 +01:00
Matthias Ringwald
8bf4bd7613 WICED: support manual CTS/RTS control 2015-12-23 12:40:04 +01:00
Matthias Ringwald
ddac77b560 port for WICED platform using threads for HCI Transport H4 RX/TX 2015-12-23 11:17:04 +01:00