zephyr/lib/cmsis_rtos_v1
Martin Åberg 73b7dde833 cmsis: align buffer containing struct k_timer
The slab cmis_timer_slab is used to allocate objects of the type
"struct timer_obj", so it should be defined to use the compile-time
alignment requirement of "struct timer_obj", rather than 4.

Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
2020-11-13 14:53:55 -08:00
..
CMakeLists.txt
Kconfig
cmsis_kernel.c
cmsis_mailq.c
cmsis_mempool.c
cmsis_msgq.c
cmsis_mutex.c
cmsis_semaphore.c
cmsis_signal.c
cmsis_thread.c
cmsis_timer.c
cmsis_wait.c