aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
Commit message (Collapse)AuthorAgeFilesLines
* Merge in changes from upstreamDrashna Jael're2019-09-062-1/+5
|\
| * Documentation: Add additional project links.Dean Camera2019-09-021-1/+3
| |
| * Bootloaders: Enable LTO to reduce compiled size.Dean Camera2019-07-291-0/+1
| |
| * Documentation: Add link to ProdikeysDM project.Dean Camera2019-07-241-0/+1
| |
* | Merge remote-tracking branch 'abcminiuser/master'Drashna Jaelre2019-07-036-12/+84
|\|
| * AVRISP-MKII Clone: Clean up ISP driver code, namespace module variables.Dean Camera2019-01-081-0/+1
| |
| * Fix invalid DHCP server socket creation in the Webserver project.Dean Camera2018-12-091-0/+1
| |
| * Fix HID report parser incorrectly decoding 32-bit USAGE elements.Dean Camera2018-12-091-0/+1
| |
| * Fix static analysis warnings.Dean Camera2018-12-091-6/+14
| |
| * Merge pull request #137 from abcminiuser/feature-ccidDean Camera2018-08-272-1/+2
| |\ | | | | | | New class driver: CCID
| | * Add CCID class driver and associated demos.Dean Camera2018-06-172-1/+2
| | |
| * | Update documentation donation information.Dean Camera2018-08-091-4/+1
| |/
| * Fixed HID report parser corruption when parsing PUSH and POP report item ↵Dean Camera2018-06-171-0/+1
| | | | | | | | elements.
| * Move class-specific functional descriptor definitions to their respective ↵Dean Camera2018-06-172-1/+7
| | | | | | | | classes.
| * Add MS OS Compatibility descriptors to RNDIS demos for driverless install on ↵Dean Camera2018-04-221-0/+2
| | | | | | | | Windows.
| * Fix USB_STRING_DESCRIPTOR_ARRAY() not accepting more than two byte long arrays.Dean Camera2018-04-221-0/+1
| |
| * Fix bootloaders incorrectly checking the BOOTRST fuse on start (thanks to ↵Dean Camera2018-04-021-0/+1
| | | | | | | | Braden Kell).
| * Fixed CDC class Send_Device_*_P() and Send_Host_*_P() variant functions not ↵Dean Camera2018-02-181-0/+1
| | | | | | | | compiled out for UC3 architecture.
| * Fixed incorrect endpoint bank setup on the UC3 architecture (thanks to ↵Dean Camera2018-02-181-0/+1
| | | | | | | | Andrus Aaslaid).
| * Ensure USE_INTERNAL_SERIAL is set to NO_DESCRIPTOR if internal serial is ↵Dean Camera2018-02-181-0/+4
| | | | | | | | disabled.
| * Fixed bootloaders accepting flash writes to the bootloader region (thanks to ↵Dean Camera2018-01-221-0/+1
| | | | | | | | NicoHood).
| * Fix CDC device driver not returning written character on putchar success.Dean Camera2018-01-221-0/+2
| |
| * Corrected Hoodloader2 descriptionNico2018-01-071-1/+1
| |
| * Add Adafruit's Atmega32u4 breakout boardElaina Martineau2018-01-051-0/+1
| |
| * Fixed bootloaders not disabling global interrupts during erase and write ↵Dean Camera2017-10-011-0/+2
| | | | | | | | operations (thanks to Zoltan).
| * Fixed DeviceUsesOUTPipe flag not being set correctly in the HID host class ↵Dean Camera2017-09-103-0/+40
| | | | | | | | driver (thanks to Wolfgang Schnerring).
* | more crlf issuesskullY2017-07-081-281/+281
|/
* Commit for the 170418 release.Dean Camera2017-04-183-4/+33
|
* Minor documentation improvements.Dean Camera2017-01-251-0/+1
|
* Minor documentation improvements.Dean Camera2016-09-281-0/+1
|
* Add LUFA DMBS extension modules, use DMBS in project makefiles.Dean Camera2016-04-0312-886/+61
|
* Merge branch 'master' into dmbsDean Camera2016-04-033-0/+17
|\
| * Added new LUFA_VERSION_RELEASE_TYPE macro to the library version header, to ↵Dean Camera2016-03-281-0/+1
| | | | | | | | determine release type (thanks to NicoHood).
| * Fixed invalid endpoint indexes causing memory corruption in device Clear/Set ↵Dean Camera2016-03-281-0/+1
| | | | | | | | Feature standard requests (thanks to Peter Popovec).
| * Added AVRDUDE_MEMORY option to the AVRDUDE build system module (thanks to ↵Dean Camera2016-02-071-0/+4
| | | | | | | | Alex Ferm).
| * Minor documentation improvements.Dean Camera2016-02-071-0/+6
| |
| * Added support for the Pololu A-Star Micro board (thanks to Joh Schneider).Dean Camera2016-01-312-0/+5
| |
| * Minor documentation improvements.Dean Camera2016-01-271-0/+1
| |
* | Minor documentation improvements.Dean Camera2016-01-271-0/+1
| |
* | Merge branch 'master' into dmbsDean Camera2016-01-022-1/+5
|\|
| * Fix additional void pointer arithmetic in the class driver RNDIS demo.Dean Camera2015-12-221-1/+1
| |
| * Fixed low level RNDIS demo incorrectly setting the RNDIS state when a null ↵Dean Camera2015-12-221-0/+3
| | | | | | | | packet filter was requested.
| * Update changelog.Dean Camera2015-12-222-1/+2
| |
| * Use different jump key than the bootloaders in the documentation.Dean Camera2015-12-221-1/+1
| |
* | Clean up core build system DMBS subclass module.Dean Camera2015-12-222-5/+18
|/
* Fixed broken USE_RAM_DESCRIPTORS compile time option when the ↵Dean Camera2015-12-151-0/+2
| | | | FIXED_NUM_CONFIGURATIONS compile time option is not enabled (thanks to Matlo).
* Fixed incorrect CALLBACK_USB_GetDescriptor() wIndex parameter type (thanks ↵Dean Camera2015-12-022-2/+6
| | | | to matlo).
* Update documentation and reset version information post-release.Dean Camera2015-11-153-0/+9
|
* Commit for the 151115 public release.Dean Camera2015-11-153-3/+3
|
* Fixed missing bounds checks and off-by-one in the DFU bootloader signature ↵Dean Camera2015-11-081-0/+1
| | | | bytes (thanks to Reuti)