mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-26 02:02:02 +00:00

This is a wrapper API for creating a Ring Buffer, which ensures that the ringbuffer can hold the given number of items, each item being of the same given length. Signed-off-by: Piyush Shah <piyush@espressif.com>