Skip to content

Commit 3f42431

Browse files
author
Marti Bolivar
committed
Update README.
Signed-off-by: Marti Bolivar <[email protected]>
1 parent bf5c3c8 commit 3f42431

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ usb.c
1111

1212
usb_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

1616
usb_descriptor.c
1717
- aka application descriptor; big static struct and callbacks for sending
@@ -29,10 +29,7 @@ hardware.c
2929
dfu.c
3030
- mostly the giant FSM case switch, also some USB endpoint callbacks
3131

32-
3332
TODO --------------------------------------------------------------------------
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

0 commit comments

Comments
 (0)