From 6c9163119aa426f12986d95b22d876bc3f13fabe Mon Sep 17 00:00:00 2001 From: rtel Date: Tue, 4 Apr 2017 20:21:40 +0000 Subject: [PATCH] Change name of the CEC and MEC directory to CORTEX_CEC_MEC_17xx_51xx_Keil_GCC as it is also applicable to the MEC5105 part. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2495 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../CMSIS/cmsis_armcc.h | 0 .../CMSIS/cmsis_gcc.h | 0 .../CMSIS/core_cm4.h | 0 .../CMSIS/core_cmFunc.h | 0 .../CMSIS/core_cmInstr.h | 0 .../CMSIS/core_cmSimd.h | 0 .../FreeRTOSConfig.h | 0 .../GCC_Specific/JLinkSettings.ini | 0 .../GCC_Specific/RTOSDemo.uvoptx | 0 .../GCC_Specific/RTOSDemo.uvprojx | 0 .../GCC_Specific/init_app.ini | 0 .../GCC_Specific/init_app_simulator.ini | 0 .../GCC_Specific/sections.ld | 0 .../GCC_Specific/startup_ARMCM4.S | 0 .../GCC_Specific/system.c | 0 .../Keil_Specific/JLinkSettings.ini | 0 .../Keil_Specific/RTOSDemo.uvoptx | 0 .../Keil_Specific/RTOSDemo.uvprojx | 0 .../Keil_Specific/init_app.ini | 0 .../Keil_Specific/startup_MPS_CM4.S | 0 .../main.c | 0 .../peripheral_library/ARM_REG.h | 0 .../peripheral_library/MCHP_device_header.h | 0 .../peripheral_library/basic_timer/btimer.h | 0 .../peripheral_library/basic_timer/btimer_api.c | 0 .../peripheral_library/basic_timer/btimer_perphl.c | 0 .../peripheral_library/common.h | 0 .../peripheral_library/common_lib.h | 0 .../peripheral_library/defs.h | 0 .../peripheral_library/interrupt/interrupt.h | 0 .../peripheral_library/interrupt/interrupt_api.c | 0 .../peripheral_library/interrupt/interrupt_ecia_perphl.c | 0 .../peripheral_library/interrupt/interrupt_nvic_perphl.c | 0 .../peripheral_library/pcr/pcr.h | 0 .../peripheral_library/pcr/pcr_api.c | 0 .../peripheral_library/pcr/pcr_perphl.c | 0 .../peripheral_library/platform.h | 0 .../peripheral_library/platform.h.ini | 0 .../peripheral_library/system_internal.c | 0 .../peripheral_library/system_internal.h | 0 .../CMSIS/cmsis_armcc.h | 0 .../CMSIS/cmsis_gcc.h | 0 .../CMSIS/core_cm4.h | 0 .../CMSIS/core_cmFunc.h | 0 .../CMSIS/core_cmInstr.h | 0 .../CMSIS/core_cmSimd.h | 0 .../FreeRTOSConfig.h | 0 .../GCC_Specific/JLinkSettings.ini | 0 .../GCC_Specific/RTOSDemo.uvoptx | 0 .../GCC_Specific/RTOSDemo.uvprojx | 0 .../GCC_Specific/RegTest.c | 0 .../GCC_Specific/init_app.ini | 0 .../GCC_Specific/init_app_simulator.ini | 0 .../GCC_Specific/sections.ld | 0 .../GCC_Specific/startup_ARMCM4.S | 0 .../GCC_Specific/system.c | 0 .../Keil_Specific/JLinkSettings.ini | 0 .../Keil_Specific/RTOSDemo.sct | 0 .../Keil_Specific/RTOSDemo.uvoptx | 0 .../Keil_Specific/RTOSDemo.uvprojx | 0 .../Keil_Specific/RegTest.c | 0 .../Keil_Specific/init_app.ini | 0 .../Keil_Specific/startup_MPS_CM4.S | 0 .../main.c | 0 .../peripheral_library/ARM_REG.h | 0 .../peripheral_library/MCHP_device_header.h | 0 .../peripheral_library/basic_timer/btimer.h | 0 .../peripheral_library/basic_timer/btimer_api.c | 0 .../peripheral_library/basic_timer/btimer_perphl.c | 0 .../peripheral_library/common.h | 0 .../peripheral_library/common_lib.h | 0 .../peripheral_library/defs.h | 0 .../peripheral_library/interrupt/interrupt.h | 0 .../peripheral_library/interrupt/interrupt_api.c | 0 .../peripheral_library/interrupt/interrupt_ecia_perphl.c | 0 .../peripheral_library/interrupt/interrupt_nvic_perphl.c | 0 .../peripheral_library/pcr/pcr.h | 0 .../peripheral_library/pcr/pcr_api.c | 0 .../peripheral_library/pcr/pcr_perphl.c | 0 .../peripheral_library/platform.h | 0 .../peripheral_library/platform.h.ini | 0 .../peripheral_library/system_internal.c | 0 .../peripheral_library/system_internal.h | 0 83 files changed, 0 insertions(+), 0 deletions(-) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/CMSIS/cmsis_armcc.h (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/CMSIS/cmsis_gcc.h (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/CMSIS/core_cm4.h (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/CMSIS/core_cmFunc.h (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/CMSIS/core_cmInstr.h (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/CMSIS/core_cmSimd.h (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/FreeRTOSConfig.h (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/GCC_Specific/JLinkSettings.ini (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/GCC_Specific/RTOSDemo.uvoptx (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/GCC_Specific/RTOSDemo.uvprojx (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/GCC_Specific/init_app.ini (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/GCC_Specific/init_app_simulator.ini (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/GCC_Specific/sections.ld (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/GCC_Specific/startup_ARMCM4.S (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/GCC_Specific/system.c (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/Keil_Specific/JLinkSettings.ini (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/Keil_Specific/RTOSDemo.uvoptx (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/Keil_Specific/RTOSDemo.uvprojx (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/Keil_Specific/init_app.ini (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/Keil_Specific/startup_MPS_CM4.S (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/main.c (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/peripheral_library/ARM_REG.h (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/peripheral_library/MCHP_device_header.h (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/peripheral_library/basic_timer/btimer.h (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/peripheral_library/basic_timer/btimer_api.c (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/peripheral_library/basic_timer/btimer_perphl.c (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/peripheral_library/common.h (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/peripheral_library/common_lib.h (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/peripheral_library/defs.h (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/peripheral_library/interrupt/interrupt.h (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/peripheral_library/interrupt/interrupt_api.c (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/peripheral_library/interrupt/interrupt_ecia_perphl.c (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/peripheral_library/interrupt/interrupt_nvic_perphl.c (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/peripheral_library/pcr/pcr.h (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/peripheral_library/pcr/pcr_api.c (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/peripheral_library/pcr/pcr_perphl.c (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/peripheral_library/platform.h (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/peripheral_library/platform.h.ini (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/peripheral_library/system_internal.c (100%) rename FreeRTOS/Demo/{CORTEX_M4F_CEC_MEC_17xx_Keil_GCC => CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC}/peripheral_library/system_internal.h (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/CMSIS/cmsis_armcc.h (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/CMSIS/cmsis_gcc.h (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/CMSIS/core_cm4.h (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/CMSIS/core_cmFunc.h (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/CMSIS/core_cmInstr.h (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/CMSIS/core_cmSimd.h (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/FreeRTOSConfig.h (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/GCC_Specific/JLinkSettings.ini (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/GCC_Specific/RTOSDemo.uvoptx (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/GCC_Specific/RTOSDemo.uvprojx (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/GCC_Specific/RegTest.c (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/GCC_Specific/init_app.ini (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/GCC_Specific/init_app_simulator.ini (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/GCC_Specific/sections.ld (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/GCC_Specific/startup_ARMCM4.S (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/GCC_Specific/system.c (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/Keil_Specific/JLinkSettings.ini (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/Keil_Specific/RTOSDemo.sct (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/Keil_Specific/RTOSDemo.uvoptx (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/Keil_Specific/RTOSDemo.uvprojx (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/Keil_Specific/RegTest.c (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/Keil_Specific/init_app.ini (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/Keil_Specific/startup_MPS_CM4.S (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/main.c (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/peripheral_library/ARM_REG.h (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/peripheral_library/MCHP_device_header.h (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/peripheral_library/basic_timer/btimer.h (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/peripheral_library/basic_timer/btimer_api.c (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/peripheral_library/basic_timer/btimer_perphl.c (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/peripheral_library/common.h (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/peripheral_library/common_lib.h (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/peripheral_library/defs.h (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/peripheral_library/interrupt/interrupt.h (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/peripheral_library/interrupt/interrupt_api.c (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/peripheral_library/interrupt/interrupt_ecia_perphl.c (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/peripheral_library/interrupt/interrupt_nvic_perphl.c (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/peripheral_library/pcr/pcr.h (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/peripheral_library/pcr/pcr_api.c (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/peripheral_library/pcr/pcr_perphl.c (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/peripheral_library/platform.h (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/peripheral_library/platform.h.ini (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/peripheral_library/system_internal.c (100%) rename FreeRTOS/Demo/{CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC => CORTEX_MPU_CEC_MEC_17xx_Keil_GCC}/peripheral_library/system_internal.h (100%) diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/CMSIS/cmsis_armcc.h b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/cmsis_armcc.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/CMSIS/cmsis_armcc.h rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/cmsis_armcc.h diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/CMSIS/cmsis_gcc.h b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/cmsis_gcc.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/CMSIS/cmsis_gcc.h rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/cmsis_gcc.h diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cm4.h b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/core_cm4.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cm4.h rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/core_cm4.h diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cmFunc.h b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/core_cmFunc.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cmFunc.h rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/core_cmFunc.h diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cmInstr.h b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/core_cmInstr.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cmInstr.h rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/core_cmInstr.h diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cmSimd.h b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/core_cmSimd.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cmSimd.h rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/core_cmSimd.h diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/FreeRTOSConfig.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/FreeRTOSConfig.h rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/FreeRTOSConfig.h diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/JLinkSettings.ini b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/JLinkSettings.ini similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/JLinkSettings.ini rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/JLinkSettings.ini diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/RTOSDemo.uvoptx b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/RTOSDemo.uvoptx similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/RTOSDemo.uvoptx rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/RTOSDemo.uvoptx diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/RTOSDemo.uvprojx b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/RTOSDemo.uvprojx similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/RTOSDemo.uvprojx rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/RTOSDemo.uvprojx diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/init_app.ini b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/init_app.ini similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/init_app.ini rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/init_app.ini diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/init_app_simulator.ini b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/init_app_simulator.ini similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/init_app_simulator.ini rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/init_app_simulator.ini diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/sections.ld b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/sections.ld similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/sections.ld rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/sections.ld diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/startup_ARMCM4.S b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/startup_ARMCM4.S similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/startup_ARMCM4.S rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/startup_ARMCM4.S diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/system.c b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/system.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/system.c rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/system.c diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/Keil_Specific/JLinkSettings.ini b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/JLinkSettings.ini similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/Keil_Specific/JLinkSettings.ini rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/JLinkSettings.ini diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/Keil_Specific/RTOSDemo.uvoptx b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/RTOSDemo.uvoptx similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/Keil_Specific/RTOSDemo.uvoptx rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/RTOSDemo.uvoptx diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/Keil_Specific/RTOSDemo.uvprojx b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/RTOSDemo.uvprojx similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/Keil_Specific/RTOSDemo.uvprojx rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/RTOSDemo.uvprojx diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/Keil_Specific/init_app.ini b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/init_app.ini similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/Keil_Specific/init_app.ini rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/init_app.ini diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/Keil_Specific/startup_MPS_CM4.S b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/startup_MPS_CM4.S similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/Keil_Specific/startup_MPS_CM4.S rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/startup_MPS_CM4.S diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/main.c b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/main.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/main.c rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/main.c diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/ARM_REG.h b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/ARM_REG.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/ARM_REG.h rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/ARM_REG.h diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/MCHP_device_header.h b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/MCHP_device_header.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/MCHP_device_header.h rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/MCHP_device_header.h diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/basic_timer/btimer.h b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/basic_timer/btimer.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/basic_timer/btimer.h rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/basic_timer/btimer.h diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/basic_timer/btimer_api.c b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/basic_timer/btimer_api.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/basic_timer/btimer_api.c rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/basic_timer/btimer_api.c diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/basic_timer/btimer_perphl.c b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/basic_timer/btimer_perphl.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/basic_timer/btimer_perphl.c rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/basic_timer/btimer_perphl.c diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/common.h b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/common.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/common.h rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/common.h diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/common_lib.h b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/common_lib.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/common_lib.h rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/common_lib.h diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/defs.h b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/defs.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/defs.h rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/defs.h diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt.h b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/interrupt/interrupt.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt.h rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/interrupt/interrupt.h diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt_api.c b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/interrupt/interrupt_api.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt_api.c rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/interrupt/interrupt_api.c diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt_ecia_perphl.c b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/interrupt/interrupt_ecia_perphl.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt_ecia_perphl.c rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/interrupt/interrupt_ecia_perphl.c diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt_nvic_perphl.c b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/interrupt/interrupt_nvic_perphl.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt_nvic_perphl.c rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/interrupt/interrupt_nvic_perphl.c diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/pcr/pcr.h b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/pcr/pcr.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/pcr/pcr.h rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/pcr/pcr.h diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/pcr/pcr_api.c b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/pcr/pcr_api.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/pcr/pcr_api.c rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/pcr/pcr_api.c diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/pcr/pcr_perphl.c b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/pcr/pcr_perphl.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/pcr/pcr_perphl.c rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/pcr/pcr_perphl.c diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/platform.h b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/platform.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/platform.h rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/platform.h diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/platform.h.ini b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/platform.h.ini similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/platform.h.ini rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/platform.h.ini diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/system_internal.c b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/system_internal.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/system_internal.c rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/system_internal.c diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/system_internal.h b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/system_internal.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/system_internal.h rename to FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/system_internal.h diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/cmsis_armcc.h b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/CMSIS/cmsis_armcc.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/cmsis_armcc.h rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/CMSIS/cmsis_armcc.h diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/cmsis_gcc.h b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/CMSIS/cmsis_gcc.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/cmsis_gcc.h rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/CMSIS/cmsis_gcc.h diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/core_cm4.h b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cm4.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/core_cm4.h rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cm4.h diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/core_cmFunc.h b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cmFunc.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/core_cmFunc.h rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cmFunc.h diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/core_cmInstr.h b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cmInstr.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/core_cmInstr.h rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cmInstr.h diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/core_cmSimd.h b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cmSimd.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/CMSIS/core_cmSimd.h rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cmSimd.h diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/FreeRTOSConfig.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/FreeRTOSConfig.h rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/FreeRTOSConfig.h diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/JLinkSettings.ini b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/JLinkSettings.ini similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/JLinkSettings.ini rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/JLinkSettings.ini diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/RTOSDemo.uvoptx b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/RTOSDemo.uvoptx similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/RTOSDemo.uvoptx rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/RTOSDemo.uvoptx diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/RTOSDemo.uvprojx b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/RTOSDemo.uvprojx similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/RTOSDemo.uvprojx rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/RTOSDemo.uvprojx diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/RegTest.c b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/RegTest.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/RegTest.c rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/RegTest.c diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/init_app.ini b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/init_app.ini similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/init_app.ini rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/init_app.ini diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/init_app_simulator.ini b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/init_app_simulator.ini similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/init_app_simulator.ini rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/init_app_simulator.ini diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/sections.ld b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/sections.ld similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/sections.ld rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/sections.ld diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/startup_ARMCM4.S b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/startup_ARMCM4.S similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/startup_ARMCM4.S rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/startup_ARMCM4.S diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/system.c b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/system.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/system.c rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/GCC_Specific/system.c diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/JLinkSettings.ini b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/Keil_Specific/JLinkSettings.ini similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/JLinkSettings.ini rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/Keil_Specific/JLinkSettings.ini diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/RTOSDemo.sct b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/Keil_Specific/RTOSDemo.sct similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/RTOSDemo.sct rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/Keil_Specific/RTOSDemo.sct diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/RTOSDemo.uvoptx b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/Keil_Specific/RTOSDemo.uvoptx similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/RTOSDemo.uvoptx rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/Keil_Specific/RTOSDemo.uvoptx diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/RTOSDemo.uvprojx b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/Keil_Specific/RTOSDemo.uvprojx similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/RTOSDemo.uvprojx rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/Keil_Specific/RTOSDemo.uvprojx diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/RegTest.c b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/Keil_Specific/RegTest.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/RegTest.c rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/Keil_Specific/RegTest.c diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/init_app.ini b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/Keil_Specific/init_app.ini similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/init_app.ini rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/Keil_Specific/init_app.ini diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/startup_MPS_CM4.S b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/Keil_Specific/startup_MPS_CM4.S similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/startup_MPS_CM4.S rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/Keil_Specific/startup_MPS_CM4.S diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/main.c b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/main.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/main.c rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/main.c diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/ARM_REG.h b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/ARM_REG.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/ARM_REG.h rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/ARM_REG.h diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/MCHP_device_header.h b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/MCHP_device_header.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/MCHP_device_header.h rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/MCHP_device_header.h diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/basic_timer/btimer.h b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/basic_timer/btimer.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/basic_timer/btimer.h rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/basic_timer/btimer.h diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/basic_timer/btimer_api.c b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/basic_timer/btimer_api.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/basic_timer/btimer_api.c rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/basic_timer/btimer_api.c diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/basic_timer/btimer_perphl.c b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/basic_timer/btimer_perphl.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/basic_timer/btimer_perphl.c rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/basic_timer/btimer_perphl.c diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/common.h b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/common.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/common.h rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/common.h diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/common_lib.h b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/common_lib.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/common_lib.h rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/common_lib.h diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/defs.h b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/defs.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/defs.h rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/defs.h diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/interrupt/interrupt.h b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/interrupt/interrupt.h rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt.h diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/interrupt/interrupt_api.c b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt_api.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/interrupt/interrupt_api.c rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt_api.c diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/interrupt/interrupt_ecia_perphl.c b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt_ecia_perphl.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/interrupt/interrupt_ecia_perphl.c rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt_ecia_perphl.c diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/interrupt/interrupt_nvic_perphl.c b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt_nvic_perphl.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/interrupt/interrupt_nvic_perphl.c rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt_nvic_perphl.c diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/pcr/pcr.h b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/pcr/pcr.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/pcr/pcr.h rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/pcr/pcr.h diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/pcr/pcr_api.c b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/pcr/pcr_api.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/pcr/pcr_api.c rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/pcr/pcr_api.c diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/pcr/pcr_perphl.c b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/pcr/pcr_perphl.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/pcr/pcr_perphl.c rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/pcr/pcr_perphl.c diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/platform.h b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/platform.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/platform.h rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/platform.h diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/platform.h.ini b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/platform.h.ini similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/platform.h.ini rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/platform.h.ini diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/system_internal.c b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/system_internal.c similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/system_internal.c rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/system_internal.c diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/system_internal.h b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/system_internal.h similarity index 100% rename from FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/peripheral_library/system_internal.h rename to FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_Keil_GCC/peripheral_library/system_internal.h -- 2.39.2