aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/RT-ARDUINONANO/readme.txt
diff options
context:
space:
mode:
authortfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2016-11-04 23:24:50 +0000
committertfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2016-11-04 23:24:50 +0000
commit66c47f272539b8e2f3530b2baf27323b6099ae1b (patch)
tree95ddb599a022396549a677c9dfa256061a3a0937 /demos/AVR/RT-ARDUINONANO/readme.txt
parente8a9cc939851edfb14151189049d2a1578357987 (diff)
downloadChibiOS-66c47f272539b8e2f3530b2baf27323b6099ae1b.tar.gz
ChibiOS-66c47f272539b8e2f3530b2baf27323b6099ae1b.tar.bz2
ChibiOS-66c47f272539b8e2f3530b2baf27323b6099ae1b.zip
Add support for AVR, Arduino Nano board.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9900 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR/RT-ARDUINONANO/readme.txt')
-rw-r--r--demos/AVR/RT-ARDUINONANO/readme.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/demos/AVR/RT-ARDUINONANO/readme.txt b/demos/AVR/RT-ARDUINONANO/readme.txt
new file mode 100644
index 000000000..a59f37c8f
--- /dev/null
+++ b/demos/AVR/RT-ARDUINONANO/readme.txt
@@ -0,0 +1,17 @@
+*****************************************************************************
+** ChibiOS/RT port for Atmel AVR ATmega328p **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an Arduino Nano board.
+
+** The Demo **
+
+The demo currently just prints a message to the Serial0, which is available
+on the board USB connector (FT232 converter),
+and toggles the LED on PB5 (pin 13 on Arduino IDE) every second.
+
+** Build Procedure **
+
+The demo was built using the GCC AVR toolchain.