esp-idf/components/esp_ringbuf/test_apps
Darian Leung a8b9314353 esp_ringbuf: Clarify behavior when sending items of 0 size
Ring buffers permit sending items of 0 size where:

- No-split/allow-split buffers will send an item (i.e., header) but the item
will have a 0 sized data section
- Byte buffers will simply return pdTRUE

This commit fixes an incorrect assert w.r.t 0 item size in
xRingbufferSendAcquire() and also adds a note to the API descriptions regarding
0 item sizes. A test case has also been added.
2023-02-28 23:56:45 +08:00
..
main esp_ringbuf: Clarify behavior when sending items of 0 size 2023-02-28 23:56:45 +08:00
CMakeLists.txt ci: update idf-core related tests for C6 2023-02-13 13:01:57 +08:00
pytest_esp_ringbuf.py ci: update idf-core related tests for C6 2023-02-13 13:01:57 +08:00
README.md esp_ringbuf: migrated esp_ringbuf component tests to pytest framework 2022-10-11 11:31:04 +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