]> git.sur5r.net Git - freertos/commit
Add in web server to RX/IAR demo application.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 12 Sep 2010 20:56:04 +0000 (20:56 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 12 Sep 2010 20:56:04 +0000 (20:56 +0000)
commitcde04f6c50c2ef98ba353092e87bc59537a8b192
treea5f901a186d9d8a8ec374e1d3c3ff80ab3ac5af3
parent86fb794cd49d0303bfdeab7e98d9fedb63c14314
Add in web server to RX/IAR demo application.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1091 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
28 files changed:
Demo/RX600_RX62N-MDK_IAR/FreeRTOSConfig.h
Demo/RX600_RX62N-MDK_IAR/HighFrequencyTimerTest.c
Demo/RX600_RX62N-MDK_IAR/RTOSDemo.ewd
Demo/RX600_RX62N-MDK_IAR/RTOSDemo.ewp
Demo/RX600_RX62N-MDK_IAR/Renesas-Files/hwsetup.c
Demo/RX600_RX62N-MDK_IAR/main-blinky.c
Demo/RX600_RX62N-MDK_IAR/main-full.c
Demo/RX600_RX62N-MDK_IAR/settings/RTOSDemo.dbgdt
Demo/RX600_RX62N-MDK_IAR/settings/RTOSDemo.dni
Demo/RX600_RX62N-MDK_IAR/settings/RTOSDemo.wsdt
Demo/RX600_RX62N-MDK_IAR/uIP_Task.c [new file with mode: 0644]
Demo/RX600_RX62N-MDK_IAR/webserver/EMAC.c [new file with mode: 0644]
Demo/RX600_RX62N-MDK_IAR/webserver/httpd-cgi.c [new file with mode: 0644]
Demo/RX600_RX62N-MDK_IAR/webserver/httpd-fs/404.html [new file with mode: 0644]
Demo/RX600_RX62N-MDK_IAR/webserver/httpd-fs/index.html [new file with mode: 0644]
Demo/RX600_RX62N-MDK_IAR/webserver/httpd-fs/index.shtml [new file with mode: 0644]
Demo/RX600_RX62N-MDK_IAR/webserver/httpd-fs/io.shtml [new file with mode: 0644]
Demo/RX600_RX62N-MDK_IAR/webserver/httpd-fs/logo.jpg [new file with mode: 0644]
Demo/RX600_RX62N-MDK_IAR/webserver/httpd-fs/runtime.shtml [new file with mode: 0644]
Demo/RX600_RX62N-MDK_IAR/webserver/httpd-fs/stats.shtml [new file with mode: 0644]
Demo/RX600_RX62N-MDK_IAR/webserver/httpd-fs/tcp.shtml [new file with mode: 0644]
Demo/RX600_RX62N-MDK_IAR/webserver/httpd-fsdata.c [new file with mode: 0644]
Demo/RX600_RX62N-MDK_IAR/webserver/makefsdata [new file with mode: 0644]
Demo/RX600_RX62N-MDK_IAR/webserver/phy.c [new file with mode: 0644]
Demo/RX600_RX62N-MDK_IAR/webserver/phy.h [new file with mode: 0644]
Demo/RX600_RX62N-MDK_IAR/webserver/r_ether.h [new file with mode: 0644]
Demo/RX600_RX62N-MDK_IAR/webserver/uip-conf.h [new file with mode: 0644]
Demo/RX600_RX62N-MDK_IAR/webserver/webserver.h [new file with mode: 0644]