aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/apps/dfu
AgeCommit message (Expand)AuthorFilesLines
2018-08-07USB: increase USB reset timeKévin Redon1-1/+9
2018-07-11firmware: set license to GPLv2+Kévin Redon1-0/+19
2018-07-11DFU: use central DFU override checkKévin Redon1-8/+45
2018-07-04DFU: switch green LED on to indicate DFU mode, and red LED to indicate flashi...Kévin Redon1-23/+39
2018-06-29apps/dfu/main.c: Avoid variable declaration in for loop initialHarald Welte1-1/+2
2018-06-29DFU: fix typo in USB stringsKévin Redon1-1/+1
2018-06-29DFU: incread watchdog timeout and restart watchdog before writing in flash to...Kévin Redon1-2/+9
2018-06-29DFU: unlock the flash before writing, verify written data, and relock itKévin Redon1-2/+23
2018-06-29USB: implement USB reset by setting the on-board pull-up on D+ lowKévin Redon1-0/+6
2018-06-29dfu: fix address destination check and add stack overwrite check in USBDFU_ha...Kévin Redon1-4/+6
2017-11-28DFU: Move "Override DFU" (force DFU) code to board-specific sectionHarald Welte1-25/+4
2017-05-07migrate from req_ctx to msgbHarald Welte1-2/+0
2017-03-06DFU: Disable LED blinking codeHarald Welte1-2/+8
2017-03-06DFU: initialize g_dfu during real power upHarald Welte1-1/+6
2017-03-06LED: Introduce LED blinking pattern codeHarald Welte1-6/+3
2017-03-05Generate USB Strings from apps/*/usb_strings.txt files at compile timeHarald Welte1-0/+5
2017-03-04DFU: Introduce board/app-specific override for booting in DFU modeHarald Welte1-0/+51
2017-03-03Make sure to print CPU Reset Cause when starting the softwareHarald Welte1-0/+1
2017-03-03Enable Watchdog (500ms)Harald Welte1-2/+6
2017-03-03DFU app: call into board_main_top() for qmod related initializationHarald Welte1-1/+1
2017-03-03Call USBD_Disconnect before software-triggered CPU resetHarald Welte1-0/+1
2017-03-03change from \r\n (CRLF) to \n\r (LFCR)Harald Welte1-11/+11
2017-03-03dfu: fix cosmetic issue in debug messageHarald Welte1-1/+1
2017-03-02dfu/main.c: Initialize FLASHD driver before using itHarald Welte1-0/+1
2017-03-02dfu: print Chip ID during bootHarald Welte1-0/+1
2017-02-28fix g_dfu access from both DFU and runtime accessHarald Welte1-8/+8
2017-02-28DFU: towards a more complete implementationHarald Welte1-6/+92
2017-02-27Remove newlib dependency, include own stdio/string/assertHarald Welte1-0/+11
2017-02-27Structure build system to build for multiple boards/apps/environmentsHarald Welte2-0/+108