index
:
suspect-devices/lufa
master
fork to update the benito, midimonster and other suspect devices products
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Projects
/
Incomplete
/
MIDIToneGenerator
Age
Commit message (
Expand
)
Author
2010-12-03
Added new completed MIDIToneGenerator project.
Dean
2010-11-25
Make the incomplete MIDIToneGenerator project work with up to three notes, us...
Dean
2010-11-24
Readd incomplete MIDIToneGenerator project, which can now correctly generate ...
Dean
2010-09-13
Remove incomplete MIDIToneGenerator project.
Dean
2010-09-09
Added class specific descriptor type defines with standard USB-IF element nam...
Dean
2010-08-24
Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...
Dean
2010-08-09
Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...
Dean
2010-08-08
Fix invocations of avr-size in all makefiles broken on unpatched *nix systems...
Dean
2010-07-29
Spell check all source files once again to find any typos.
Dean
2010-07-21
Update all demos, projects and bootloaders to indent all function parameters,...
Dean
2010-07-19
Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.
Dean
2010-07-18
Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...
Dean
2010-07-15
Disable strict aliasing explicitly in the project makefiles, as this is appar...
Dean
2010-07-15
Removed the automated checking of event names in the demo, project and bootlo...
Dean
2010-07-12
Add missing clean_doxygen phony targets to the project makefiles.
Dean
2010-07-02
Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...
Dean
2010-05-08
Add svn:eol-style property to source files, so that the line endings are corr...
Dean
2010-05-07
Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...
Dean
2010-04-28
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...
Dean
2010-04-28
USB_Init() no longer calls sei() to enable global interrupts - this must now ...
Dean
2010-03-24
Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HAL...
Dean
2010-03-23
Change over MIDIToneGenerator to use only a single channel (MIDI channel 1) d...
Dean
2010-03-23
Added incomplete MIDIToneGenerator project.
Dean