]> begriffs open source - freertos/commit
Add support for running FreeRTOS on Secure Side only in Cortex M33 port. Also, change...
authorGaurav Aggarwal <aggarg@amazon.com>
Wed, 20 Feb 2019 00:25:45 +0000 (00:25 +0000)
committerGaurav Aggarwal <aggarg@amazon.com>
Wed, 20 Feb 2019 00:25:45 +0000 (00:25 +0000)
commit5849459c65e88fa25401bf25068b0243a5e75b53
tree05e5b0528ac351ade7f186189733ddd1e28d7cfb
parentc3c9c12ce2441db5b5b1592bc7208c6e7571c2c4
Add support for running FreeRTOS on Secure Side only in Cortex M33 port. Also, change spaces to tabs.
45 files changed:
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/Config/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/NonSecure/main_ns.c
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/Secure/main_s.c
FreeRTOS/Demo/Common/ARMv8M/mpu_demo/mpu_demo.c
FreeRTOS/Demo/Common/ARMv8M/tz_demo/nsc_functions.c
FreeRTOS/Demo/Common/ARMv8M/tz_demo/tz_demo.c
FreeRTOS/Source/portable/ARMv8M/non_secure/port.c
FreeRTOS/Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/portasm.c
FreeRTOS/Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/portasm.c
FreeRTOS/Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/portasm.s
FreeRTOS/Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/portasm.s
FreeRTOS/Source/portable/ARMv8M/non_secure/portmacro.h
FreeRTOS/Source/portable/ARMv8M/secure/context/portable/GCC/ARM_CM33/secure_context_port.c
FreeRTOS/Source/portable/ARMv8M/secure/context/portable/IAR/ARM_CM33/secure_context_port.c
FreeRTOS/Source/portable/ARMv8M/secure/context/portable/IAR/ARM_CM33/secure_context_port_asm.s
FreeRTOS/Source/portable/ARMv8M/secure/context/secure_context.c
FreeRTOS/Source/portable/ARMv8M/secure/context/secure_context.h
FreeRTOS/Source/portable/ARMv8M/secure/heap/secure_heap.c
FreeRTOS/Source/portable/ARMv8M/secure/init/secure_init.c
FreeRTOS/Source/portable/ARMv8M/secure/macros/secure_port_macros.h
FreeRTOS/Source/portable/GCC/ARM_CM33/non_secure/port.c
FreeRTOS/Source/portable/GCC/ARM_CM33/non_secure/portasm.c
FreeRTOS/Source/portable/GCC/ARM_CM33/non_secure/portmacro.h
FreeRTOS/Source/portable/GCC/ARM_CM33/secure/secure_context.c
FreeRTOS/Source/portable/GCC/ARM_CM33/secure/secure_context.h
FreeRTOS/Source/portable/GCC/ARM_CM33/secure/secure_context_port.c
FreeRTOS/Source/portable/GCC/ARM_CM33/secure/secure_heap.c
FreeRTOS/Source/portable/GCC/ARM_CM33/secure/secure_init.c
FreeRTOS/Source/portable/GCC/ARM_CM33/secure/secure_port_macros.h
FreeRTOS/Source/portable/GCC/ARM_CM33_NTZ/non_secure/port.c
FreeRTOS/Source/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.c
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/portasm.s
FreeRTOS/Source/portable/IAR/ARM_CM33/non_secure/portmacro.h
FreeRTOS/Source/portable/IAR/ARM_CM33/secure/secure_context.c
FreeRTOS/Source/portable/IAR/ARM_CM33/secure/secure_context.h
FreeRTOS/Source/portable/IAR/ARM_CM33/secure/secure_context_port.c
FreeRTOS/Source/portable/IAR/ARM_CM33/secure/secure_context_port_asm.s
FreeRTOS/Source/portable/IAR/ARM_CM33/secure/secure_heap.c
FreeRTOS/Source/portable/IAR/ARM_CM33/secure/secure_init.c
FreeRTOS/Source/portable/IAR/ARM_CM33/secure/secure_port_macros.h
FreeRTOS/Source/portable/IAR/ARM_CM33_NTZ/non_secure/port.c
FreeRTOS/Source/portable/IAR/ARM_CM33_NTZ/non_secure/portasm.s
FreeRTOS/Source/portable/IAR/ARM_CM33_NTZ/non_secure/portmacro.h