Commit Graph

34 Commits

Author SHA1 Message Date
Matthias Ringwald
9d933ba251 btstack_uart_block_wiced.c: fix compile 2021-07-05 10:47:49 +02:00
Matthias Ringwald
739fcdb2bb wiced: use btstack_run_loop_execute_code_on_main_thread instead of btstack_run_loop_wiced_execute_code_on_main_thread 2021-07-02 16:51:58 +02:00
Matthias Ringwald
62b026069e btstack_run_loop_wiced: implement execute on main thread 2021-07-02 16:51:58 +02:00
Matthias Ringwald
66c452cf80 btstack_run_loop_wiced: implement trigger exit 2021-07-02 16:51:58 +02:00
Matthias Ringwald
369e4864f3 wiced-h4: fix build 2021-04-07 19:17:12 +02:00
Matthias Ringwald
cf159062a6 btstack_uart: add NULL for SLIP function in existing uart implementations (avoid warnings) 2021-03-10 10:03:58 +01:00
Matthias Ringwald
9f1d8eee3d remove btstack_run_loop_base.h include from run loop implementations and tests 2021-03-08 10:45:31 +01:00
Matthias Ringwald
6cdca94f97 btstack_run_loop_wiced: use run loop base 2021-03-05 11:49:44 +01:00
Matthias Ringwald
ff3cc4a537 MISRAC2012-Rule-14.4_d: use while(true) instead of while(1) 2019-12-03 12:52:10 +01:00
Matthias Ringwald
d58a1b5f11 linked list/run loop: return true if item/data source/timer was removed 2019-11-27 18:23:11 +01:00
Matthias Ringwald
8291be9586 wiced: fix compile 2019-08-04 22:01:08 +02:00
Matthias Ringwald
85ce275a87 wiced: handle time_ms overrun after 49 days 2019-08-04 20:15:26 +02:00
Matthias Ringwald
e501bae083 Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1) 2019-05-11 19:31:55 +02:00
Matthias Ringwald
80e33422a9 Use FILENAME_H as include guard (MISRAC2012-Rule-21.1) 2019-05-11 19:08:52 +02:00
Matthias Ringwald
e90da8a6c2 fix built 2019-05-01 21:49:47 +02:00
Matthias Ringwald
d14ceebfc8 le_device_db: return BD_ADDR_TYPE_UNKNOWN if device unknown in posix_fs, wiced, and memory implementations 2019-05-01 20:27:11 +02:00
Matthias Ringwald
3dc3a67de7 le_device_db: add secure connection field 2019-03-06 12:58:53 +01:00
Matthias Ringwald
7e4bff8292 wiced: add more STM32F4 versions to set baudrate function. Enables BCM94343WWCD1/2 platforms. Thanks to Venkat 2018-06-10 20:02:05 +02:00
Matthias Ringwald
6fc9dda195 le_device_db: add le_device_db_max_count() for index iteration 2018-03-15 16:25:59 +01:00
Matthias Ringwald
c4023def38 wiced: implement link key iterator for btstack_link_key_db_wiced_dct 2018-02-05 18:25:23 +01:00
Matthias Ringwald
ad1a357b97 wiced: add le_device_db_wiced_dct_get_storage_size 2017-11-08 16:45:11 +01:00
Matthias Ringwald
44c75d2c36 wiced: fix build 2017-11-08 11:25:20 +01:00
Matthias Ringwald
b03afde162 wiced: support for btstack_stdin (HAVE_STDIN) 2017-11-07 22:26:48 +01:00
Matthias Ringwald
4b929998c3 btstack_uart_block: add set_flowcontrol 2017-07-25 17:53:01 +02:00
Matthias Ringwald
b7832c7f15 btstack_run_loop: don't call btstack_run_loop_remove_timer from platform implementation 2017-07-04 15:27:27 +02:00
Matthias Ringwald
13e71c7bf4 wiced: add le_device_db_wiced_dct to store LE pairing info in DCT 2017-05-30 13:54:20 +02:00
Matthias Ringwald
85447f545f wiced: add btstack_link_key_db_wiced_dct_get_storage_size for Classic Link Key DB 2017-05-30 13:54:04 +02:00
Matthias Ringwald
e25b4a2f90 wiced: move common files into platform/wiced 2017-05-02 19:06:57 +02:00
Matthias Ringwald
1db8c91d3e wiced: collect all files in port/wiced 2016-01-04 15:32:37 +01:00
Matthias Ringwald
9227d9a864 wiced: remove debug info 2016-01-04 12:27:57 +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
7cdb8a02d8 split wiced port into platform/wiced and port/redbear-duo 2015-12-23 16:22:20 +01:00