zephyr/subsys/portability/cmsis_rtos_v2
Benedikt Schmidt 24de378986 portability: fix thread function signatures
Fix thread function signatures to avoid stack corruption on thread exit.

Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
2023-10-30 12:24:34 +01:00
..
CMakeLists.txt
event_flags.c kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
Kconfig
kernel.c
mempool.c kernel: Re-factor k_mem_slab definition 2023-09-30 08:04:14 +03:00
msgq.c cmsis: resolve undefined reference to k_calloc() 2023-10-25 19:54:13 +02:00
mutex.c kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
semaphore.c kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
thread_flags.c
thread.c portability: fix thread function signatures 2023-10-30 12:24:34 +01:00
timer.c kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
wrapper.h