Commit Graph

15 Commits

Author SHA1 Message Date
Milanka Ringwald
2fca4dad95 license: update text 2021-11-02 09:31:00 +01:00
Matthias Ringwald
d9d4921fd5 freertos: use generic btstack_run_loop_poll_data_sources_from_irq instead of btstack_run_loop_freertos_trigger_from_isr 2021-07-02 16:51:58 +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
c22a293dc0 freertos: include 'FreeRTOS.h' before testing configuration 2019-08-13 16:13:47 +02:00
Matthias Ringwald
e501bae083 Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1) 2019-05-11 19:31:55 +02:00
Matthias Ringwald
297a0e053d freertos: use portYIELD_FROM_ISR without arguments on esp32 and allow to compile of btstack_uart_block_freertos 2017-10-25 15:38:12 +02:00
Matthias Ringwald
f71711bb0a hal_uart_dma: add hal_uart_dma_set_flowcontrol with HAVE_UART_DMA_SET_FLOWCONTROL guard 2017-07-25 19:37:09 +02:00
Matthias Ringwald
4b929998c3 btstack_uart_block: add set_flowcontrol 2017-07-25 17:53:01 +02:00
Matthias Ringwald
3ce3a4ebf3 btstack_uart_block: allow to 'unset' a callback by setting it to NULL. Update code for freertos and embedded to implement this 2017-07-24 11:53:29 +02:00
Matthias Ringwald
c573ae3327 freertos: fix typo in btstack_uart_block_freertos.c 2017-07-18 11:42:58 +02:00
Matthias Ringwald
828fd804b0 freertos: HAVE_FREERTOS_TASK_NOTIFICATION uses FreeRTOS Task Notifications from v8.2 to trigger run loop 2017-07-04 19:43:02 +02:00
Matthias Ringwald
8838c9457b esp32: avoid compile error in freertos support as xEventGroupSetBitsFromISR is not defined, but not needed on esp32 2017-05-15 18:06:55 +02:00
Matthias Ringwald
92f3d82f1e freertos: show error if INCLUDE_xEventGroupSetBitFromISR is not set 2017-05-09 09:22:06 +02:00
Matthias Ringwald
f953952c6e esp32: add new set_wakeup_handler to btstack uart block freertos 2017-05-05 15:20:31 +02:00
Matthias Ringwald
7d5f53998d esp32: drop single_threaded attribute from function names 2017-05-05 15:20:31 +02:00