esp-idf/components/freertos
Piyush Shah 91968ef464 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>
2017-12-07 17:04:23 +05:30
..
include/freertos freertos/ringbuf: Added an API xRingbufferCreateNoSplit() 2017-12-07 17:04:23 +05:30
test freertos/fix SMP bug with Idle task clean up 2017-12-05 18:13:56 +08:00
FreeRTOS-openocd.c
Kconfig freertos/backport and test v9.0.0 functions 2017-11-23 14:18:09 +08:00
component.mk
croutine.c
event_groups.c freertos/backport and test v9.0.0 functions 2017-11-23 14:18:09 +08:00
license.txt
list.c
port.c
portasm.S
portmux_impl.h
queue.c freertos/backport and test v9.0.0 functions 2017-11-23 14:18:09 +08:00
readme_xtensa.txt
ringbuf.c freertos/ringbuf: Added an API xRingbufferCreateNoSplit() 2017-12-07 17:04:23 +05:30
stdint.readme
tasks.c freertos/fix SMP bug with Idle task clean up 2017-12-05 18:13:56 +08:00
timers.c freertos/backport and test v9.0.0 functions 2017-11-23 14:18:09 +08:00
xtensa_context.S
xtensa_init.c
xtensa_intr.c
xtensa_intr_asm.S
xtensa_overlay_os_hook.c
xtensa_vector_defaults.S
xtensa_vectors.S