lm4f: Add basic UART implementation
Add basic functionality needed to setup the UART and send/recieve data. Interrupts, DMA, and more advanced features are not implemented in this patch. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
a105bcaa83
commit
8112861b60
@@ -32,7 +32,7 @@ CFLAGS = -Os -g \
|
||||
-ffunction-sections -fdata-sections -MD -DLM4F
|
||||
# ARFLAGS = rcsv
|
||||
ARFLAGS = rcs
|
||||
OBJS = gpio.o vector.o assert.o systemcontrol.o rcc.o
|
||||
OBJS = gpio.o vector.o assert.o systemcontrol.o rcc.o uart.o
|
||||
|
||||
VPATH += ../cm3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user