Get rid of the redundant ATTR_NEVER_INLINE macro which translated to the same as...
[pub/USBasp.git] / Demos / Device / ClassDriver / MIDI / MIDI.c
2013-10-27 Dean CameraMerge branch 'master' of github.com:abcminiuser/lufa
2013-10-12 Dean CameraMerge pull request #10 from mondalaci/replace-audio...
2013-10-11 László MondaReplace remaining MIDI interface numbers with enums.
2013-10-06 Dean CameraMerge pull request #8 from mondalaci/extract-interface...
2013-10-06 László MondaExtract interface numbers into enums.
2013-05-20 Dean CameraMerge branch 'XMEGA-Demo-Ports-ClockOnly'
2013-05-19 Dean CameraMerge branch 'master' into XMEGA-Demo-Ports-ClockOnly
2013-05-19 Dean CameraAdd XMEGA support to the class driver demos where possible.
2013-01-03 Dean CameraUpdate copyright year to 2013.
2012-10-05 Dean CameraMinor documentation improvements.
2012-09-17 Dean CameraUse the framework provided GlobalInterruptEnable()...
2012-05-10 Dean CameraAdd branch for the conversion of demos to use standard...
2012-04-25 Dean CameraChanged MIDI event structure MIDI_EventPacket_t to...
2012-04-14 Dean CameraReintegrate the FullEPAddresses development branch...
2012-02-04 Dean CameraUpdate file contributor copyrights for 2012.
2012-02-04 Dean CameraUpdate file header copyrights for 2012.
2011-02-10 Dean CameraAdd static keyword to all project globals whose scope...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-11-05 Dean CameraRenamed the EVENT_USB_Device_UnhandledControlRequest...
2010-11-05 Dean CameraLoop in the ClassDriver MIDI device/host demos until...
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-08-21 Dean CameraRemove unneccesary call to USB_Device_EnableSOFEvents...
2010-08-09 Dean CameraRemoved complicated logic for the Endpoint_ConfigureEnd...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-04-28 Dean CameraUSB_Init() no longer calls sei() to enable global inter...
2010-01-05 Dean CameraAdded support to the MIDI Class drivers for packed...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-11-26 Dean CameraMake MIDI device demos also turn off the on board LEDs...
2009-11-06 Dean CameraAdd optional double-banking support to the Device mode...
2009-09-30 Dean CameraRemoved mostly useless "TestApp" demo, as it was mainly...
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
2009-07-30 Dean CameraFix redefinition warning when USB_DEVICE_ONLY is set...
2009-07-27 Dean CameraState information for class drivers is now zeroed out...
2009-06-26 Dean CameraReduce struct name pollution - group typedef struct...
2009-06-18 Dean CameraBreak device mode class driver interfaces into seperate...
2009-06-16 Dean CameraPipe_GetErrorFlags() now returns additional error flags...
2009-06-11 Dean CameraChanged to new device mode Class Driver function name...
2009-06-10 Dean CameraFixes to the MIDI device demos (ClassDriver, LowLevel...
2009-06-05 Dean CameraMove new Class Driver powered demos to a new ClassDrive...