ChibiOS/demos/AVR/RT-ARDUINO-NANO
Theodore Ateba dacb403627 Update all demos comments and indent
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11429 35acf78f-673a-0410-8e92-d51de3d6d3f4
2018-02-04 13:36:12 +00:00
..
Makefile AVR: Correct the email address on all makefile. 2017-11-16 22:11:26 +00:00
chconf.h Mass update of the Apache 2.0 license statement. 2018-01-20 11:44:14 +00:00
halconf.h Mass update of the Apache 2.0 license statement. 2018-01-20 11:44:14 +00:00
main.c Update all demos comments and indent 2018-02-04 13:36:12 +00:00
mcuconf.h Mass update of the Apache 2.0 license statement. 2018-01-20 11:44:14 +00:00
readme.txt Rename AVR demos 2017-06-09 23:31:17 +00:00

readme.txt

*****************************************************************************
** 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.