mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-06 13:15:19 -05:00
cortex-M ports: Clarify hardware-saved exception frame size variable
- Rename ulStackFrameSize to ulHardwareSavedExceptionFrameSize to reflect the hardware-saved exception frame (8 or 26 words based on FPU/lazy stacking). - Add comments explaining standard vs extended frames. - Apply across Cortex-M ports. - No functional change, improves readability. Signed-off-by: Ahmed Ismail <Ahmed.Ismail@arm.com> Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
ccabdec2f8
commit
1b80eb9904
27 changed files with 559 additions and 341 deletions
4
.github/scripts/kernel_checker.py
vendored
4
.github/scripts/kernel_checker.py
vendored
|
|
@ -114,6 +114,10 @@ KERNEL_ARM_COLLAB_FILES_PATTERNS = [
|
|||
r'.*portable/.*/ARM_CM35*',
|
||||
r'.*portable/.*/ARM_CM55*',
|
||||
r'.*portable/.*/ARM_CM85*',
|
||||
r'.*portable/.*/ARM_CM0*',
|
||||
r'.*portable/.*/ARM_CM3_MPU*',
|
||||
r'.*portable/.*/ARM_CM4_MPU*',
|
||||
r'.*portable/.*/ARM_CM4F_MPU*',
|
||||
]
|
||||
|
||||
KERNEL_HEADER = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue