4635 Commits

Author SHA1 Message Date
Matthias Ringwald
1db8c91d3e wiced: collect all files in port/wiced 2016-01-04 15:32:37 +01:00
Matthias Ringwald
af64dab098 wiced: use generated wifi addr + 1 2016-01-04 14:56:15 +01:00
Matthias Ringwald
96b53536ee extract hci_transport_uart_get_main_baud_rate 2016-01-04 14:34:49 +01:00
Matthias Ringwald
7dd9d0ecf8 unify setting main baud rate 2016-01-04 14:29:13 +01:00
Matthias Ringwald
fab26ab36e bcm: limit uart to 3 mbps 2016-01-04 14:22:48 +01:00
Matthias Ringwald
9227d9a864 wiced: remove debug info 2016-01-04 12:27:57 +01:00
Matthias Ringwald
eb3a531469 send baud rate command after downloading broadcom init script 2016-01-04 12:24:10 +01:00
Matthias Ringwald
92a0d36dfa reset baud rate after downloading broadcom init script 2016-01-04 12:04:50 +01:00
Matthias Ringwald
d19678c809 wiced: fixe typo 2016-01-03 21:59:58 +01:00
Matthias Ringwald
138cb18a2a wiced: baud rate change basically working 2016-01-03 21:45:24 +01:00
Matthias Ringwald
9d6d69d659 wiced: implement h4_set_baudrate for STM32F205RGT6 - not working yet 2016-01-03 01:17:45 +01:00
Matthias Ringwald
6838b8f107 bcm: add set baud rate command 2016-01-03 01:16:31 +01:00
Matthias Ringwald
53860077ca hci: set bd addr after init script to make it work with bcm 2016-01-02 22:32:54 +01:00
Matthias Ringwald
3d1b0dfb98 bcm: add set bd addr command 2016-01-02 22:07:06 +01:00
Matthias Ringwald
5f26aadcab implement l2cap timeout check for HAVE_TIME_MS 2015-12-23 16:41:44 +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
78baa15460 wiced: add files for LE peripheral 2015-12-23 16:04:05 +01:00
Matthias Ringwald
a3be5a335e h4 wiced: check CTS before sending with manual control 2015-12-23 16:03:19 +01:00
Matthias Ringwald
0290598a44 add support for Broadcom init scipts 2015-12-23 16:02:43 +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
Matthias Ringwald
ece6d390b1 use wiced_result_t for run on main loop 2015-12-23 11:15:45 +01:00
Matthias Ringwald
e3a4bf259b provide hci_transport_h4_wiced_instance() 2015-12-22 21:58:01 +01:00
Matthias Ringwald
54780ef11e make HAVE_WICED as subdefine from EMBEDDED 2015-12-22 21:57:33 +01:00
Matthias Ringwald
b303a37ec9 add HAVE_WICED 2015-12-22 21:48:36 +01:00
Matthias Ringwald
8736ab0cf2 prefix linked_list 2015-12-22 21:48:13 +01:00
Matthias Ringwald
8b7ee932e0 prefix linked_lsit 2015-12-22 21:39:29 +01:00
Matthias Ringwald
6dd9f576f6 Python 3 version 2015-12-21 17:09:25 +01:00
Matthias Ringwald
f55dd2ad86 Merge branch 'master' into ble-api-cleanup
Conflicts:
	tool/generate.py
2015-12-18 21:47:34 +01:00
Matthias Ringwald
f40e932376 make compatible with Python 3 2015-12-18 21:44:02 +01:00
Matthias Ringwald
e688320173 make compatible with Python 3 2015-12-18 21:38:26 +01:00
Matthias Ringwald
6b9325e8aa make compatible with Python 3 2015-12-18 21:32:33 +01:00
Matthias Ringwald
351804d52c Merge branch 'master' into ble-api-cleanup 2015-12-18 20:30:34 +01:00
Matthias Ringwald
4b20d6e577 fix compile 2015-12-18 20:29:01 +01:00
Matthias Ringwald
e955494fd9 Merge branch 'master' into ble-api-cleanup 2015-12-18 20:21:18 +01:00
Matthias Ringwald
8258669bad hci_transport_h4_ehcill_dma: use HCI_OUTGOING_PRE_BUFFER_SIZE 2015-12-18 20:15:22 +01:00
Matthias Ringwald
12da76d312 hci_transport_h4_dma: use HCI_OUTGOING_PRE_BUFFER_SIZE 2015-12-18 20:08:34 +01:00
Matthias Ringwald
0a5fa5b3cb hci_transport_h4: make HCI_OUTGOING_PRE_BUFFER_SIZE mandatory 2015-12-18 19:56:02 +01:00
Matthias Ringwald
8888c76903 hci_transport_h4: use HCI_OUTGOING_PRE_BUFFER_SIZE 2015-12-18 19:50:21 +01:00
Matthias Ringwald
972d111a8e fix compile for iOS port 2015-12-18 16:47:50 +01:00
Matthias Ringwald
c0be408cdc Merge branch 'master' into ble-api-cleanup 2015-12-18 16:36:10 +01:00
Matthias Ringwald
04c626e393 deamon: remove l2cap_block_credits functionality 2015-12-18 16:27:40 +01:00
Matthias Ringwald
3aff022f9b don't track client packets granted in l2cap and rfcomm 2015-12-18 16:14:23 +01:00
Matthias Ringwald
ad902e3d26 Merge branch 'master' into ble-api-cleanup 2015-12-18 15:31:55 +01:00
Matthias Ringwald
47c8cf6f28 hfp: use buffer smaller than mimimum rfcomm mtu for CHLD 2015-12-18 15:31:27 +01:00
Matthias Ringwald
e81f58c742 hfp: generalized hfp ag cmd generator 2015-12-18 15:29:36 +01:00
Matthias Ringwald
b040a000e8 hfp: send ag indicators status on request, delete old code 2015-12-18 15:14:14 +01:00
Matthias Ringwald
fbe69a2b49 hfp: use generator to split ag indicators list into multiple segements 2015-12-18 15:11:08 +01:00
Matthias Ringwald
5b69ff6c7f hfp: mock support prepared packets 2015-12-18 14:37:08 +01:00