ChibiOS/demos/AVR/NIL-ARDUINO-UNO
Giovanni Di Sirio 426c5edcd8 chconf.h files alignment pass 3, added objects factory settings
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10767 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-10-04 14:46:20 +00:00
..
Makefile AVR: Update demos makefiles to have a clean compilation. 2017-09-16 15:51:15 +00:00
chconf.h chconf.h files alignment pass 3, added objects factory settings 2017-10-04 14:46:20 +00:00
halconf.h Rename AVR demos 2017-06-09 23:31:17 +00:00
main.c Update the AVR Arduino Uno NIL demo. 2017-06-10 00:24:10 +00:00
mcuconf.h Rename AVR demos 2017-06-09 23:31:17 +00:00
readme.txt AVR: Add missing readme.txt file in demos folders. 2017-10-01 09:42:16 +00:00

readme.txt

*****************************************************************************
** ChibiOS/NIL port for Atmel AVR ATmega328p.                              **
*****************************************************************************

** TARGET **

The demo runs on an Arduino Uno board.

** The Demo **

One thread prints a message to the serial console, which is available on
the board USB connector (FT232 converter).

Another thread toggles the LED on PB5 (pin 13 on Arduino IDE) every 500ms.

** Build Procedure **

The demo was built using the GCC AVR toolchain.