esp32-s2_dfu/src/device
Jeremiah McCarthy c39b7b8177 Add DFU runtime and mode "class"
With the runtime and mode portions in separate classes, a single
application should only be building with one or the other enabled.  In
some applications both might be desired at build time.

The CFG_TUD_DFU_RUNTIME_AND_MODE option creates a DFU class, which asks
the application which mode to initialize to.  This allows a runtime
change between RT and DFU mode, by just reinitializing tusb.
2021-04-05 17:52:33 -04:00
..
dcd.h add usbh_edpt_claim/release 2020-10-12 00:35:45 +07:00
usbd.c Add DFU runtime and mode "class" 2021-04-05 17:52:33 -04:00
usbd.h Add DFU Class per Version 1.1 Spec 2021-03-26 15:30:43 -04:00
usbd_control.c Add DFU Class per Version 1.1 Spec 2021-03-26 15:30:43 -04:00
usbd_pvt.h remove control_complete 2020-11-20 17:21:01 +07:00