]> git.sur5r.net Git - freertos/commit
First Official Release of ARMV8M Support. This release removes Pre-Release from all...
authorgaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 19 Feb 2019 02:30:32 +0000 (02:30 +0000)
committergaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 19 Feb 2019 02:30:32 +0000 (02:30 +0000)
commitd647e5f3b1c1bd19a081bf05b3d81341c1e7858e
tree9669b168d97bd1d3823ecb88e2fe7b07a63b2929
parentafe3a0193fb04714e0130b62a8352804c203064d
First Official Release of ARMV8M Support. This release removes Pre-Release from all the ARMv8M files licensees.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2635 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
91 files changed:
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/ARMCM33_DSP_FP_TZ_config.txt [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/Config/FreeRTOSConfig.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/Debug.ini [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/FreeRTOSDemo.uvmpw [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/NonSecure/FreeRTOSDemo_ns.sct [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/NonSecure/FreeRTOSDemo_ns.uvoptx [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/NonSecure/FreeRTOSDemo_ns.uvprojx [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/NonSecure/RTE/Device/ARMCM33_DSP_FP_TZ/partition_ARMCM33.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/NonSecure/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.s [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/NonSecure/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/NonSecure/main_ns.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/Secure/FreeRTOSDemo_s.sct [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/Secure/FreeRTOSDemo_s.uvoptx [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/Secure/FreeRTOSDemo_s.uvprojx [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/Secure/RTE/Device/ARMCM33_DSP_FP_TZ/partition_ARMCM33.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/Secure/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.s [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/Secure/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/Secure/main_s.c [new file with mode: 0644]
FreeRTOS/Demo/Common/ARMv8M/mpu_demo/mpu_demo.c [new file with mode: 0644]
FreeRTOS/Demo/Common/ARMv8M/mpu_demo/mpu_demo.h [new file with mode: 0644]
FreeRTOS/Demo/Common/ARMv8M/tz_demo/nsc_functions.c [new file with mode: 0644]
FreeRTOS/Demo/Common/ARMv8M/tz_demo/nsc_functions.h [new file with mode: 0644]
FreeRTOS/Demo/Common/ARMv8M/tz_demo/tz_demo.c [new file with mode: 0644]
FreeRTOS/Demo/Common/ARMv8M/tz_demo/tz_demo.h [new file with mode: 0644]
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/mpu_prototypes.h
FreeRTOS/Source/include/mpu_wrappers.h
FreeRTOS/Source/include/portable.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/portable/ARMv8M/copy_files.py [new file with mode: 0644]
FreeRTOS/Source/portable/ARMv8M/non_secure/port.c [new file with mode: 0644]
FreeRTOS/Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/portasm.c [new file with mode: 0644]
FreeRTOS/Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/portasm.c [new file with mode: 0644]
FreeRTOS/Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/portasm.s [new file with mode: 0644]
FreeRTOS/Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/portasm.s [new file with mode: 0644]
FreeRTOS/Source/portable/ARMv8M/non_secure/portasm.h [new file with mode: 0644]
FreeRTOS/Source/portable/ARMv8M/non_secure/portmacro.h [new file with mode: 0644]
FreeRTOS/Source/portable/ARMv8M/secure/context/portable/GCC/ARM_CM33/secure_context_port.c [new file with mode: 0644]
FreeRTOS/Source/portable/ARMv8M/secure/context/portable/IAR/ARM_CM33/secure_context_port.c [new file with mode: 0644]
FreeRTOS/Source/portable/ARMv8M/secure/context/portable/IAR/ARM_CM33/secure_context_port_asm.s [new file with mode: 0644]
FreeRTOS/Source/portable/ARMv8M/secure/context/secure_context.c [new file with mode: 0644]
FreeRTOS/Source/portable/ARMv8M/secure/context/secure_context.h [new file with mode: 0644]
FreeRTOS/Source/portable/ARMv8M/secure/heap/secure_heap.c [new file with mode: 0644]
FreeRTOS/Source/portable/ARMv8M/secure/heap/secure_heap.h [new file with mode: 0644]
FreeRTOS/Source/portable/ARMv8M/secure/init/secure_init.c [new file with mode: 0644]
FreeRTOS/Source/portable/ARMv8M/secure/init/secure_init.h [new file with mode: 0644]
FreeRTOS/Source/portable/ARMv8M/secure/macros/secure_port_macros.h [new file with mode: 0644]
FreeRTOS/Source/portable/Common/mpu_wrappers.c
FreeRTOS/Source/portable/GCC/ARM_CM33/non_secure/port.c [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/ARM_CM33/non_secure/portasm.c [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/ARM_CM33/non_secure/portasm.h [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/ARM_CM33/non_secure/portmacro.h [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/ARM_CM33/secure/secure_context.c [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/ARM_CM33/secure/secure_context.h [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/ARM_CM33/secure/secure_context_port.c [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/ARM_CM33/secure/secure_heap.c [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/ARM_CM33/secure/secure_heap.h [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/ARM_CM33/secure/secure_init.c [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/ARM_CM33/secure/secure_init.h [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/ARM_CM33/secure/secure_port_macros.h [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/ARM_CM33_NTZ/non_secure/port.c [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.c [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.h [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/ARM_CM33_NTZ/non_secure/portmacro.h [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
FreeRTOS/Source/portable/GCC/ARM_CM4_MPU/port.c
FreeRTOS/Source/portable/GCC/ARM_CM4_MPU/portmacro.h
FreeRTOS/Source/portable/IAR/ARM_CM33/non_secure/port.c [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CM33/non_secure/portasm.h [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CM33/non_secure/portasm.s [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CM33/non_secure/portmacro.h [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CM33/secure/secure_context.c [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CM33/secure/secure_context.h [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CM33/secure/secure_context_port.c [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CM33/secure/secure_context_port_asm.s [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CM33/secure/secure_heap.c [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CM33/secure/secure_heap.h [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CM33/secure/secure_init.c [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CM33/secure/secure_init.h [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CM33/secure/secure_port_macros.h [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CM33_NTZ/non_secure/port.c [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CM33_NTZ/non_secure/portasm.h [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CM33_NTZ/non_secure/portasm.s [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CM33_NTZ/non_secure/portmacro.h [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CM4F_MPU/port.c
FreeRTOS/Source/portable/IAR/ARM_CM4F_MPU/portasm.s
FreeRTOS/Source/portable/IAR/ARM_CM4F_MPU/portmacro.h
FreeRTOS/Source/portable/RVDS/ARM_CM4_MPU/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM4_MPU/portmacro.h
FreeRTOS/Source/tasks.c