esp-idf/components/esp_ringbuf
tgotic 480253d659 Move xSemaphoreGive out of configASSERT
xSemaphoreGive won't be executed in configASSERT and semaphore will stay locked if NDEBUG (idf v5) or CONFIG_FREERTOS_ASSERT_DISABLE (idf v3, v4) are defined.
2022-08-04 16:41:18 +02:00
..
include/freertos docs: update programming guide for esp32s3 chip independent system chapters 2021-11-23 12:48:10 +05:30
test esp_ringbuf: placement in flash is no longer controlled by CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH 2022-07-11 09:24:20 +08:00
CMakeLists.txt components: use new component registration api 2019-06-21 19:53:29 +08:00
Kconfig esp_ringbuf: placement in flash is no longer controlled by CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH 2022-07-11 09:24:20 +08:00
linker.lf esp_ringbuf: placement in flash is no longer controlled by CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH 2022-07-11 09:24:20 +08:00
ringbuf.c Move xSemaphoreGive out of configASSERT 2022-08-04 16:41:18 +02:00