| Commit message (Expand) | Author | Age | Files | Lines |
* | Add const qualifiers to class driver callback parameters, fix parameter naming. | Dean Camera | 2018-08-06 | 1 | -13/+13 |
* | Clean up CCID class driver and associated demos. | Dean Camera | 2018-08-06 | 3 | -84/+89 |
* | CCID: Initial support for GetParameters and SetParameters | Filipe Rodrigues | 2018-07-21 | 3 | -0/+105 |
* | CCID: Add support for PC-to-Reader XfrBlock message | Filipe Rodrigues | 2018-06-24 | 3 | -7/+99 |
* | Reformatting and add const qualifiers. | Dean Camera | 2018-06-24 | 4 | -37/+55 |
* | Review fixes | Filipe Rodrigues | 2018-06-17 | 2 | -53/+37 |
* | Add CCID class driver and associated demos. | Dean Camera | 2018-06-17 | 8 | -1/+799 |
* | Fix mismatched aliased event and event stub function prototypes. | Dean Camera | 2018-06-17 | 10 | -11/+28 |
* | Remove unneccesary ATTR_CONST from stub functions (thanks to NicoHood). | Dean Camera | 2018-06-17 | 5 | -5/+5 |
* | Fixed HID report parser corruption when parsing PUSH and POP report item elem... | Dean Camera | 2018-06-17 | 2 | -1/+2 |
* | Move class-specific functional descriptor definitions to their respective cla... | Dean Camera | 2018-06-17 | 5 | -20/+38 |
* | Add MS OS Compatibility descriptors to RNDIS demos for driverless install on ... | Dean Camera | 2018-04-22 | 1 | -0/+2 |
* | Fix USB_STRING_DESCRIPTOR_ARRAY() not accepting more than two byte long arrays. | Dean Camera | 2018-04-22 | 2 | -1/+2 |
* | Fix bootloaders incorrectly checking the BOOTRST fuse on start (thanks to Bra... | Dean Camera | 2018-04-02 | 1 | -0/+1 |
* | Remove unused CDC_FUNCTIONAL_DESCRIPTOR macro. | Dean Camera | 2018-03-12 | 1 | -15/+0 |
* | Fixed CDC class Send_Device_*_P() and Send_Host_*_P() variant functions not c... | Dean Camera | 2018-02-18 | 6 | -175/+197 |
* | Fixed incorrect endpoint bank setup on the UC3 architecture (thanks to Andrus... | Dean Camera | 2018-02-18 | 2 | -1/+2 |
* | Ensure USE_INTERNAL_SERIAL is set to NO_DESCRIPTOR if internal serial is disa... | Dean Camera | 2018-02-18 | 4 | -13/+20 |
* | Make USE_INTERNAL_SERIAL configureable as makefile define | NicoHood | 2018-01-22 | 3 | -0/+6 |
* | Fixed bootloaders accepting flash writes to the bootloader region (thanks to ... | Dean Camera | 2018-01-22 | 1 | -0/+1 |
* | Fix CDC device driver not returning written character on putchar success. | Dean Camera | 2018-01-22 | 2 | -1/+3 |
* | Corrected Hoodloader2 description | Nico | 2018-01-07 | 1 | -1/+1 |
* | Add Adafruit's Atmega32u4 breakout board | Elaina Martineau | 2018-01-05 | 1 | -0/+1 |
* | Update copyrights for 2018. | Dean Camera | 2018-01-04 | 366 | -693/+693 |
* | Minor documentation improvements. | Dean Camera | 2018-01-04 | 1 | -3/+10 |
* | Fix LUFA core makefile version target. | Dean Camera | 2017-12-31 | 1 | -1/+1 |
* | Update DMBS to the latest version. | Dean Camera | 2017-12-31 | 16 | -46/+236 |
* | Merge pull request #108 from NicoHood/include_guard | Dean Camera | 2017-12-31 | 2 | -0/+10 |
|\ |
|
| * | Added include guard for dmbs modules. Fix https://github.com/abcminiuser/dmbs... | NicoHood | 2017-12-29 | 2 | -0/+10 |
* | | Added HID_KEYBOARD_SC_RESERVED | NicoHood | 2017-12-29 | 1 | -0/+1 |
|/ |
|
* | Fixed bootloaders not disabling global interrupts during erase and write oper... | Dean Camera | 2017-10-01 | 1 | -0/+2 |
* | Fixed DeviceUsesOUTPipe flag not being set correctly in the HID host class dr... | Dean Camera | 2017-09-10 | 4 | -0/+41 |
* | Update to latest DMBS revision. | Dean Camera | 2017-04-26 | 7 | -17/+27 |
* | Commit for the 170418 release. | Dean Camera | 2017-04-18 | 5 | -10/+40 |
* | Update copyrights for 2017. | Dean Camera | 2017-04-18 | 366 | -693/+693 |
* | Minor documentation improvements. | Dean Camera | 2017-01-25 | 1 | -0/+1 |
* | Fix HID_DESCRIPTOR_KEYBOARD() | Eric Tang | 2017-01-24 | 1 | -2/+1 |
* | Minor documentation improvements. | Dean Camera | 2016-09-28 | 1 | -0/+1 |
* | Fix USB_SetHIDReportItemInfo() function. | e-chip | 2016-09-28 | 1 | -2/+2 |
* | Update to latest DMBS, fix XPLAINBridge project compilation errors on full tr... | Dean Camera | 2016-07-17 | 2 | -2/+2 |
* | Update to DMBS release-20160403 release. | Dean Camera | 2016-04-05 | 20 | -56/+254 |
* | Add missing BOARD_POLOLUMICRO definition. | Dean Camera | 2016-04-03 | 1 | -1/+4 |
* | Add LUFA DMBS extension modules, use DMBS in project makefiles. | Dean Camera | 2016-04-03 | 20 | -1138/+243 |
* | Update to latest version of DMBS. | Dean Camera | 2016-04-03 | 19 | -333/+1049 |
* | Update to latest DMBS version. | Dean Camera | 2016-04-03 | 5 | -4/+17 |
* | Merge branch 'master' into dmbs | Dean Camera | 2016-04-03 | 369 | -708/+992 |
|\ |
|
| * | Added new LUFA_VERSION_RELEASE_TYPE macro to the library version header, to d... | Dean Camera | 2016-03-28 | 2 | -4/+20 |
| * | Fixed invalid endpoint indexes causing memory corruption in device Clear/Set ... | Dean Camera | 2016-03-28 | 2 | -2/+16 |
| * | Added AVRDUDE_MEMORY option to the AVRDUDE build system module (thanks to Ale... | Dean Camera | 2016-02-07 | 2 | -2/+9 |
| * | Minor documentation improvements. | Dean Camera | 2016-02-07 | 1 | -0/+6 |