From 3f424311b340f20aaf37f28923342e80c161ab22 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Fri, 20 Jul 2012 18:56:41 -0400 Subject: [PATCH] Update README. Signed-off-by: Marti Bolivar --- README | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README b/README index bb6d719..4aaac53 100644 --- a/README +++ b/README @@ -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 @@ -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