msp432/e4: Add GPIO support

This commit is contained in:
Dmitry Rezvanov
2018-10-06 17:17:12 +04:00
committed by Karl Palsson
parent 2619a4506c
commit a63d0499de
3 changed files with 2973 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ TGT_CFLAGS += $(STANDARD_FLAGS)
# ARFLAGS = rcsv
ARFLAGS = rcs
OBJS = systemcontrol.o
OBJS = systemcontrol.o gpio.o
VPATH += ../:../../cm3:../common