]> git.sur5r.net Git - freertos/commit
Create project for SAM4S. This is building but has not yet been tested on hardware.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 3 Jul 2012 13:49:34 +0000 (13:49 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 3 Jul 2012 13:49:34 +0000 (13:49 +0000)
commit0e74a9e9ab29d22e94c908b226644dc2cb0308ea
tree3620bc8325b3b91ba03d8c166c6fc7e5361b8bf2
parent7852cea90372936f7141ea0eb20b81a92d6af379
Create project for SAM4S.  This is building but has not yet been tested on hardware.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1754 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
143 files changed:
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/RTOSDemo.atsln [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/RTOSDemo.atsuo [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/RTOSDemo.cproj [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/BlockQ.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/GenQTest.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/PollQ.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/blocktim.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/countsem.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/death.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/dynamic.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/include/BlockQ.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/include/GenQTest.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/include/PollQ.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/include/blocktim.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/include/countsem.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/include/death.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/include/dynamic.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/include/integer.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/include/recmutex.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/include/semtest.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/integer.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/recmutex.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/Common-Demo-Source/semtest.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/FreeRTOS-Source/include/FreeRTOS.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/FreeRTOS-Source/include/StackMacros.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/FreeRTOS-Source/include/croutine.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/FreeRTOS-Source/include/list.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/FreeRTOS-Source/include/mpu_wrappers.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/FreeRTOS-Source/include/portable.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/FreeRTOS-Source/include/projdefs.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/FreeRTOS-Source/include/queue.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/FreeRTOS-Source/include/semphr.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/FreeRTOS-Source/include/task.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/FreeRTOS-Source/include/timers.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/FreeRTOS-Source/list.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/FreeRTOS-Source/portable/GCC/ARM_CM3/port.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/FreeRTOS-Source/portable/GCC/ARM_CM3/portmacro.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/FreeRTOS-Source/portable/MemMang/heap_2.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/FreeRTOS-Source/queue.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/FreeRTOS-Source/tasks.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/FreeRTOS-Source/timers.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/FreeRTOSConfig.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/ParTest.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/common/boards/board.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/common/services/gpio/gpio.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/common/services/gpio/sam_ioport/sam_gpio.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/common/utils/interrupt.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/common/utils/interrupt/interrupt_sam_nvic.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/common/utils/interrupt/interrupt_sam_nvic.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/boards/sam4s_ek/init.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/boards/sam4s_ek/sam4s_ek.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/drivers/pio/pio.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/drivers/pio/pio.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/drivers/pio/pio_handler.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/drivers/pio/pio_handler.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_acc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_adc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_chipid.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_crccu.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_dacc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_efc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_gpbr.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_hsmci.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_matrix.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_pdc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_pio.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_pmc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_pwm.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_rstc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_rtc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_rtt.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_smc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_spi.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_ssc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_supc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_tc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_twi.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_uart.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_udp.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_usart.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/component/component_wdt.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_acc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_adc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_chipid.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_crccu.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_dacc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_efc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_gpbr.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_hsmci.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_matrix.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_pioa.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_piob.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_pioc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_pmc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_pwm.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_rstc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_rtc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_rtt.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_smc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_spi.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_ssc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_supc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_tc0.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_tc1.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_twi0.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_twi1.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_uart0.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_uart1.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_udp.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_usart0.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_usart1.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/instance/instance_wdt.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/pio/pio_sam4s16c.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/sam4s.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/include/sam4s16c.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/source/templates/exceptions.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/source/templates/exceptions.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/source/templates/gcc/startup_sam4s.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/source/templates/system_sam4s.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/cmsis/sam4s/source/templates/system_sam4s.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/compiler.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/header_files/io.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/linker_scripts/sam4s/sam4s16/gcc/flash.ld [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/make/Makefile.in [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/parts.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/preprocessor/mrepeat.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/preprocessor/preprocessor.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/preprocessor/stringz.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/preprocessor/tpaste.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/sam/utils/status_codes.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/thirdparty/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/thirdparty/CMSIS/Include/arm_math.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/thirdparty/CMSIS/Include/core_cm4.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/thirdparty/CMSIS/Include/core_cm4_simd.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/thirdparty/CMSIS/Include/core_cmFunc.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/thirdparty/CMSIS/Include/core_cmInstr.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/thirdparty/CMSIS/README.txt [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/asf/thirdparty/CMSIS/license.txt [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/config/conf_board.h [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/main.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/main_blinky.c [new file with mode: 0644]
Demo/CORTEX_M4_ATSAM4S_AVR_Studio/src/main_full.c [new file with mode: 0644]