]> git.sur5r.net Git - freertos/commit
Rename the CORTEX_MPU_MEC17xx_KEIL_GCC directory to CORTEX_MPU_CEC_MEC_Keil_GCC as...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 9 Jan 2017 21:29:42 +0000 (21:29 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 9 Jan 2017 21:29:42 +0000 (21:29 +0000)
commite249b761974c7228ac8b226e955b67fa532d5f77
tree0745d3166f985b5600f64659bf0e5d1cf434d60d
parentba2d5b628adfd60a00b9c90e805b4ab5d1405c5d
Rename the CORTEX_MPU_MEC17xx_KEIL_GCC directory to CORTEX_MPU_CEC_MEC_Keil_GCC as it is also applicable to the CEC17xx parts.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2477 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
87 files changed:
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/CMSIS/cmsis_armcc.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/CMSIS/cmsis_gcc.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cm4.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cmFunc.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cmInstr.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cmSimd.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/FreeRTOSConfig.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/JLinkSettings.ini [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/RTOSDemo.uvoptx [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/RTOSDemo.uvprojx [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/RegTest.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/init_app.ini [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/init_app_simulator.ini [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/sections.ld [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/startup_ARMCM4.S [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/system.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/Keil_Specific/JLinkSettings.ini [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/Keil_Specific/RTOSDemo.sct [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/Keil_Specific/RTOSDemo.uvoptx [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/Keil_Specific/RTOSDemo.uvprojx [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/Keil_Specific/RegTest.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/Keil_Specific/init_app.ini [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/Keil_Specific/startup_MPS_CM4.S [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/main.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/ARM_REG.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/MCHP_device_header.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/basic_timer/btimer.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/basic_timer/btimer_api.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/basic_timer/btimer_perphl.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/common.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/common_lib.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/defs.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt_api.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt_ecia_perphl.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt_nvic_perphl.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/pcr/pcr.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/pcr/pcr_api.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/pcr/pcr_perphl.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/platform.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/platform.h.ini [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/system_internal.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/system_internal.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/CMSIS/cmsis_armcc.h [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/CMSIS/cmsis_gcc.h [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/CMSIS/core_cm4.h [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/CMSIS/core_cmFunc.h [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/CMSIS/core_cmInstr.h [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/CMSIS/core_cmSimd.h [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/FreeRTOSConfig.h [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/GCC_Specific/JLinkSettings.ini [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/GCC_Specific/RTOSDemo.uvoptx [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/GCC_Specific/RTOSDemo.uvprojx [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/GCC_Specific/RegTest.c [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/GCC_Specific/init_app.ini [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/GCC_Specific/init_app_simulator.ini [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/GCC_Specific/sections.ld [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/GCC_Specific/startup_ARMCM4.S [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/GCC_Specific/system.c [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/Keil_Specific/JLinkSettings.ini [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/Keil_Specific/RTOSDemo.sct [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/Keil_Specific/RTOSDemo.uvoptx [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/Keil_Specific/RTOSDemo.uvprojx [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/Keil_Specific/RegTest.c [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/Keil_Specific/init_app.ini [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/Keil_Specific/startup_MPS_CM4.S [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/main.c [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/peripheral_library/ARM_REG.h [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/peripheral_library/MCHP_device_header.h [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/peripheral_library/basic_timer/btimer.h [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/peripheral_library/basic_timer/btimer_api.c [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/peripheral_library/basic_timer/btimer_perphl.c [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/peripheral_library/common.h [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/peripheral_library/common_lib.h [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/peripheral_library/defs.h [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/peripheral_library/interrupt/interrupt.h [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/peripheral_library/interrupt/interrupt_api.c [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/peripheral_library/interrupt/interrupt_ecia_perphl.c [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/peripheral_library/interrupt/interrupt_nvic_perphl.c [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/peripheral_library/pcr/pcr.h [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/peripheral_library/pcr/pcr_api.c [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/peripheral_library/pcr/pcr_perphl.c [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/peripheral_library/platform.h [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/peripheral_library/platform.h.ini [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/peripheral_library/system_internal.c [deleted file]
FreeRTOS/Demo/CORTEX_MPU_MEC17xx_Keil_GCC/peripheral_library/system_internal.h [deleted file]
FreeRTOS/Demo/Common/Minimal/AbortDelay.c