#
2fca4dad |
| 02-Nov-2021 |
Milanka Ringwald <[email protected]> |
license: update text
|
#
d9d4921f |
| 16-Mar-2021 |
Matthias Ringwald <[email protected]> |
freertos: use generic btstack_run_loop_poll_data_sources_from_irq instead of btstack_run_loop_freertos_trigger_from_isr
|
#
cf159062 |
| 10-Mar-2021 |
Matthias Ringwald <[email protected]> |
btstack_uart: add NULL for SLIP function in existing uart implementations (avoid warnings)
|
#
c22a293d |
| 13-Aug-2019 |
Matthias Ringwald <[email protected]> |
freertos: include 'FreeRTOS.h' before testing configuration
|
#
e501bae0 |
| 11-May-2019 |
Matthias Ringwald <[email protected]> |
Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)
|
#
297a0e05 |
| 24-Oct-2017 |
Matthias Ringwald <[email protected]> |
freertos: use portYIELD_FROM_ISR without arguments on esp32 and allow to compile of btstack_uart_block_freertos
|
#
f71711bb |
| 25-Jul-2017 |
Matthias Ringwald <[email protected]> |
hal_uart_dma: add hal_uart_dma_set_flowcontrol with HAVE_UART_DMA_SET_FLOWCONTROL guard
|
#
4b929998 |
| 25-Jul-2017 |
Matthias Ringwald <[email protected]> |
btstack_uart_block: add set_flowcontrol
|
#
3ce3a4eb |
| 24-Jul-2017 |
Matthias Ringwald <[email protected]> |
btstack_uart_block: allow to 'unset' a callback by setting it to NULL. Update code for freertos and embedded to implement this
|
#
c573ae33 |
| 18-Jul-2017 |
Matthias Ringwald <[email protected]> |
freertos: fix typo in btstack_uart_block_freertos.c
|
#
828fd804 |
| 04-Jul-2017 |
Matthias Ringwald <[email protected]> |
freertos: HAVE_FREERTOS_TASK_NOTIFICATION uses FreeRTOS Task Notifications from v8.2 to trigger run loop
|
#
8838c945 |
| 15-May-2017 |
Matthias Ringwald <[email protected]> |
esp32: avoid compile error in freertos support as xEventGroupSetBitsFromISR is not defined, but not needed on esp32
|
#
92f3d82f |
| 09-May-2017 |
Matthias Ringwald <[email protected]> |
freertos: show error if INCLUDE_xEventGroupSetBitFromISR is not set
|
#
f953952c |
| 05-May-2017 |
Matthias Ringwald <[email protected]> |
esp32: add new set_wakeup_handler to btstack uart block freertos
|
#
7d5f5399 |
| 05-May-2017 |
Matthias Ringwald <[email protected]> |
esp32: drop single_threaded attribute from function names
|