zephyr/tests/lib/ringbuffer
Nicolas Pitre e1eead3925 ring_buffer: shrink size of struct ring_buf
Make struct ring_buf 12 bytes smaller by default. This comes with a 32KB
buffer size limit which covers almost all cases. The previous limit of
2GB can be restored with CONFIG_RING_BUFFER_LARGE=y.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2025-03-11 08:59:05 +01:00
..
src ring_buffer: shrink size of struct ring_buf 2025-03-11 08:59:05 +01:00
CMakeLists.txt
Kconfig lib: os: ring_buffer: Allow using full buffer capacity 2020-11-11 13:17:49 +01:00
prj.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
testcase.yaml tests/lib: Use hwmv2 native targets identifiers 2024-03-15 16:13:12 +01:00