ChibiOS/demos/AVR/NIL-ARDUINO-NANO
Giovanni Di Sirio f6ddc053fd Mass updated all demos with the new test code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10886 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-10-23 12:46:52 +00:00
..
Makefile Mass updated all demos with the new test code. 2017-10-23 12:46:52 +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
mcuconf.h
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 Nano 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.