zephyr/tests/subsys/portability/cmsis_rtos_v2
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
..
src tests: portability cmsis_rtosv2: Fix buffer aligment 2023-06-20 10:45:33 +00:00
CMakeLists.txt include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
prj.conf tests: move to using CONFIG_MP_MAX_NUM_CPUS 2022-10-20 22:04:10 +09:00
testcase.yaml tests: use integration_platforms where applicable 2023-05-26 17:52:02 -04:00