Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove incomplete/nonfunctional MIDI class bootloader. | Dean Camera | 2010-04-28 | 1 | -704/+0 |
| | |||||
* | Removed invalid dfu and flip related targets from the bootloaders - ↵ | Dean Camera | 2010-04-13 | 1 | -35/+2 |
| | | | | bootloaders can only be replaced with an external programmer. | ||||
* | New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ↵ | Dean Camera | 2010-02-04 | 1 | -1/+1 |
| | | | | | | will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver). Spell-check code/comments in the Webserver/AVRISP-MKII projects. | ||||
* | Fix invalid Event name rule in demo/project makefiles. | Dean Camera | 2009-10-16 | 1 | -1/+1 |
| | |||||
* | Removed mostly useless "TestApp" demo, as it was mainly useful only for ↵ | Dean Camera | 2009-09-30 | 1 | -0/+737 |
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. |