]> git.sur5r.net Git - freertos/commit
Add in basic uIP files into the A2F demo. Ping is working, but nothing else has...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 17 Apr 2011 10:32:09 +0000 (10:32 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 17 Apr 2011 10:32:09 +0000 (10:32 +0000)
commitfcaffd130fc54db8e9adfc25c24063744bc460fe
tree8eb5a9697d62d78fb39b64af37e12d937d9cfd15
parent389832ff0bdc1433425faad30d605fe7566a2eb7
Add in basic uIP files into the A2F demo.  Ping is working, but nothing else has been tested yet.  This check in includes some modifications to the MAC driver to make the Rx zero copy.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1361 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
14 files changed:
Demo/CORTEX_A2F200_SoftConsole/.cproject
Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h
Demo/CORTEX_A2F200_SoftConsole/MicroSemi_Code/drivers/OLED/oled.h
Demo/CORTEX_A2F200_SoftConsole/MicroSemi_Code/drivers/bsp_config.h [new file with mode: 0644]
Demo/CORTEX_A2F200_SoftConsole/MicroSemi_Code/drivers/mac/nettype.h [deleted file]
Demo/CORTEX_A2F200_SoftConsole/MicroSemi_Code/drivers/mac/tcpip.c [deleted file]
Demo/CORTEX_A2F200_SoftConsole/MicroSemi_Code/drivers/mac/tcpip.h [deleted file]
Demo/CORTEX_A2F200_SoftConsole/MicroSemi_Code/drivers/mss_ethernet_mac/mss_ethernet_mac.c
Demo/CORTEX_A2F200_SoftConsole/MicroSemi_Code/drivers/mss_ethernet_mac/mss_ethernet_mac.h
Demo/CORTEX_A2F200_SoftConsole/MicroSemi_Code/drivers/mss_ethernet_mac/mss_ethernet_mac_conf.h
Demo/CORTEX_A2F200_SoftConsole/OLED.c [new file with mode: 0644]
Demo/CORTEX_A2F200_SoftConsole/WebServer/EMAC.c
Demo/CORTEX_A2F200_SoftConsole/WebServer/uip-conf.h
Demo/CORTEX_A2F200_SoftConsole/main-full.c