mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-28 03:23:14 +00:00
7d983fe5a3
This commit adds APIS to create a ring buffer with specific memory caps. The following APIs have been added: - xRingbufferGetStaticBuffer() - xRingbufferCreateWithCaps() - vRingbufferDeleteWithCaps()