esp-idf/components/esp_ringbuf
Sudeep Mohanty 1fb7afab01 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-19 16:06:00 +02:00
..
include/freertos ringbuf: Fix ordering of StaticRingbuffer_t 2023-07-04 21:30:43 +01:00
test_apps fix(esp_ringbuf): Fixed a bug where in a no-split buffer received items prematurely 2024-09-19 16:06:00 +02:00
.build-test-rules.yml esp_ringbuf: migrated esp_ringbuf component tests to pytest framework 2022-10-11 11:31:04 +02:00
CMakeLists.txt components: use new component registration api 2019-06-21 19:53:29 +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-19 16:06:00 +02:00