Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spell check all source code variables, comments and strings. | Dean Camera | 2009-11-09 | 1 | -1/+1 |
| | |||||
* | Fix invalid Event name rule in demo/project makefiles. | Dean Camera | 2009-10-16 | 1 | -1/+1 |
| | |||||
* | Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz. | Dean Camera | 2009-10-12 | 1 | -70/+0 |
| | | | | Fix up demo documentation device compatibility list to be as general as possible to reduce changes required as Atmel releases more devices within the same USB AVR series. | ||||
* | Application documentation/comment cleanup. | Dean Camera | 2009-10-08 | 2 | -2/+2 |
| | |||||
* | Add new MIDIHost LowLevel demo application. | Dean Camera | 2009-10-08 | 1 | -2/+2 |
| | | | | Make unfinished device mode applications use the VID/PID reserved for LUFA development devices. | ||||
* | Removed mostly useless "TestApp" demo, as it was mainly useful only for ↵ | Dean Camera | 2009-09-30 | 10 | -0/+3397 |
checking for sytax errors in the library. MIDI device demos now receive MIDI events from the host and display note ON messages via the board LEDs. Added beginnings of a MIDI class bootloader. |