aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/rules.mk
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-09-23 17:30:25 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-10-18 13:30:17 -0400
commit985138fd8952edeb58606b0c35cf60aa0039c14f (patch)
tree172776882c0d469bb6d7c3695f95ce49d9c05666 /libmaple/rules.mk
parented68d8a4bcb0659481d1b4e88ee370b234ec172d (diff)
downloadlibrambutan-985138fd8952edeb58606b0c35cf60aa0039c14f.tar.gz
librambutan-985138fd8952edeb58606b0c35cf60aa0039c14f.zip
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 <mbolivar@leaflabs.com>
Diffstat (limited to 'libmaple/rules.mk')
-rw-r--r--libmaple/rules.mk1
1 files changed, 1 insertions, 0 deletions
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 \