kblomqvist / aery32-plus-lufa

LUFA integrated with Aery32 Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aery32+LUFA

LUFA integrated into Aery32 Framework. The example main.cpp implements CDC demo that prints "Hello" to virtual com port.

Quick Start

Step 1. Decide the directory where to work at

$ cd workspace

Step 2. Git clone Aery32+LUFA GitHub repo

$ git clone git://github.com/kblomqvist/aery32-plus-lufa.git
$ cd aery32-plus-lufa

Step 3. Compile

$ make

Step 4. Upload .hex to your board

$ make programs

Licenses

Read LICENSE.md

Acknowledgements

Thanks to abcminiuser (the creator of the LUFA) for commenting the issues and thewizzy for tireless testing.

About

LUFA integrated with Aery32 Framework

License:Other


Languages

Language:C 85.3%Language:C++ 12.3%Language:Objective-C 2.1%Language:Assembly 0.3%