esp-idf/components/esp_ringbuf/test_apps
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
..
main fix(esp_ringbuf): Fixed a bug where in a no-split buffer received items prematurely 2024-09-18 13:39:52 +02:00
.build-test-rules.yml refactor(esp_ringbuf): Adjusted unit tests so some of them run on Linux 2024-08-12 15:29:41 +02:00
CMakeLists.txt change(system): enabled pthread, ringbuf and event tests 2023-12-21 11:09:42 +08:00
pytest_esp_ringbuf.py refactor(esp_ringbuf): Adjusted unit tests so some of them run on Linux 2024-08-12 15:29:41 +02:00
README.md refactor(esp_ringbuf): Adjusted unit tests so some of them run on Linux 2024-08-12 15:29:41 +02:00
sdkconfig.ci.default esp_ringbuf: migrated esp_ringbuf component tests to pytest framework 2022-10-11 11:31:04 +02:00
sdkconfig.ci.ringbuf_flash esp_ringbuf: migrated esp_ringbuf component tests to pytest framework 2022-10-11 11:31:04 +02:00
sdkconfig.defaults ci: update idf-core related tests for C6 2023-02-13 13:01:57 +08:00

Supported Targets ESP32 ESP32-C3 ESP32-S2 Linux