esp-idf/components/esp_ringbuf
Sudeep Mohanty 6a82497bdc fix(esp_ringbuf): Fixed a bug where in a no-split buffer received items prematurely
This commit fixes a bug in the no-split buffer which could receive an
item prematurely if the space on the buffer is acquired until the buffer
is full. The commit also adds a unit test for this scenario.

Closes https://github.com/espressif/esp-idf/issues/14568
2024-09-18 13:39:52 +02:00
..
include/freertos fix(esp_ringbuf): Updated esp_ringbuf to follow astyle format 2024-01-26 15:20:19 +01:00
test_apps fix(esp_ringbuf): Fixed a bug where in a no-split buffer received items prematurely 2024-09-18 13:39:52 +02:00
CMakeLists.txt change(esp_ringbuf): specify build test dependency 2023-11-07 10:40:00 +08:00
Kconfig esp_ringbuf: Added functions to linker.lf file which can be placed in Flash 2023-04-03 08:57:56 +02:00
linker.lf esp_ringbuf: Added functions to linker.lf file which can be placed in Flash 2023-04-03 08:57:56 +02:00
ringbuf.c fix(esp_ringbuf): Fixed a bug where in a no-split buffer received items prematurely 2024-09-18 13:39:52 +02:00