diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-05-07 08:11:03 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-05-07 08:11:03 +0000 |
commit | bec915e05274a94f2b1a5e2443f04de826dd1f6e (patch) | |
tree | cec2044911766f5dc5a7bd8b8c9ffe0fe81734f8 /demos/ARM7-AT91SAM7X-LWIP-GCC/readme.txt | |
parent | 4afa0b98dff9eac6a94c104acf900e15147d2da3 (diff) | |
parent | b43c71424d201583822b26d13d11f7e3634cb515 (diff) | |
download | ChibiOS-bec915e05274a94f2b1a5e2443f04de826dd1f6e.tar.gz ChibiOS-bec915e05274a94f2b1a5e2443f04de826dd1f6e.tar.bz2 ChibiOS-bec915e05274a94f2b1a5e2443f04de826dd1f6e.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6916 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-AT91SAM7X-LWIP-GCC/readme.txt')
-rw-r--r-- | demos/ARM7-AT91SAM7X-LWIP-GCC/readme.txt | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/demos/ARM7-AT91SAM7X-LWIP-GCC/readme.txt b/demos/ARM7-AT91SAM7X-LWIP-GCC/readme.txt deleted file mode 100644 index 14495cc0c..000000000 --- a/demos/ARM7-AT91SAM7X-LWIP-GCC/readme.txt +++ /dev/null @@ -1,34 +0,0 @@ -*****************************************************************************
-** 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.
|