aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-GCC/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-10-04 17:39:29 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-10-04 17:39:29 +0000
commitf44731e0c0a0e36d676b061f52ff9a2c54030393 (patch)
tree99e2aae656495f369bcacdfbd6f0a67b9434a23f /demos/ARM7-LPC214x-GCC/readme.txt
parentc069c0d1f98f2dcf1f9dd52fd965248ba27364fd (diff)
downloadChibiOS-f44731e0c0a0e36d676b061f52ff9a2c54030393.tar.gz
ChibiOS-f44731e0c0a0e36d676b061f52ff9a2c54030393.tar.bz2
ChibiOS-f44731e0c0a0e36d676b061f52ff9a2c54030393.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@35 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-GCC/readme.txt')
-rw-r--r--demos/ARM7-LPC214x-GCC/readme.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/demos/ARM7-LPC214x-GCC/readme.txt b/demos/ARM7-LPC214x-GCC/readme.txt
new file mode 100644
index 000000000..f55f5b4c6
--- /dev/null
+++ b/demos/ARM7-LPC214x-GCC/readme.txt
@@ -0,0 +1,23 @@
+*****************************************************************************
+** ChibiOS/RT port for ARM7TDMI LPC214X. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an Olimex LPC-P2148 board. The port on other boards or other
+members of the LPC2000 family should be an easy task.
+
+** The Demo **
+
+The demo blinks the leds on the board by using multiple threads. By pressing
+the buttons on the board it is possible to activate the buzzer and send a
+message over the serial ports. Pressing both buttons activates the test
+procedure on the serial port 1.
+See main.c for details. Buzzer.c contains an interesting device driver
+example that uses a physical timer for the waveform generation and a virtual
+timer for the sound duration.
+
+** Build Procedure **
+
+The demo was built using the YAGARTO toolchain but any toolchain based on GCC
+and GNU userspace programs will work.