aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/RT-ARDUINO-NANO/readme.txt
diff options
context:
space:
mode:
authortfateba <none@example.com>2017-06-09 23:31:17 +0000
committertfateba <none@example.com>2017-06-09 23:31:17 +0000
commite458f3904898ecb8947372d22d92a5d92237e124 (patch)
treee3beef54e1425a662f495a85e6f8731a339e6477 /demos/AVR/RT-ARDUINO-NANO/readme.txt
parent6e8584a24b6dea449671b96de9c6c4ff307c9167 (diff)
downloadChibiOS-e458f3904898ecb8947372d22d92a5d92237e124.tar.gz
ChibiOS-e458f3904898ecb8947372d22d92a5d92237e124.tar.bz2
ChibiOS-e458f3904898ecb8947372d22d92a5d92237e124.zip
Rename AVR demos
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10252 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR/RT-ARDUINO-NANO/readme.txt')
-rw-r--r--demos/AVR/RT-ARDUINO-NANO/readme.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/demos/AVR/RT-ARDUINO-NANO/readme.txt b/demos/AVR/RT-ARDUINO-NANO/readme.txt
new file mode 100644
index 000000000..a59f37c8f
--- /dev/null
+++ b/demos/AVR/RT-ARDUINO-NANO/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.