ChibiOS/demos/AVR/RT-ARDUINOMINI
tfateba 8c7eea1196 Update AVR Mini and Nano demo mcuconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9950 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-12-04 14:57:31 +00:00
..
Makefile Add support for AVR, Arduino Mini board. 2016-11-04 23:36:20 +00:00
chconf.h Add support for AVR, Arduino Mini board. 2016-11-04 23:36:20 +00:00
halconf.h Add support for AVR, Arduino Mini board. 2016-11-04 23:36:20 +00:00
main.c Add support for AVR, Arduino Mini board. 2016-11-04 23:36:20 +00:00
mcuconf.h Update AVR Mini and Nano demo mcuconf.h files. 2016-12-04 14:57:31 +00:00
readme.txt Add support for AVR, Arduino Mini board. 2016-11-04 23:36:20 +00:00

readme.txt

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

** TARGET **

The demo runs on an Arduino Mini 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.

** Notes **