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
CMakeLists.txt
Kconfig
linker.lf
ringbuf.c esp_ringbuf: Add xRingbufferCreateWithCaps() 2023-06-26 15:05:29 +08:00