zephyr/subsys/portability/cmsis_rtos_v1
Daniel Leung b60e09062d cmsis_rtos_v1: support memory mapped stack at abort hook
This extends the thread abort hook to support memory mapped
stack. The calculation to find out to which instance of thread
pools the outgoing thread belongs requires physical address.
So find the physical address via the memory mapped stack for
that.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-04-10 07:44:27 -04:00
..
CMakeLists.txt include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
cmsis_kernel.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
cmsis_mailq.c kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
cmsis_mempool.c kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
cmsis_msgq.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
cmsis_mutex.c kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
cmsis_semaphore.c kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
cmsis_signal.c sys_clock: define NSEC_PER_MSEC 2022-09-01 16:29:25 -04:00
cmsis_thread.c cmsis_rtos_v1: support memory mapped stack at abort hook 2024-04-10 07:44:27 -04:00
cmsis_timer.c kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
cmsis_wait.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
Kconfig kernel: remove cmsis-rtos layering violation 2024-03-06 19:27:28 -05:00