esp-idf/components/esp_ringbuf
michael 1ca25688a8 freertos: place `xQueueGenericCreateStatic` into flash
`xQueueGenericCreateStatic` is placed into flash by the linker script to
reduce IRAM usage.  This will also cause the `xRingbufferCreate` not
not callable when cache is disabled.
2020-04-22 16:06:13 +08:00
..
include/freertos ringbuf: Remove deprecated RingbufferType_t 2019-09-13 09:44:07 +10:00
test freertos: place `xQueueGenericCreateStatic` into flash 2020-04-22 16:06:13 +08:00
CMakeLists.txt
component.mk
linker.lf
ringbuf.c ringbuffer: support to allocate memory on the ringbuffer before send 2019-07-01 11:41:50 +08:00