aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/atmel_softpack_libraries
AgeCommit message (Expand)AuthorFilesLines
2018-08-06gcc: fix warningKévin Redon1-1/+1
2018-08-04add synchronous UART transmission and use it in exceptionsKévin Redon1-0/+2
2018-07-11set linux end of lineKévin Redon13-5221/+5221
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-05-07Make hardfault handler a bit more verboseHarald Welte1-1/+47
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 Welte4-11/+21
2017-03-02cstartup / USBD: Use correct Makefile conditionals for DFUHarald Welte1-1/+1
2017-03-02flashd: Set 6 Wait states as per Errata requiremens for Revision AHarald Welte2-2/+7
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 Welte4-54/+56
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-27move last few files from src_board / include_boardHarald Welte1-0/+108
2017-02-27remove pio_capture, we don't use itHarald Welte2-286/+3
2017-02-27Structure build system to build for multiple boards/apps/environmentsHarald Welte1-2/+2
2017-02-27Change directory structure to align with Atmel softpackHarald Welte33-0/+18960
2017-02-27WIP: Introduce USB DFU code from my at91lib DFU portHarald Welte6-0/+1039
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 Quast28-102/+0
2015-04-07Remove USBLib_Trace.hChristina Quast4-218/+0
2015-04-07Removed sym links, replaced them with actual foldersChristina Quast39-19901/+0
2015-04-07Removed unused code and header files from atmel libChristina Quast153-31224/+0
2015-04-07Renamed main folder to firmwareChristina Quast273-0/+61299