lm4f: Implement a basic USB driver
Implement a basic driver for the LM4F USB controller. The driver is in a basic form. DMA is not yet implemented. Double-buffering is supported by the hardware, but is not yet implemented Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
@@ -32,8 +32,9 @@ CFLAGS = -Os -g \
|
||||
-ffunction-sections -fdata-sections -MD -DLM4F
|
||||
# ARFLAGS = rcsv
|
||||
ARFLAGS = rcs
|
||||
OBJS = gpio.o vector.o assert.o systemcontrol.o rcc.o uart.o
|
||||
OBJS = gpio.o vector.o assert.o systemcontrol.o rcc.o uart.o \
|
||||
usb_lm4f.o usb.o usb_control.o usb_standard.o
|
||||
|
||||
VPATH += ../cm3
|
||||
VPATH += ../usb:../cm3
|
||||
|
||||
include ../Makefile.include
|
||||
|
||||
Reference in New Issue
Block a user