freertos/ringbuf: Added an API xRingbufferCreateNoSplit()
authorPiyush Shah <piyush@espressif.com>
Thu, 23 Nov 2017 10:09:17 +0000 (15:39 +0530)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 27 Dec 2017 08:54:25 +0000 (16:54 +0800)
commit545c7e5cdde99a2b244d73e025142d393e7f0d0c
tree26fe007bf32ac8d0ae1561b4c5786a7f29e43167
parentef6fe211b86a4ebd8c56483a3d1456277e5053bf
freertos/ringbuf: Added an API xRingbufferCreateNoSplit()

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>
components/freertos/include/freertos/ringbuf.h
components/freertos/ringbuf.c