zephyr/tests/lib/ringbuffer
Nicolas Pitre f4ac771f83 tests: ringbuffer: test 32-bit wrap-around conditions
The core ring buffer code presumes a 32-bit wrap-around behavior when its
head and tail indices cross the maximum value range. Make sure this is
covered by the test suite, for both 32- and 64-bit targets.

While at it, reduce stack requirement of the modified test.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2022-02-24 14:49:00 -08:00
..
src tests: ringbuffer: test 32-bit wrap-around conditions 2022-02-24 14:49:00 -08:00
CMakeLists.txt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
Kconfig lib: os: ring_buffer: Allow using full buffer capacity 2020-11-11 13:17:49 +01:00
prj.conf kconfig: Rename the TEST_EXTRA stack size option to align with the rest 2022-02-22 08:23:05 -05:00
testcase.yaml tests: ringbuffer: test 32-bit wrap-around conditions 2022-02-24 14:49:00 -08:00