aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/demos/AVR/NIL-ARDUINO-UNO/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios/demos/AVR/NIL-ARDUINO-UNO/readme.txt')
-rw-r--r--lib/chibios/demos/AVR/NIL-ARDUINO-UNO/readme.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/chibios/demos/AVR/NIL-ARDUINO-UNO/readme.txt b/lib/chibios/demos/AVR/NIL-ARDUINO-UNO/readme.txt
new file mode 100644
index 000000000..94cc2c109
--- /dev/null
+++ b/lib/chibios/demos/AVR/NIL-ARDUINO-UNO/readme.txt
@@ -0,0 +1,18 @@
1*****************************************************************************
2** ChibiOS/NIL port for Atmel AVR ATmega328p. **
3*****************************************************************************
4
5** TARGET **
6
7The demo runs on an Arduino Uno board.
8
9** The Demo **
10
11One thread prints a message to the serial console, which is available on
12the board USB connector (FT232 converter).
13
14Another thread toggles the LED on PB5 (pin 13 on Arduino IDE) every 500ms.
15
16** Build Procedure **
17
18The demo was built using the GCC AVR toolchain.