From 985138fd8952edeb58606b0c35cf60aa0039c14f Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Fri, 23 Sep 2011 17:30:25 -0400 Subject: Add usb_reg_map.h and usb_reg_map.c. usb_reg_map.h contains the usual register map and register bit definitions that libmaple convention requires. It also contains a variety of structs and convenience functions for accessing and manipulating endpoint registers, BTABLE entries, and PMA buffers. We'll be moving towards usb_reg_map.h instead of usb_lib/usb_regs.h. Signed-off-by: Marti Bolivar --- libmaple/rules.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'libmaple/rules.mk') diff --git a/libmaple/rules.mk b/libmaple/rules.mk index 495c366..dff21b1 100644 --- a/libmaple/rules.mk +++ b/libmaple/rules.mk @@ -34,6 +34,7 @@ cSRCS_$(d) := adc.c \ usb/descriptors.c \ usb/usb.c \ usb/usb_callbacks.c \ + usb/usb_reg_map.c \ usb/usb_lib/usb_core.c \ usb/usb_lib/usb_init.c \ usb/usb_lib/usb_int.c \ -- cgit v1.2.3