aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-AT91SAM7X-LWIP-GCC/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-09-20 16:17:37 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-09-20 16:17:37 +0000
commite8bbaf0cbaf3213f17eba846b9beac9741e16ba4 (patch)
tree8b0d90efdd7e9d8e1857b6054612445bf7c7e465 /demos/ARM7-AT91SAM7X-LWIP-GCC/readme.txt
parentfb616e61013b58eaf5973db0ceefd14ef49d9b50 (diff)
downloadChibiOS-e8bbaf0cbaf3213f17eba846b9beac9741e16ba4.tar.gz
ChibiOS-e8bbaf0cbaf3213f17eba846b9beac9741e16ba4.tar.bz2
ChibiOS-e8bbaf0cbaf3213f17eba846b9beac9741e16ba4.zip
lwIP related work.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1173 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-AT91SAM7X-LWIP-GCC/readme.txt')
-rw-r--r--demos/ARM7-AT91SAM7X-LWIP-GCC/readme.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/demos/ARM7-AT91SAM7X-LWIP-GCC/readme.txt b/demos/ARM7-AT91SAM7X-LWIP-GCC/readme.txt
new file mode 100644
index 000000000..986d5ec7c
--- /dev/null
+++ b/demos/ARM7-AT91SAM7X-LWIP-GCC/readme.txt
@@ -0,0 +1,28 @@
+*****************************************************************************
+** ChibiOS/RT port for ARM7TDMI AT91SAM7X256. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an Olimex SAM7-EX256 board.
+
+** The Demo **
+
+The demo currently just flashes the LCD background using a thread.
+The button SW1 prints an "Hello World!" string on COM1, the button SW2
+activates che ChibiOS/RT test suite, output on COM1.
+
+** Build Procedure **
+
+The demo was built using the YAGARTO toolchain but any toolchain based on GCC
+and GNU userspace programs will work.
+
+** Notes **
+
+Some files used by the demo are not part of ChibiOS/RT but are Atmel copyright
+and are licensed under a different license, see the header present in all the
+source files under ./demos/AT91SAM7X256/at91lib for details.
+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