esp-idf/components/esp_ringbuf/test_apps/main
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
..
CMakeLists.txt esp_ringbuf: migrated esp_ringbuf component tests to pytest framework 2022-10-11 11:31:04 +02:00
test_ringbuf_main.c ringbuf: enable qemu tests 2023-06-20 13:57:22 +02:00
test_ringbuf.c esp_ringbuf: Add xRingbufferCreateWithCaps() 2023-06-26 15:05:29 +08:00