aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/apps/dfu/main.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2021-11-01firmware: increase reset delay before usb reattachEric Wild1-1/+1
2021-11-01firmware: remove usb pullup that dates back to simtrace1Eric Wild1-9/+0
2021-10-20fix bootloader led config crashEric Wild1-1/+1
2020-08-16dfu: Save another 60 bytes by changing the way we print horizontal linesHarald Welte1-5/+16
2020-08-16dfu: Shrink code by 144 bytes (by not calling PIO_InitializeInterrupts)Harald Welte1-2/+0
2020-01-16DFU: add DFU applicationKévin Redon1-8/+27
2019-12-11minor: improve trace outputKévin Redon1-2/+15
2019-12-03DFU: restart bootloader when USB conf failedKévin Redon1-2/+2
2019-12-03DFU: increase USB reset duration to 50 msKévin Redon1-3/+2
2019-12-02dfu: minor: make debug output only verbose in info levelKévin Redon1-1/+5
2019-12-02minor: updated copyright yearsKévin Redon1-2/+3
2018-09-03DFU: fix Wformat compile warningKévin Redon1-1/+1
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: 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-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-27Structure build system to build for multiple boards/apps/environmentsHarald Welte1-0/+107