aboutsummaryrefslogtreecommitdiffstats
path: root/usb/class/dfu/device/dfudf.h
AgeCommit message (Collapse)AuthorFilesLines
2019-01-16use reserved bootloader get application startKévin Redon1-2/+2
the reserved bootloader size is set in the NVM user configuration and allows to know the application start address (e.g. after the bootloader) Change-Id: I9dda27d6401caabb4a6470aa3fe9691f63097136
2019-01-16declare variables so the main loop can read the data to be flashed provided ↵Kévin Redon1-0/+18
by the USB stack Change-Id: I092357aad95abef1a781be1ea77944f2ea523dab
2019-01-16add USB DFU descriptionKévin Redon1-0/+59
uses the USB CDC ACM example code as template to create a USB DFU description according to USB DFU specification version 1.1 USB DFU stack is under LGPLv2.1 or later license Change-Id: I7bd6cb46b734ffe8a51f2de7083b4f9e76d385e6