esp-idf/components/esp_ringbuf
Sudeep Mohanty dac48f2a40 esp_ringbuf: Added functions to linker.lf file which can be placed in Flash
This commit adds symbols from the ringbuf.c file which can be placed in
Flash in order to free up IRAM space.
2023-04-03 08:57:56 +02:00
..
include/freertos esp_ringbuf: Clarify behavior when sending items of 0 size 2023-02-28 23:56:45 +08:00
test_apps esp_ringbuf: Clarify behavior when sending items of 0 size 2023-02-28 23:56:45 +08:00
.build-test-rules.yml esp_ringbuf: migrated esp_ringbuf component tests to pytest framework 2022-10-11 11:31:04 +02:00
CMakeLists.txt components: use new component registration api 2019-06-21 19:53:29 +08:00
Kconfig esp_ringbuf: Added functions to linker.lf file which can be placed in Flash 2023-04-03 08:57:56 +02:00
linker.lf esp_ringbuf: Added functions to linker.lf file which can be placed in Flash 2023-04-03 08:57:56 +02:00
ringbuf.c esp_ringbuf: Clarify behavior when sending items of 0 size 2023-02-28 23:56:45 +08:00