ChibiOS/demos/AVR/RT-ARDUINO-LEONARDO
Theodore Ateba 885c2660af Activate the USB driver in mcuconf file to build the demo without any error.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10443 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-08-17 19:37:30 +00:00
..
Makefile Update AVR MEGA demos Makefiles according the new architecture. 2017-08-16 06:39:21 +00:00
chconf.h Rename AVR demos 2017-06-09 23:31:17 +00:00
halconf.h Rename AVR demos 2017-06-09 23:31:17 +00:00
main.c Rename AVR demos 2017-06-09 23:31:17 +00:00
mcuconf.h Activate the USB driver in mcuconf file to build the demo without any error. 2017-08-17 19:37:30 +00:00
readme.txt Rename AVR demos 2017-06-09 23:31:17 +00:00
usbcfg.c Rename AVR demos 2017-06-09 23:31:17 +00:00
usbcfg.h Rename AVR demos 2017-06-09 23:31:17 +00:00

readme.txt

*****************************************************************************
** ChibiOS/RT port for Arduino Leonardo.                                   **
*****************************************************************************

** TARGET **

The demo runs on the Arduino Leonardo.

** The Demo **

Creates a serial usb and prints "Hello from Arduino Leonardo!".

** Build Procedure **

The demo was built using the GCC AVR toolchain. It should build with WinAVR too!