aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-AT91SAM7X-LWIP-GCC/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-11 10:12:22 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-11 10:12:22 +0000
commit6834b95aa979dbb197ca1b9a5bced576cce4e96f (patch)
tree2015e6e3a2228c322e0be6a7a7b897be499052a6 /demos/ARM7-AT91SAM7X-LWIP-GCC/readme.txt
parentb97ff7cf12656030843d8dff5a367f76f992bb08 (diff)
downloadChibiOS-6834b95aa979dbb197ca1b9a5bced576cce4e96f.tar.gz
ChibiOS-6834b95aa979dbb197ca1b9a5bced576cce4e96f.tar.bz2
ChibiOS-6834b95aa979dbb197ca1b9a5bced576cce4e96f.zip
lwIP demo added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1209 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-AT91SAM7X-LWIP-GCC/readme.txt')
-rw-r--r--demos/ARM7-AT91SAM7X-LWIP-GCC/readme.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/demos/ARM7-AT91SAM7X-LWIP-GCC/readme.txt b/demos/ARM7-AT91SAM7X-LWIP-GCC/readme.txt
index 986d5ec7c..7b6460326 100644
--- a/demos/ARM7-AT91SAM7X-LWIP-GCC/readme.txt
+++ b/demos/ARM7-AT91SAM7X-LWIP-GCC/readme.txt
@@ -8,7 +8,9 @@ The demo runs on an Olimex SAM7-EX256 board.
** The Demo **
-The demo currently just flashes the LCD background using a thread.
+The demo currently just flashes the LCD background using a thread and serves
+HTTP requests at address 192.168.1.20 on port 80 (remember to change it IP
+address into web.c in order to adapt it to your network settings).
The button SW1 prints an "Hello World!" string on COM1, the button SW2
activates che ChibiOS/RT test suite, output on COM1.
@@ -16,6 +18,7 @@ activates che ChibiOS/RT test suite, output on COM1.
The demo was built using the YAGARTO toolchain but any toolchain based on GCC
and GNU userspace programs will work.
+The demo requires the patcher lwIP 1.3.1 stack, see: ./ext/readme.txt
** Notes **
@@ -26,3 +29,6 @@ Also note that not all the files present in the Atmel library are distribuited
with ChibiOS/RT, you can find the whole library on the Atmel web site:
http://www.atmel.com
+
+The lwIP stack also has its own license, please read the info into the included
+lwIP distribution files.