]> git.sur5r.net Git - freertos/commit
Update the SmartFusion SoftConsole directory structure to include the webserver files.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 3 Apr 2011 20:45:09 +0000 (20:45 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 3 Apr 2011 20:45:09 +0000 (20:45 +0000)
commit50a2f950d84b41c46c6afc9aa80a4f10df3675fd
treee440a8a80b2ac8f97b5f88f791ddcd87d513e087
parentfab7b89507187b83b57bd17a037e148feb5f239e
Update the SmartFusion SoftConsole directory structure to include the webserver files.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1339 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
15 files changed:
Demo/CORTEX_A2F200_SoftConsole/CreateProjectDirectoryStructure.bat
Demo/CORTEX_A2F200_SoftConsole/WebServer/EMAC.c [new file with mode: 0644]
Demo/CORTEX_A2F200_SoftConsole/WebServer/httpd-cgi.c [new file with mode: 0644]
Demo/CORTEX_A2F200_SoftConsole/WebServer/httpd-fs/404.html [new file with mode: 0644]
Demo/CORTEX_A2F200_SoftConsole/WebServer/httpd-fs/index.html [new file with mode: 0644]
Demo/CORTEX_A2F200_SoftConsole/WebServer/httpd-fs/index.shtml [new file with mode: 0644]
Demo/CORTEX_A2F200_SoftConsole/WebServer/httpd-fs/io.shtml [new file with mode: 0644]
Demo/CORTEX_A2F200_SoftConsole/WebServer/httpd-fs/logo.jpg [new file with mode: 0644]
Demo/CORTEX_A2F200_SoftConsole/WebServer/httpd-fs/runtime.shtml [new file with mode: 0644]
Demo/CORTEX_A2F200_SoftConsole/WebServer/httpd-fs/stats.shtml [new file with mode: 0644]
Demo/CORTEX_A2F200_SoftConsole/WebServer/httpd-fs/tcp.shtml [new file with mode: 0644]
Demo/CORTEX_A2F200_SoftConsole/WebServer/httpd-fsdata.c [new file with mode: 0644]
Demo/CORTEX_A2F200_SoftConsole/WebServer/makefsdata [new file with mode: 0644]
Demo/CORTEX_A2F200_SoftConsole/WebServer/uip-conf.h [new file with mode: 0644]
Demo/CORTEX_A2F200_SoftConsole/WebServer/webserver.h [new file with mode: 0644]