Update Studio Integration DLL, to include package logging.
[pub/USBasp.git] / LUFA / Drivers / USB /
2015-10-03 Dean CameraMerge pull request #46 from NicoHood/patch-1
2015-08-01 Dean CameraAdd PROGMEM variant data send functions to the CDC...
2015-08-01 Dean CameraMerge pull request #49 from the2masters/progmem
2015-05-17 Dean CameraUpdate copyrights to 2015 (better late than never).
2015-02-28 Stefan HellermannAdd Progmem Variant to CDC_Device_Send
2014-09-14 Dean CameraObsolete the old MACROS and MACROE convenience macros.
2014-09-08 Dean CameraMerge pull request #36 from hexwab/midimacrofix
2014-09-08 Dean CameraMerge pull request #38 from jacobschloss/xmega_twi_caps
2014-09-06 Tom Hargreavesadd parens around args in MIDI_EVENT macro
2014-08-31 Dean CameraAdd Dual MIDI device class driver demo application.
2014-08-31 Dean CameraFix overflow for RNDIS class driver responses when...
2014-07-22 Dean CameraMinor code style fixes, documentation improvements.
2014-07-22 Dean CameraMerge pull request #32 from The-42/fix-xmega-usb-prescaler
2014-07-22 Bert van HallFix XMEGA USB prescaler calculation
2014-06-25 Dean CameraMerge pull request #28 from The-42/fix-feature-id
2014-06-19 Bert van HallFix missing report IDs in feature reports
2014-06-08 Dean CameraFix possible infinite loop in the control stream write...
2014-04-21 Dean CameraMerge branch 'master' of github.com:abcminiuser/lufa
2014-04-07 Dean CameraMerge pull request #23 from mondalaci/add-further-scancodes
2014-04-06 László MondaFix typos and add new macros for HID keyboard scancodes.
2014-03-09 Dean CameraMore fixes for incorrect return types/values.
2014-03-05 Dean CameraFix incorrect error codes returned on pip config failur...
2014-01-27 Dean CameraFix incorrect descriptor length when using USB_STRING_D...
2014-01-07 Dean CameraFix USB_STRING_DESCRIPTOR() macro reported length to...
2014-01-07 Dean CameraAdd USB_STRING_DESCRIPTOR_ARRAY() macro, update demos...
2014-01-07 László MondaAdd USB_STRING_DESCRIPTOR and make the Keyboard demo...
2014-01-05 Dean CameraMerge pull request #19 from mondalaci/attr-no-inline...
2014-01-03 Dean CameraUpdate copyrights for 2014.
2014-01-03 Dean CameraMerge pull request #17 from mondalaci/further-generichi...
2013-12-20 Dean CameraMerge pull request #15 from mondalaci/limit-control...
2013-12-20 Dean CameraMerge pull request #16 from hansmi/master
2013-12-19 Michael HanselmannAVR8: Add option to keep 3.3V regulator enabled
2013-11-21 Dean CameraUse new VERSION_BCD() macro with explicit int arguments...
2013-11-05 Dean CameraFixed MIDI device class driver MIDI_Device_ReceiveEvent...
2013-11-03 Dean CameraMerge pull request #12 from mondalaci/generichid-node...
2013-11-03 Dean CameraMerge pull request #11 from mondalaci/generichid-libusb...
2013-10-27 Dean CameraMerge branch 'master' of github.com:abcminiuser/lufa
2013-10-27 Dean CameraMinor documentation improvements.
2013-10-06 Dean CameraMinor documentation corrections.
2013-10-06 Dean CameraMerge pull request #8 from mondalaci/extract-interface...
2013-09-27 Dean CameraMerge pull request #7 from mondalaci/hidclassdevice_whi...
2013-09-24 László MondaUse spaces instead of tabs wherever necessary to fix...
2013-09-24 László MondaUse spaces instead of tabs where necessary to fix inden...
2013-08-23 Dean CameraFixed error receiving PIMA events via the Still Image...
2013-08-23 Dean CameraFix code style in the HID parser module.
2013-08-19 Dean CameraPrevent accessing past the UsageList bounds in the...
2013-08-13 Dean CameraMerge branch 'xmega-twi' of github.com:jamuraa/lufa...
2013-08-13 Dean CameraFixed re-enumeration issue of XMEGA architecture targets.
2013-07-15 Dean CameraFixed incorrect USB device state set when a suspended...
2013-06-01 Dean CameraEnsure core library documentation sections use unique...
2013-05-23 Dean CameraFix HID descriptor mouse and joystick macros for intege...
2013-05-22 Dean CameraMinor documentation improvements.
2013-05-19 Dean CameraSimplify the Doxygen to Docbook XML transform.
2013-05-14 Dean CameraFix missing bitshift in the AVR8 Pipe_GetBoundEndpointA...
2013-05-12 Dean CameraMinor documentation improvements.
2013-05-10 Dean CameraFix Pipe_GetBoundEndpointAddress() returning bad values...
2013-05-10 Dean CameraUpdate Android Accessory Class driver to be compatible...
2013-05-05 Dean CameraAdd proper reset handling to the USB Printer Device...
2013-05-05 Dean CameraAdd missing EVENT_PRNT_Device_SoftReset() public functi...
2013-05-05 Dean CameraAdd new Printer Device Class driver.
2013-05-05 Dean CameraRevert incorrect XMEGA interrupt disable patch; all...
2013-05-04 Dean CameraMinor documentation improvements.
2013-04-28 Dean CameraMove USB mode enum into the top level USB controller...
2013-04-21 Dean CameraFixed possible register corruption in USB Host mode...
2013-04-14 Dean CameraReduce the amount of inlining of core Endpoint function...
2013-04-11 Dean CameraOops - fix function prototype attribute.
2013-04-11 Dean CameraAdd some missing function attributes.
2013-04-06 Dean CameraAdded new CONCAT() and CONCAT_EXPANDED() convenience...
2013-04-04 Dean CameraMinor documentation improvements.
2013-03-28 Dean CameraAdded additional MIDI command definitions to the MIDI...
2013-03-23 Dean CameraFix incorrect Interrupt disable function for the XMEGA...
2013-03-23 Dean CameraFixed Low Speed USB devices broken when using the libra...
2013-03-18 Dean CameraMinor documentation improvements.
2013-03-17 Dean CameraFixed incorrect HID report descriptor generated for...
2013-03-09 Dean CameraAdd dummy handler for SCSI_CMD_START_STOP_UNIT in all...
2013-02-27 Dean CameraFixed potential NULL pointer dereference in the HID...
2013-02-24 Dean CameraChanged all *_SendByte() function prototypes to accept...
2013-02-13 Dean CameraReset XMEGA NVM read command to the symbolic NO_OPERATI...
2013-02-05 Dean CameraRemove CPPCheck suppressions for unused functions,...
2013-01-27 Dean CameraSuppress unused function parameter warnings in the...
2013-01-27 Dean CameraFix broken XMEGA USB support.
2013-01-27 Dean CameraFixed incorrectly issuing STALL response to unsupported...
2013-01-03 Dean CameraAdd missing include to the USB driver core mode header...
2013-01-03 Dean CameraUpdate copyright year to 2013.
2013-01-03 Dean CameraFixed hardware race condition that could cause failed...
2013-01-03 Dean CameraRemove support for devices that were not put into produ...
2012-10-14 Dean CameraClean up unnecessary CPPCheck static analysis suppressi...
2012-10-14 Dean CameraFixed maximum allowed keyboard key code usage of 0x65...
2012-10-14 Dean CameraFixed incorrect definitions of HID_KEYBOARD_LED_KANA...
2012-10-05 Dean CameraMinor documentation improvements.
2012-09-19 Dean CameraFix missing briefs in the documentation for several...
2012-09-16 Dean CameraFixed lengthy timeouts in the USBtoSerial project if...
2012-09-12 Dean CameraFixed possible rounding in the VERSION_BCD() macros...
2012-09-09 Dean CameraUpdate LUFA core to be compatible with the AVR-GCC...
2012-09-01 Dean CameraUse an early-abort in the USB_DeviceTask() function...
2012-09-01 Dean CameraAdd human readable license information and add some...
2012-08-28 Dean CameraFixed logic hole breaking USB operations on a USB contr...
2012-08-27 Dean CameraMinor documentation corrections.
2012-08-18 Dean CameraSpell-check latest trunk source code.
2012-08-18 Dean CameraMinor documentation improvements.
next