aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-AT91SAM7S-GCC/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-29 06:09:11 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-29 06:09:11 +0000
commita5e0616537530926193d73c2e41bf780d4a55f05 (patch)
treef1e2a510c21f709f62ac9d3660935bf86bd6edaf /demos/ARM7-AT91SAM7S-GCC/readme.txt
parent29d727356b71e0706a7069e41e70e1d5e885f4d3 (diff)
downloadChibiOS-a5e0616537530926193d73c2e41bf780d4a55f05.tar.gz
ChibiOS-a5e0616537530926193d73c2e41bf780d4a55f05.tar.bz2
ChibiOS-a5e0616537530926193d73c2e41bf780d4a55f05.zip
Added AT91SAM7S256 demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1961 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-AT91SAM7S-GCC/readme.txt')
-rw-r--r--demos/ARM7-AT91SAM7S-GCC/readme.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/demos/ARM7-AT91SAM7S-GCC/readme.txt b/demos/ARM7-AT91SAM7S-GCC/readme.txt
new file mode 100644
index 000000000..626516048
--- /dev/null
+++ b/demos/ARM7-AT91SAM7S-GCC/readme.txt
@@ -0,0 +1,28 @@
+*****************************************************************************
+** ChibiOS/RT port for ARM7TDMI AT91SAM7S256. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an Olimex SAM7-P256 board.
+
+** The Demo **
+
+The demo currently just flashes the LED1 using a thread.
+The button B1 prints an "Hello World!" string on RS232_0, the button B2
+activates che ChibiOS/RT test suite, output on RS232_0(port baudrate 38400).
+
+** 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/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