diff options
Diffstat (limited to 'lib/chibios/demos/AVR/RT-ARDUINO-LEONARDO/readme.txt')
-rw-r--r-- | lib/chibios/demos/AVR/RT-ARDUINO-LEONARDO/readme.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/chibios/demos/AVR/RT-ARDUINO-LEONARDO/readme.txt b/lib/chibios/demos/AVR/RT-ARDUINO-LEONARDO/readme.txt new file mode 100644 index 000000000..adc7cfa39 --- /dev/null +++ b/lib/chibios/demos/AVR/RT-ARDUINO-LEONARDO/readme.txt | |||
@@ -0,0 +1,15 @@ | |||
1 | ***************************************************************************** | ||
2 | ** ChibiOS/RT port for ATmega32u4. ** | ||
3 | ***************************************************************************** | ||
4 | |||
5 | ** TARGET ** | ||
6 | |||
7 | The demo runs on the Arduino Leonardo. | ||
8 | |||
9 | ** The Demo ** | ||
10 | |||
11 | Creates a serial usb and prints "Hello from Arduino Leonardo!". | ||
12 | |||
13 | ** Build Procedure ** | ||
14 | |||
15 | The demo was built using the GCC AVR toolchain. It should build with WinAVR too! | ||