FreeRTOS-Kernel/portable/IAR/ARM_CM33/non_secure
Ahmed Ismail 3f23eab8c7 stack-overflow-check: Introduce portGET_CURRENT_TOP_OF_STACK macro
When MPU wrapper v2 is used, the task's context is stored in TCB and
`pxTopOfStack`` member of TCB points to the context location in TCB. We,
therefore, need to read PSP to find the task's current top of stack.

Signed-off-by: Ahmed Ismail <Ahmed.Ismail@arm.com>
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
2025-01-13 16:18:20 +00:00
..
mpu_wrappers_v2_asm.S Remove duplicate pop from MPU Wrappers ASM Files (#1008) 2024-03-18 16:21:21 +05:30
port.c armv8.1-m: Add task dedicated PAC key 2025-01-13 11:04:35 +00:00
portasm.h Fix spelling typos (#1168) 2024-11-01 10:09:49 -07:00
portasm.s armv8.1-m: Add task dedicated PAC key 2025-01-13 11:04:35 +00:00
portmacro.h armv8.1-m: Remove portHAS_PACBTI_FEATURE macro (#1192) 2024-11-14 10:01:06 +05:30
portmacrocommon.h stack-overflow-check: Introduce portGET_CURRENT_TOP_OF_STACK macro 2025-01-13 16:18:20 +00:00