mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
This commit improves ARMv8-M security by pre-allocating secure-side task context structures and changing how tasks reference a secure-side context structure when calling a secure function. The new configuration constant secureconfigMAX_SECURE_CONTEXTS sets the number of secure context structures to pre-allocate. secureconfigMAX_SECURE_CONTEXTS defaults to 8 if left undefined. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> |
||
---|---|---|
.. | ||
non_secure | ||
secure | ||
copy_files.py | ||
ReadMe.txt |
This directory tree contains the master copy of the FreeeRTOS Cortex-M33 port. Do not use the files located here! These file are copied into separate FreeRTOS/Source/portable/[compiler]/ARM_CM33_NNN directories prior to each FreeRTOS release. If your Cortex-M33 application uses TrustZone then use the files from the FreeRTOS/Source/portable/[compiler]/ARM_CM33 directories. If your Cortex-M33 application does not use TrustZone then use the files from the FreeRTOS/Source/portable/[compiler]/ARM_CM33_NTZ directories.