aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/atmel_softpack_libraries/usb/device
AgeCommit message (Expand)AuthorFilesLines
2018-07-04USB: add central file to define USB IDs, classes, and endpointsKévin Redon1-1/+1
2018-06-29USBD: send empty packet when non-existing descriptor string is requestedKévin Redon1-2/+8
2018-06-29fix: initialize uninitialized variable in USBDFU_DFU_RequestHandlerKévin Redon2-2/+2
2017-11-29USB: Handle DFU requests by USBD.c to keep application callbackHarald Welte2-7/+7
2017-11-28Fix typos in usb.c, llist_irqsafe.h and dfu.hHarald Welte1-2/+2
2017-03-06DFU: Resolve DFU runtime descriptor dynamically from descriptorsHarald Welte1-1/+25
2017-03-05qmod eeprom/i2c: Re-start watchdog while slow bit-bangingHarald Welte1-2/+2
2017-03-05Generate USB Strings from apps/*/usb_strings.txt files at compile timeHarald Welte1-103/+2
2017-03-04DFU: Introduce board/app-specific override for booting in DFU modeHarald Welte2-0/+9
2017-03-03DFU: String descriptors for DFU alt-interfaces0.2Harald Welte1-0/+26
2017-03-03DFU: Set 10ms bwPollTimeout (lowest possible as per spec)Harald Welte2-2/+4
2017-03-03DFU: make sure to properly initialize g_dfu pointer before using itHarald Welte1-0/+2
2017-03-03DFU Runtime: Add missing return after handling USB standard requestsHarald Welte1-0/+1
2017-03-03DFU: fix transitions between runtime and DFU modeHarald Welte3-9/+9
2017-03-02flashd: Set 6 Wait states as per Errata requiremens for Revision AHarald Welte1-0/+2
2017-03-02DFU: Add missing 'return' after handling generic USB control requestHarald Welte1-0/+1
2017-03-02dfu_desc: Add some string descriptors and fix configuration desc tableHarald Welte1-7/+75
2017-03-01dfu_des.c: Cosmetic changes, use named initializersHarald Welte1-11/+7
2017-02-28fix g_dfu access from both DFU and runtime accessHarald Welte3-53/+55
2017-02-28ensure g_dfu is linked to start of RAM when building DFU loaderHarald Welte1-1/+1
2017-02-28DFU: towards a more complete implementationHarald Welte2-1/+15
2017-02-27Structure build system to build for multiple boards/apps/environmentsHarald Welte1-2/+2
2017-02-27WIP: Introduce USB DFU code from my at91lib DFU portHarald Welte5-0/+958
2015-05-08USBDDriver.c: swaped args to memsetChristina Quast1-1/+1
2015-04-09Remove redundant ccid files in atmel libChristina Quast3-2072/+0
2015-04-07atmellib: Remove pngs in usb/Christina Quast27-102/+0
2015-04-07Remove USBLib_Trace.hChristina Quast2-4/+0
2015-04-07Removed unused code and header files from atmel libChristina Quast30-9262/+0
2015-04-07Renamed main folder to firmwareChristina Quast64-0/+12684