aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/Incomplete/MIDI/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove incomplete/nonfunctional MIDI class bootloader.Dean Camera2010-04-281-704/+0
|
* Removed invalid dfu and flip related targets from the bootloaders - ↵Dean Camera2010-04-131-35/+2
| | | | bootloaders can only be replaced with an external programmer.
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ↵Dean Camera2010-02-041-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 Camera2009-10-161-1/+1
|
* Removed mostly useless "TestApp" demo, as it was mainly useful only for ↵Dean Camera2009-09-301-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.