Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
  • Loading branch information
Marti Bolivar committed Jul 20, 2012
1 parent bf5c3c8 commit 3f42431
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ usb.c

usb_callbacks.c
- aka endpoints: handling data transfer when "Configured". calls out to
application specific callbacks (eg DFU or serial shit)
application specific callbacks (i.e. DFU).

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


TODO --------------------------------------------------------------------------

* tap reset then quickly tap The Button leaves the board in dfu wait loop
forever instead of just 2 seconds

* use sizeof() for usb application descriptor
* pack the structs
* use sizeof() for usb application descriptor once structs are packed

This comment has been minimized.

Copy link
@nekromant

nekromant Aug 2, 2012

Nice idea, I should do that in my branch some time.

0 comments on commit 3f42431

Please sign in to comment.