]> git.sur5r.net Git - freertos/commit
Updates to support FreeRTOS MPU in FreeRTOS V9.0.0 - including a GCC project that...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 18 Apr 2016 10:49:24 +0000 (10:49 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 18 Apr 2016 10:49:24 +0000 (10:49 +0000)
commit4cbeb6b0ffc629cfd6ee4a221a6daa3b1586bf8f
treefaec9026fe5d827e333653117ffd161e6826bc36
parentf929e0a605dd7e9fc0b4d4ee6eca640486987f87
Updates to support FreeRTOS MPU in FreeRTOS V9.0.0 - including a GCC project that runs in the Keil simulator to allow development and testing.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2444 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
16 files changed:
FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/FreeRTOSConfig.h [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/GCC_Specific/RTOSDemo.uvguix.barryri [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/GCC_Specific/RTOSDemo.uvoptx [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/GCC_Specific/RTOSDemo.uvprojx [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/GCC_Specific/RegTest.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/GCC_Specific/sections.ld [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/GCC_Specific/startup_ARMCM4.S [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/main.c [new file with mode: 0644]
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/mpu_wrappers.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/include/timers.h
FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
FreeRTOS/Source/portable/MSVC-MingW/port.c
FreeRTOS/Source/tasks.c
FreeRTOS/Source/timers.c