ChibiOS/demos/AVR/RT-PRO-MICRO
Theodore Ateba 0b1d16e646 [AVR] Fix code style in AVR demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15926 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-12-26 22:12:59 +00:00
..
cfg Mass update... again. 2022-12-26 10:47:54 +00:00
Makefile Mass EOL change to Unix mode. 2022-12-11 14:52:30 +00:00
main.c Mass change: Source code convention changed from CRLF to just CR (Unix). 2022-08-29 15:54:32 +00:00
readme.txt AVR: Update readme.txt files in demos folders. 2017-10-01 09:42:28 +00:00
usbcfg.c [AVR] Fix code style in AVR demo. 2022-12-26 22:12:59 +00:00
usbcfg.h Mass EOL change to Unix mode. 2022-12-11 14:52:30 +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!