]> begriffs open source - freertos/commit
Add instructions on building the Cortex-M33 secure and non secure projects into the...
authorRichard Barry <ribarry@amazon.com>
Wed, 20 Feb 2019 17:55:59 +0000 (17:55 +0000)
committerRichard Barry <ribarry@amazon.com>
Wed, 20 Feb 2019 17:55:59 +0000 (17:55 +0000)
commit8b6ab5f19707acf924865d86250549ad24563ce7
treefe3a83983c5fe3d160b29ac0a640b5822682f5d2
parentceeff145245c673d433d6548a83c33727b974486
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.
15 files changed:
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/NonSecure/main_ns.c
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/ReadMe.txt [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/Secure/main_s.c
FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h
FreeRTOS/Demo/WIN32-MSVC/main.c
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/portable/ARMv8M/ReadMe.txt [new file with mode: 0644]
FreeRTOS/Source/portable/ARMv8M/non_secure/ReadMe.txt [new file with mode: 0644]
FreeRTOS/Source/portable/ARMv8M/non_secure/portmacro.h
FreeRTOS/Source/portable/ARMv8M/secure/ReadMe.txt [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/ARM_CM33/non_secure/portmacro.h
FreeRTOS/Source/portable/GCC/ARM_CM33_NTZ/non_secure/portmacro.h
FreeRTOS/Source/portable/IAR/ARM_CM33/non_secure/port.c
FreeRTOS/Source/portable/IAR/ARM_CM33/non_secure/portmacro.h
FreeRTOS/Source/portable/IAR/ARM_CM33_NTZ/non_secure/portmacro.h