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 11
11
12
12
usb_callbacks.c
13
13
- 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).
15
15
16
16
usb_descriptor.c
17
17
- aka application descriptor; big static struct and callbacks for sending
@@ -29,10 +29,7 @@ hardware.c
29
29
dfu.c
30
30
- mostly the giant FSM case switch, also some USB endpoint callbacks
31
31
32
-
33
32
TODO --------------------------------------------------------------------------
34
33
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