Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move class-specific functional descriptor definitions to their respective ↵ | Dean Camera | 2018-06-17 | 5 | -20/+38 |
| | | | | classes. | ||||
* | Add MS OS Compatibility descriptors to RNDIS demos for driverless install on ↵ | Dean Camera | 2018-04-22 | 1 | -0/+2 |
| | | | | Windows. | ||||
* | 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 ↵ | Dean Camera | 2018-04-02 | 1 | -0/+1 |
| | | | | Braden Kell). | ||||
* | 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 ↵ | Dean Camera | 2018-02-18 | 6 | -175/+197 |
| | | | | compiled out for UC3 architecture. | ||||
* | Fixed incorrect endpoint bank setup on the UC3 architecture (thanks to ↵ | Dean Camera | 2018-02-18 | 2 | -1/+2 |
| | | | | Andrus Aaslaid). | ||||
* | Ensure USE_INTERNAL_SERIAL is set to NO_DESCRIPTOR if internal serial is ↵ | Dean Camera | 2018-02-18 | 4 | -13/+20 |
| | | | | disabled. | ||||
* | 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 |
| | | | | NicoHood). | ||||
* | 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 guards for DMBS build modules (thanks to Nico Hood). | ||||
| * | Added include guard for dmbs modules. Fix ↵ | NicoHood | 2017-12-29 | 2 | -0/+10 |
| | | | | | | | | https://github.com/abcminiuser/dmbs/issues/28 already included. | ||||
* | | Added HID_KEYBOARD_SC_RESERVED | NicoHood | 2017-12-29 | 1 | -0/+1 |
|/ | |||||
* | Fixed bootloaders not disabling global interrupts during erase and write ↵ | Dean Camera | 2017-10-01 | 1 | -0/+2 |
| | | | | operations (thanks to Zoltan). | ||||
* | Fixed DeviceUsesOUTPipe flag not being set correctly in the HID host class ↵ | Dean Camera | 2017-09-10 | 4 | -0/+41 |
| | | | | driver (thanks to Wolfgang Schnerring). | ||||
* | 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 |
| | | | | This will prevent future occurrences of jackhumbert/qmk_firmware#312. | ||||
* | Minor documentation improvements. | Dean Camera | 2016-09-28 | 1 | -0/+1 |
| | |||||
* | Fix USB_SetHIDReportItemInfo() function. | e-chip | 2016-09-28 | 1 | -2/+2 |
| | | | | | Bits applying loop worked incorrect on large reports. Seems to me like a copy/paste problem from USB_GetHIDReportItemInfo(). | ||||
* | Update to latest DMBS, fix XPLAINBridge project compilation errors on full ↵ | Dean Camera | 2016-07-17 | 2 | -2/+2 |
| | | | | tree build. | ||||
* | 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 ↵ | Dean Camera | 2016-03-28 | 2 | -4/+20 |
| | | | | | | | | determine release type (thanks to NicoHood). | ||||
| * | Fixed invalid endpoint indexes causing memory corruption in device Clear/Set ↵ | Dean Camera | 2016-03-28 | 2 | -2/+16 |
| | | | | | | | | Feature standard requests (thanks to Peter Popovec). | ||||
| * | Added AVRDUDE_MEMORY option to the AVRDUDE build system module (thanks to ↵ | Dean Camera | 2016-02-07 | 2 | -2/+9 |
| | | | | | | | | Alex Ferm). | ||||
| * | Minor documentation improvements. | Dean Camera | 2016-02-07 | 1 | -0/+6 |
| | | |||||
| * | Oops: add missing Pololu Micro board drivers. | Dean Camera | 2016-02-07 | 2 | -0/+233 |
| | | |||||
| * | Update copyrights to 2016. | Dean Camera | 2016-01-31 | 375 | -704/+704 |
| | | |||||
| * | Added support for the Pololu A-Star Micro board (thanks to Joh Schneider). | Dean Camera | 2016-01-31 | 6 | -11/+22 |
| | | |||||
| * | Minor documentation improvements. | Dean Camera | 2016-01-27 | 1 | -0/+1 |
| | | |||||
* | | Minor documentation improvements. | Dean Camera | 2016-01-27 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into dmbs | Dean Camera | 2016-01-02 | 4 | -3/+11 |
|\| | |||||
| * | Fix additional void pointer arithmetic in the class driver RNDIS demo. | Dean Camera | 2015-12-22 | 1 | -1/+1 |
| | | |||||
| * | Fixed low level RNDIS demo incorrectly setting the RNDIS state when a null ↵ | Dean Camera | 2015-12-22 | 1 | -0/+3 |
| | | | | | | | | packet filter was requested. | ||||
| * | Fix void pointer arithmetic in the Serial peripheral drivers. | Dean Camera | 2015-12-22 | 2 | -2/+6 |
| | | |||||
| * | Update changelog. | Dean Camera | 2015-12-22 | 2 | -1/+2 |
| | |