]> git.sur5r.net Git - freertos/commit
Complete first release candidate for the SAM4S-EK demo.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 8 Jul 2012 14:11:37 +0000 (14:11 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 8 Jul 2012 14:11:37 +0000 (14:11 +0000)
commitd5c3f8b3f2c7a65234433c551755e573c1849396
tree048bd8078b059ddae9c382223d98fc83261a9cb2
parent8c971926f1b71dcc04acf93e80cd097c69045942
Complete first release candidate for the SAM4S-EK demo.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1757 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
33 files changed:
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/RTOSDemo.atsln
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/RTOSDemo.atsuo
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/RTOSDemo.cproj
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/comtest.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/flash_timer.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/include/comtest2.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/include/demo_serial.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/include/flash_timer.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/include/partest.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/FreeRTOSConfig.h
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/ParTest.c
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf.h
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/common/services/clock/genclk.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/common/services/clock/osc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/common/services/clock/pll.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/common/services/clock/sam4s/genclk.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/common/services/clock/sam4s/osc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/common/services/clock/sam4s/pll.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/common/services/clock/sam4s/sysclk.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/common/services/clock/sam4s/sysclk.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/common/services/clock/sysclk.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/drivers/pmc/pmc.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/drivers/pmc/pmc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/drivers/pmc/sleep.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/drivers/usart/usart.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/drivers/usart/usart.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/thirdparty/CMSIS/Include/core_cmFunc.h
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/config/conf_board.h
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/config/conf_clock.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/main.c
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/main_blinky.c
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/main_full.c
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/serial.c [new file with mode: 0644]