mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Add instructions on building the Cortex-M33 secure and non secure projects into the comments of that project and into a readme.txt file.
Enable configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES setting to be used in statically allocated systems.
This commit is contained in:
parent
ceeff14524
commit
8b6ab5f197
15 changed files with 144 additions and 55 deletions
10
FreeRTOS/Source/portable/ARMv8M/secure/ReadMe.txt
Normal file
10
FreeRTOS/Source/portable/ARMv8M/secure/ReadMe.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
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 you Cortex-M33 application is not going to use TrustZone then use the files
|
||||
from the FreeRTOS/Source/portable/[compiler]/ARM_CM33_NTZ directories.
|
Loading…
Add table
Add a link
Reference in a new issue