File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1111
1212usb_callbacks.c
1313 - aka endpoints: handling data transfer when "Configured". calls out to
14- application specific callbacks (eg DFU or serial shit)
14+ application specific callbacks (i.e. DFU).
1515
1616usb_descriptor.c
1717 - aka application descriptor; big static struct and callbacks for sending
@@ -29,10 +29,7 @@ hardware.c
2929dfu.c
3030 - mostly the giant FSM case switch, also some USB endpoint callbacks
3131
32-
3332TODO --------------------------------------------------------------------------
3433
35- * tap reset then quickly tap The Button leaves the board in dfu wait loop
36- forever instead of just 2 seconds
37-
38- * use sizeof() for usb application descriptor
34+ * pack the structs
35+ * use sizeof() for usb application descriptor once structs are packed
You can’t perform that action at this time.
0 commit comments