ChibiOS/demos/AVR/RT-ARDUINO-NANO
Giovanni Di Sirio afe8d1ee87 Re-alignment of all halconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10875 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-10-22 13:34:38 +00:00
..
Makefile AVR: Update demos makefiles to have a clean compilation. 2017-09-16 15:51:15 +00:00
chconf.h Fixed various typos and documentation-related issues. 2017-10-05 07:05:45 +00:00
halconf.h Re-alignment of all halconf.h files. 2017-10-22 13:34:38 +00:00
main.c Rename AVR demos 2017-06-09 23:31:17 +00:00
mcuconf.h Rename AVR demos 2017-06-09 23:31:17 +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.