ChibiOS/demos/ARM7-AT91SAM7X-WEB-GCC
gdisirio daabc2b079 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@791 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-02-20 20:14:42 +00:00
..
at91lib git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@302 35acf78f-673a-0410-8e92-d51de3d6d3f4 2008-05-20 14:24:51 +00:00
web git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@509 35acf78f-673a-0410-8e92-d51de3d6d3f4 2008-11-15 09:51:40 +00:00
Makefile git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@789 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-02-19 18:30:34 +00:00
board.c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@750 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-02-09 22:01:42 +00:00
board.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@302 35acf78f-673a-0410-8e92-d51de3d6d3f4 2008-05-20 14:24:51 +00:00
ch.ld git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@454 35acf78f-673a-0410-8e92-d51de3d6d3f4 2008-10-04 09:55:35 +00:00
chconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@791 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-02-20 20:14:42 +00:00
main.c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@522 35acf78f-673a-0410-8e92-d51de3d6d3f4 2008-11-29 11:15:08 +00:00
readme.txt git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@314 35acf78f-673a-0410-8e92-d51de3d6d3f4 2008-05-31 07:49:30 +00:00

readme.txt

*****************************************************************************
** 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 and serves
HTTP requests at address 192.168.1.20 on port 80 (remember to change it IP
address into webthread.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.

** Build Procedure **

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 uIP 1.0 stack, see: ./ext/readme.txt

** 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

The uIP stack also has its own license, please read the info into the included
uIP distribution files.