ChibiOS/demos/AVR/RT-ARDUINOMINI
tfateba 7013edb5ed Align all AVR testhal and demo mcuconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10197 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-04-28 23:17:37 +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 Align all AVR testhal and demo mcuconf.h files. 2017-04-28 23:17:37 +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 **