]> git.sur5r.net Git - freertos/commit
Add AVR32 port and demo files.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 1 Apr 2007 19:37:01 +0000 (19:37 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 1 Apr 2007 19:37:01 +0000 (19:37 +0000)
commitbab0e0b61bd94ef1b36bf5e7ba2444466fe621a3
tree4cc41c6fb52d80f12d1b11888be26e33b83b12ab
parentbf1467124803006520cf0e6ef1322939491ff3a6
Add AVR32 port and demo files.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@71 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
52 files changed:
Demo/lwIP_AVR32_UC3/AT32UC3A/GCC/Makefile [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/AT32UC3A/GCC/config.mk [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/AT32UC3A/GCC/gdb.ini [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/BOARDS/EVK1100/evk1100.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/BOARDS/EVK1100/led.c [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/BOARDS/EVK1100/led.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/BOARDS/board.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/DRIVERS/FLASHC/flashc.c [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/DRIVERS/FLASHC/flashc.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/DRIVERS/GPIO/gpio.c [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/DRIVERS/GPIO/gpio.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/DRIVERS/INTC/intc.c [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/DRIVERS/INTC/intc.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/DRIVERS/PM/pm.c [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/DRIVERS/PM/pm.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/DRIVERS/TC/tc.c [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/DRIVERS/TC/tc.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/FreeRTOSConfig.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/BasicSMTP/BasicSMTP.c [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/BasicSMTP/BasicSMTP.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/BasicTFTP/BasicTFTP.c [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/BasicTFTP/BasicTFTP.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/BasicWEB/BasicWEB.c [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/BasicWEB/BasicWEB.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/EMAC/AVR32_CONF_EMAC.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/EMAC/AVR32_EMAC.c [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/EMAC/AVR32_EMAC.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/EMAC/AVR32_EMAC_ISR.c [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/EMAC/DP83848.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/ethernet.c [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/ethernet.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/lwip-port/AT32UC3A/arch/cc.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/lwip-port/AT32UC3A/arch/cpu.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/lwip-port/AT32UC3A/arch/init.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/lwip-port/AT32UC3A/arch/lib.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/lwip-port/AT32UC3A/arch/perf.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/lwip-port/AT32UC3A/arch/sys_arch.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/lwip-port/AT32UC3A/ethernetif.c [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/lwip-port/AT32UC3A/lwip/opt.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/lwip-port/AT32UC3A/lwipopts.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/NETWORK/lwip-port/AT32UC3A/sys_arch.c [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/PARTEST/ParTest.c [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/SERIAL/serial.c [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/UTILS/PREPROCESSOR/mrepeat.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/UTILS/PREPROCESSOR/preprocessor.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/UTILS/PREPROCESSOR/stringz.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/UTILS/PREPROCESSOR/tpaste.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/UTILS/compiler.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/conf_eth.h [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/main.c [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/printf-stdarg.c [new file with mode: 0644]
Demo/lwIP_AVR32_UC3/readme.html [new file with mode: 0644]