esp-idf/components/esp_ringbuf
Darian Leung 7d983fe5a3 esp_ringbuf: Add xRingbufferCreateWithCaps()
This commit adds APIS to create a ring buffer with specific memory caps. The
following APIs have been added:

- xRingbufferGetStaticBuffer()
- xRingbufferCreateWithCaps()
- vRingbufferDeleteWithCaps()
2023-06-26 15:05:29 +08:00
..
include/freertos esp_ringbuf: Add xRingbufferCreateWithCaps() 2023-06-26 15:05:29 +08:00
test_apps esp_ringbuf: Add xRingbufferCreateWithCaps() 2023-06-26 15:05:29 +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: Add xRingbufferCreateWithCaps() 2023-06-26 15:05:29 +08:00