]> begriffs open source - freertos/commit
Add CEC and MEC 17xx demo that is completely statically allocated. NOT FULLY TESTED...
authorRichard Barry <ribarry@amazon.com>
Wed, 8 Mar 2017 18:38:02 +0000 (18:38 +0000)
committerRichard Barry <ribarry@amazon.com>
Wed, 8 Mar 2017 18:38:02 +0000 (18:38 +0000)
commit34b194150e8b35cbf4585ebc38ec7a8aaccc57e4
tree40f2a993fbf3248a0da6c7d76f72f2b97aee9335
parentb9fe24962e23323902b22c4482d825e44b6d314a
Add CEC and MEC 17xx demo that is completely statically allocated.  NOT FULLY TESTED YET.
40 files changed:
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/CMSIS/cmsis_armcc.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/CMSIS/cmsis_gcc.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cm4.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cmFunc.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cmInstr.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/CMSIS/core_cmSimd.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/FreeRTOSConfig.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/JLinkSettings.ini [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/RTOSDemo.uvoptx [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/RTOSDemo.uvprojx [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/init_app.ini [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/init_app_simulator.ini [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/sections.ld [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/startup_ARMCM4.S [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/GCC_Specific/system.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/Keil_Specific/JLinkSettings.ini [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/Keil_Specific/RTOSDemo.uvoptx [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/Keil_Specific/RTOSDemo.uvprojx [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/Keil_Specific/init_app.ini [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/Keil_Specific/startup_MPS_CM4.S [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/main.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/ARM_REG.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/MCHP_device_header.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/basic_timer/btimer.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/basic_timer/btimer_api.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/basic_timer/btimer_perphl.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/common.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/common_lib.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/defs.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt_api.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt_ecia_perphl.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/interrupt/interrupt_nvic_perphl.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/pcr/pcr.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/pcr/pcr_api.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/pcr/pcr_perphl.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/platform.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/platform.h.ini [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/system_internal.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_Keil_GCC/peripheral_library/system_internal.h [new file with mode: 0644]