Add script reading bootloader flags
[pub/lufa.git] / LUFA / Drivers / USB / Core /
2022-01-02 Peter HennMerge tag 'LUFA-210130' into ProMicro
2021-12-29 Peter HennMerge tag 'LUFA-170418' into ProMicro
2021-01-30 Dean CameraUpdate copyrights for 2021.
2020-06-15 Dean CameraDocumentation: Update copyrights to 2020.
2019-09-04 Dean CameraDocumentation: Fix Doxygen grouping.
2019-01-08 Dean CameraDocumentation: Update copyrights to 2019.
2019-01-08 Dean CameraMerge pull request #142 from jacobseptember/master
2018-12-08 Dean CameraFix unused function parameter warnings on internal...
2018-12-08 Dean CameraOptimize Endpoint_Discard_Stream() and Endpoint_Null_St...
2018-06-17 Dean CameraFix mismatched aliased event and event stub function...
2018-06-17 Dean CameraRemove unneccesary ATTR_CONST from stub functions ...
2018-06-17 Dean CameraMove class-specific functional descriptor definitions...
2018-04-22 Dean CameraFix USB_STRING_DESCRIPTOR_ARRAY() not accepting more...
2018-02-18 Dean CameraFixed incorrect endpoint bank setup on the UC3 architec...
2018-02-18 Dean CameraEnsure USE_INTERNAL_SERIAL is set to NO_DESCRIPTOR...
2018-02-18 Dean CameraMerge pull request #121 from NicoHood/internalserial
2018-01-22 NicoHoodMake USE_INTERNAL_SERIAL configureable as makefile...
2018-01-04 Dean CameraUpdate copyrights for 2018.
2018-01-04 Dean CameraMinor documentation improvements.
2017-04-18 Dean CameraUpdate copyrights for 2017.
2016-04-03 Dean CameraMerge branch 'master' into dmbs
2016-03-28 Dean CameraFixed invalid endpoint indexes causing memory corruptio...
2016-01-31 Dean CameraUpdate copyrights to 2016.
2015-12-15 Dean CameraFixed broken USE_RAM_DESCRIPTORS compile time option...
2015-12-02 Dean CameraFixed incorrect CALLBACK_USB_GetDescriptor() wIndex...
2015-10-03 Dean CameraMerge pull request #46 from NicoHood/patch-1
2015-08-01 Dean CameraMerge pull request #49 from the2masters/progmem
2015-05-17 Dean CameraUpdate copyrights to 2015 (better late than never).
2014-09-14 Dean CameraObsolete the old MACROS and MACROE convenience macros.
2014-09-08 Dean CameraMerge pull request #38 from jacobschloss/xmega_twi_caps
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-08 Dean CameraFix possible infinite loop in the control stream write...
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-10-06 Dean CameraMinor documentation corrections.
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-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-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 CameraAdd some missing function attributes.
2013-04-06 Dean CameraAdded new CONCAT() and CONCAT_EXPANDED() convenience...
2013-03-23 Dean CameraFix incorrect Interrupt disable function for the XMEGA...
2013-03-18 Dean CameraMinor documentation improvements.
2013-03-03 Dean CameraTag the LUFA-130303 release. LUFA-130303
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-05 Dean CameraMinor documentation improvements.
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.
2012-08-12 Dean CameraAdded workaround for broken VBUS detection on AVR8...
2012-07-24 Dean CameraAdd missing UC3 architecture F_USB configuration checks.
2012-07-22 Dean CameraFixed endianess issues in the RNDIS host class driver...
2012-07-15 Dean CameraMinor documentation improvements.
2012-07-10 Dean CameraFix up makefile .NOTPARALLEL heuristics so that linear...
2012-06-21 Dean CameraAdd svn:eol-style property on all source files where...
2012-06-10 Dean CameraAdd checks to the endpoint and pipe configure functions...
2012-06-10 Dean CameraMinor correction to the UC3 USB clock division formula...
2012-06-10 Dean CameraAdd MAX_ENDPOINT_INDEX compile time option for the...
2012-06-09 Dean CameraSpell check source code, fix mistakes.
2012-06-07 Dean CameraUpdate SVN line endings property on newer source files...
2012-06-06 Dean CameraOops - really fix logic errors in USBMode.h.
2012-06-06 Dean CameraFix errors in the SingleUSBModeTest build test. Fix...
2012-06-06 Dean CameraFix typo in the UC3 host pipe driver. Improve library...
2012-06-02 Dean CameraFix incorrect bank mask in Endpoint_ConfigureEndpoint...
2012-06-02 Dean CameraEnsure that USB_DEVICE_ONLY or USB_HOST_ONLY is properl...
2012-05-26 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-26 Dean CameraFixed swapped Little Endian/Big Endian endpoint and...
2012-05-26 Dean CameraFix incorrect definition for the XMEGA Endpoint_BytesIn...
next