esp-idf/components/esp_ringbuf
Marius Vikhammer a940064748 esp_ringbuf: placement in flash is no longer controlled by CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH
esp-ringbuf funtion placement is now controlled by its own configs:
CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH and CONFIG_RINGBUF_PLACE_ISR_FUNCTIONS_INTO_FLASH

Closes https://github.com/espressif/esp-idf/issues/9198
2022-08-08 07:15:00 +00:00
..
include/freertos freertos: always enable static allocation 2020-12-29 16:18:04 +01:00
test esp_ringbuf: placement in flash is no longer controlled by CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH 2022-08-08 07:15:00 +00:00
CMakeLists.txt components: use new component registration api 2019-06-21 19:53:29 +08:00
component.mk tools: implement linker script generation 2018-11-16 12:42:02 +08:00
Kconfig esp_ringbuf: placement in flash is no longer controlled by CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH 2022-08-08 07:15:00 +00:00
linker.lf esp_ringbuf: placement in flash is no longer controlled by CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH 2022-08-08 07:15:00 +00:00
ringbuf.c Merge branch 'bugfix/ringbuf_send_semaphore_release_order_v4.4' into 'release/v4.4' 2021-12-08 10:26:12 +00:00