esp32-s2_dfu/src/class
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
..
audio migrate audio device to new control xfer cb 2020-11-20 17:20:05 +07:00
bth have tusb_init() return true instead of TUSB_ERROR_NONE 2020-11-23 13:12:51 +07:00
cdc Implement requested PR changes 2021-02-18 13:26:03 -05:00
dfu Add DFU runtime and mode "class" 2021-04-05 17:52:33 -04:00
hid tud_hid_report_complete_cb() API 2021-02-09 15:57:29 +07:00
midi Merge pull request #618 from homeodor/master 2021-02-06 12:30:28 +07:00
msc Fix error if "Required Prototype" is selected. 2020-12-20 23:10:34 +01:00
net migrate net device to new control xfer cb 2020-11-20 16:59:33 +07:00
usbtmc Implement requested changes for PR724 2021-03-17 09:25:01 -04:00
vendor Merge branch 'master' into update-host 2020-09-01 12:02:25 +07:00