ChibiOS/demos/ARM7-AT91SAM7X-LWIP-GCC
liamstask 759cb52126 * remove typo mentioning a patched version of lwIP
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2185 35acf78f-673a-0410-8e92-d51de3d6d3f4
2010-09-21 15:09:42 +00:00
..
lwip * add more stats tracking to lwip sys_arch.c - in doing so, check for failed allocations 2010-04-14 16:07:34 +00:00
web Updated license dates. 2010-02-21 07:24:53 +00:00
Makefile git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1903 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-05-04 19:55:26 +00:00
ch.ld git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1948 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-05-22 09:07:50 +00:00
chconf.h Added new kernel hooks (on halt and on systick). 2010-08-21 08:38:14 +00:00
halconf.h Fixed bug 3064204. 2010-09-11 10:57:11 +00:00
lwipopts.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1219 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-10-12 17:55:00 +00:00
main.c Updated license dates. 2010-02-21 07:24:53 +00:00
mcuconf.h Updated license dates. 2010-02-21 07:24:53 +00:00
readme.txt * remove typo mentioning a patched version of lwIP 2010-09-21 15:09:42 +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 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.

** 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 lwIP 1.3.1 stack, included in ./ext

** 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/os/hal/platform/AT91SAM7/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 lwIP stack also has its own license, please read the info into the included
lwIP distribution files.