]> begriffs open source - cmsis-freertos/commit
Pack update for FreeRTOS V10.2.0
authorVladimir Umek <vladimir.umek@arm.com>
Wed, 10 Apr 2019 12:09:35 +0000 (14:09 +0200)
committerVladimir Umek <vladimir.umek@arm.com>
Wed, 10 Apr 2019 12:09:35 +0000 (14:09 +0200)
commitf99618b6353c6497961d165ed9e976be1c9adcab
tree2c8f6937f1fda2a4584177332884bfc388f79894
parent1fb159fb2b3226db0a1a59cec098a243f766ef1b
Pack update for FreeRTOS V10.2.0

- Introduced Core component variants
- Configuration updated
- Added TrustZone component and secure/non-secure example
58 files changed:
ARM.CMSIS-FreeRTOS.pdsc
CMSIS/RTOS2/FreeRTOS/Config/ARMCA/FreeRTOSConfig.h
CMSIS/RTOS2/FreeRTOS/Config/ARMCM/FreeRTOSConfig.h
CMSIS/RTOS2/FreeRTOS/Config/ARMCM_TZ/FreeRTOSConfig.h [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/Blinky/Blinky.uvoptx
CMSIS/RTOS2/FreeRTOS/Examples/Blinky/Blinky.uvprojx
CMSIS/RTOS2/FreeRTOS/Examples/Blinky/RTE/RTOS/FreeRTOSConfig.h
CMSIS/RTOS2/FreeRTOS/Examples/Blinky/RTE/_Simulation/RTE_Components.h
CMSIS/RTOS2/FreeRTOS/Examples/Blinky_CA9/.cproject
CMSIS/RTOS2/FreeRTOS/Examples/Blinky_CA9/.project
CMSIS/RTOS2/FreeRTOS/Examples/Blinky_CA9/.settings/language.settings.xml
CMSIS/RTOS2/FreeRTOS/Examples/Blinky_CA9/Blinky_CA9.launch
CMSIS/RTOS2/FreeRTOS/Examples/Blinky_CA9/RTE/Device/ARMCA9/system_ARMCA9.c
CMSIS/RTOS2/FreeRTOS/Examples/Blinky_CA9/RTE/RTOS/FreeRTOSConfig.h
CMSIS/RTOS2/FreeRTOS/Examples/Blinky_CA9_AC6/.cproject
CMSIS/RTOS2/FreeRTOS/Examples/Blinky_CA9_AC6/.project
CMSIS/RTOS2/FreeRTOS/Examples/Blinky_CA9_AC6/.settings/language.settings.xml
CMSIS/RTOS2/FreeRTOS/Examples/Blinky_CA9_AC6/Blinky_CA9_AC6.launch
CMSIS/RTOS2/FreeRTOS/Examples/Blinky_CA9_AC6/RTE/Device/ARMCA9/system_ARMCA9.c
CMSIS/RTOS2/FreeRTOS/Examples/Blinky_CA9_AC6/RTE/RTOS/FreeRTOSConfig.h
CMSIS/RTOS2/FreeRTOS/Examples/Native_Blinky/Blinky.uvoptx
CMSIS/RTOS2/FreeRTOS/Examples/Native_Blinky/Blinky.uvprojx
CMSIS/RTOS2/FreeRTOS/Examples/Native_Blinky/RTE/RTOS/FreeRTOSConfig.h
CMSIS/RTOS2/FreeRTOS/Examples/Native_Blinky/RTE/_Simulation/RTE_Components.h
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/ARMCM33_DSP_FP_TZ_config.txt [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/Debug.ini [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/NonSecure/Abstract.txt [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/NonSecure/RTE/Compiler/EventRecorderConf.h [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/NonSecure/RTE/Device/ARMCM33_DSP_FP_TZ/partition_ARMCM33.h [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/NonSecure/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.s [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/NonSecure/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/NonSecure/RTE/RTOS/FreeRTOSConfig.h [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/NonSecure/RTE/_FVP_Simulation_Model/RTE_Components.h [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/NonSecure/TZ_NonSecure.uvguix [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/NonSecure/TZ_NonSecure.uvoptx [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/NonSecure/TZ_NonSecure.uvprojx [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/NonSecure/main_ns.c [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/Secure/RTE/Device/ARMCM33_DSP_FP_TZ/partition_ARMCM33.h [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/Secure/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.s [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/Secure/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/Secure/RTE/RTOS/FreeRTOSConfig.h [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/Secure/RTE/_FVP_Simulation_Model/RTE_Components.h [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/Secure/TZ_Secure.uvguix [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/Secure/TZ_Secure.uvoptx [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/Secure/TZ_Secure.uvprojx [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/Secure/library_nsc.c [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/Secure/library_nsc.h [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/Secure/main_s.c [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/TrustZone.uvmpw [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/Examples/TrustZone/TrustZone.uvmpw.uvgui [new file with mode: 0644]
CMSIS/RTOS2/FreeRTOS/FreeRTOS.scvd
CMSIS/RTOS2/FreeRTOS/Include/freertos_evr.h
CMSIS/RTOS2/FreeRTOS/Include1/cmsis_os.h
CMSIS/RTOS2/FreeRTOS/Source/cmsis_os2.c
Config/ARMCA/FreeRTOSConfig.h
Config/ARMCM/FreeRTOSConfig.h
DoxyGen/General/general.dxy
DoxyGen/General/src/cmsis_freertos.txt