]> git.sur5r.net Git - freertos/commit
Added demo for the MB9A314 - the IAR project is working, the Keil one is not set...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 30 Aug 2011 20:32:41 +0000 (20:32 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 30 Aug 2011 20:32:41 +0000 (20:32 +0000)
commitaf636da67cdcb529beb120cf70761d6e9ef123a3
tree6b2ec2a442df66413e19232ddc7d931a1c05be92
parent91887b30dbea38c0e77d54556ddaec76d5faac0b
Added demo for the MB9A314 - the IAR project is working, the Keil one is not set up for the correct chip yet.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1575 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
24 files changed:
Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/Fujitu_source/core_cm3.c [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/Fujitu_source/mb9af314l.h [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/Fujitu_source/mcu.h [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/Fujitu_source/startup_iar/startup_mb9af31x.s [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/Fujitu_source/startup_keil/startup_mb9bf50x.s [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/Fujitu_source/system_mb9af31x.c [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/Fujitu_source/system_mb9af31x.h [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/RTOSDemo_IAR.dep [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/RTOSDemo_IAR.ewd [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/RTOSDemo_IAR.ewp [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/RTOSDemo_IAR.eww [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/RTOSDemo_Keil.uvopt [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/RTOSDemo_Keil.uvproj [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/config/Ram_VTOR.mac [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/config/flashloader/FlashLoader.board [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/config/flashloader/FlashMB9A310.flash [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/config/flashloader/FlashMB9A310.mac [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/config/flashloader/FlashMB9A310.out [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/config/mb9af314.icf [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/main-full.c [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c [new file with mode: 0644]
Demo/CORTEX_MB9A310_IAR_Keil/serial.c [new file with mode: 0644]