]> git.sur5r.net Git - freertos/commit - FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/NonSecure/main_ns.c
Add support for running FreeRTOS on Secure Side only in Cortex M33 port. Also, change...
authorgaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 20 Feb 2019 00:25:45 +0000 (00:25 +0000)
committergaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 20 Feb 2019 00:25:45 +0000 (00:25 +0000)
commit83faaaf53508730c718773c7bc70f79143b01344
tree05e5b0528ac351ade7f186189733ddd1e28d7cfb
parentda7e7e21b4b51ee6a2b816f9d32d3bd3aff29ca1
Add support for running FreeRTOS on Secure Side only in Cortex M33 port. Also, change spaces to tabs.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2637 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
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