zephyr/tests/subsys/portability/cmsis_rtos_v2/src
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
..
event_flags.c tests: subsys: portability: move cmsis_rtos_v2 to new ztest API 2022-09-08 10:13:17 +02:00
kernel.c ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
mempool.c tests: portability cmsis_rtosv2: Fix buffer aligment 2023-06-20 10:45:33 +00:00
msgq.c ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
mutex.c ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
semaphore.c ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
thread_apis.c ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
thread_flags.c tests: subsys: portability: move cmsis_rtos_v2 to new ztest API 2022-09-08 10:13:17 +02:00
timer.c tests: subsys: portability: move cmsis_rtos_v2 to new ztest API 2022-09-08 10:13:17 +02:00