zephyr/tests/subsys/portability
Alberto Escolar Piedras 585063606a tests: portability cmsis_rtosv2: Fix buffer aligment
The kernel requires the buffer to be word aligned.
Instead of assuming the word size is 32bits,
lets align the buffer to the size of a pointer,
which should match the word size (and which
is the check the kernel performs).

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-06-20 10:45:33 +00:00
..
cmsis_rtos_v1 tests: samples: cleanup test tags, add integration_platforms 2023-06-02 04:47:06 -04:00
cmsis_rtos_v2 tests: portability cmsis_rtosv2: Fix buffer aligment 2023-06-20 10:45:33 +00:00