mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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>