CCID: Add support for PC-to-Reader XfrBlock message
[pub/USBasp.git] / LUFA / Drivers /
2018-06-25 Filipe RodriguesCCID: Add support for PC-to-Reader XfrBlock message
2018-06-24 Dean CameraReformatting and add const qualifiers.
2018-06-24 Dean CameraMerge pull request #126 from kidbomb/feature-ccid
2018-06-17 Filipe RodriguesReview fixes
2018-06-17 Dean CameraAdd CCID class driver and associated demos.
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 CameraFixed HID report parser corruption when parsing PUSH...
2018-06-17 Dean CameraMove class-specific functional descriptor definitions...
2018-04-22 Dean CameraFix USB_STRING_DESCRIPTOR_ARRAY() not accepting more...
2018-03-12 Dean CameraRemove unused CDC_FUNCTIONAL_DESCRIPTOR macro.
2018-02-18 Dean CameraFixed CDC class Send_Device_*_P() and Send_Host_*_P...
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-22 Dean CameraFix CDC device driver not returning written character...
2018-01-04 Dean CameraUpdate copyrights for 2018.
2018-01-04 Dean CameraMinor documentation improvements.
2017-12-31 Dean CameraMerge pull request #108 from NicoHood/include_guard
2017-12-31 Dean CameraMerge pull request #109 from NicoHood/hid_reserved_keycode
2017-12-29 NicoHoodAdded HID_KEYBOARD_SC_RESERVED
2017-09-10 Dean CameraFixed DeviceUsesOUTPipe flag not being set correctly...
2017-04-18 Dean CameraUpdate copyrights for 2017.
2017-01-25 Dean CameraMerge pull request #94 from eltang/descriptor_fix
2017-01-25 Eric TangFix HID_DESCRIPTOR_KEYBOARD()
2016-09-28 Dean CameraMerge pull request #89 from e-chip/master
2016-09-28 e-chipFix USB_SetHIDReportItemInfo() function.
2016-04-03 Dean CameraMerge branch 'master' into dmbs
2016-03-28 Dean CameraFixed invalid endpoint indexes causing memory corruptio...
2016-02-07 Dean CameraOops: add missing Pololu Micro board drivers.
2016-01-31 Dean CameraUpdate copyrights to 2016.
2016-01-31 Dean CameraAdded support for the Pololu A-Star Micro board (thanks...
2016-01-02 Dean CameraMerge branch 'master' into dmbs
2015-12-22 Dean CameraFix void pointer arithmetic in the Serial peripheral...
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 CameraWhitespace fixes.
2015-10-03 Dean CameraMerge pull request #46 from NicoHood/patch-1
2015-09-27 Dean CameraUse 16-bit length for TWI driver packet read/write...
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-05-17 Dean CameraFix incorrect XMEGA serial driver stream functions...
2015-03-15 Dean CameraMinor documentation improvements.
2015-02-28 Stefan HellermannAdd Progmem Variant to CDC_Device_Send
2015-02-24 NicoUpdate Board.h
2015-02-24 NicoUpdate LEDs.h
2014-12-26 Dean CameraUpgrade to latest Doxygen.
2014-11-20 Dean CameraAdd board drivers for the Atmel Xplained-MINI kits.
2014-09-28 Dean CameraAdd missing MICRO board drivers. LUFA-140928
2014-09-14 Dean CameraMinor documentation improvements.
2014-09-14 Dean CameraObsolete the old MACROS and MACROE convenience macros.
2014-09-13 Dean CameraFixed broken AVR8 USART-SPI peripheral driver (thanks...
2014-09-11 Dean CameraAdd support for the Arduino Micro board, fix other...
2014-09-11 Dean CameraOops - include board and LED drivers for the Arduino...
2014-09-11 Dean CameraAdd board support for the Arduino YUN ATMEGA32U4 coproc...
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-08 Jacob SchlossMake twi capitalization match.
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-08-24 Dean CameraMerge branch 'master' of github.com:abcminiuser/lufa
2014-08-13 Dean CameraMerge pull request #35 from hellprototypes/sandbox
2014-08-13 HellFix Serial_XMEGA.h syntax and define error
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-07-15 Dean CameraAdd Serial_IsSendReady() and Serial_IsSendComplete...
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-30 Dean CameraFix LED driver for the Arduino Leonardo board.
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-02-16 Dean CameraMerge branch 'master' of github.com:abcminiuser/lufa
2014-02-01 Dean CameraMerge pull request #21 from mondalaci/fix-ringbuffer...
2014-02-01 László MondaFix ring buffer example.
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 CameraMinor documentation fixes.
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.
next