ChibiOS/demos/AVR/RT-PRO-MICRO
Theodore Ateba 75d472f580 AVR: Update all configuration files of RT demos to avoid the error CH_DBG_TRACE_MASK not defined in chconf.h
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11153 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-12-20 20:29:56 +00:00
..
Makefile AVR: Correct the email address on all makefile. 2017-11-16 22:11:26 +00:00
chconf.h AVR: Update all configuration files of RT demos to avoid the error CH_DBG_TRACE_MASK not defined in chconf.h 2017-12-20 20:29:56 +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 Rename AVR demos 2017-06-09 23:31:17 +00:00
readme.txt AVR: Update readme.txt files in demos folders. 2017-10-01 09:42:28 +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 ATmega32u4.                                         **
*****************************************************************************

** TARGET **

The demo runs on the Sparkfun Pro Micro.

** The Demo **

Creates a serial usb and prints "Hello World".

** Build Procedure **

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