convenience functions for efm32 gpio

also, the whole gpio header file is now a big doxygen group, structuring
the convenience functions and the register/value definitions
This commit is contained in:
chrysn
2012-03-01 02:09:02 +01:00
parent a747e887bd
commit 541fded753
4 changed files with 249 additions and 90 deletions

View File

@@ -30,7 +30,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../../../include -fno-common \
-ffunction-sections -fdata-sections -MD -D$(FAMILY)
# ARFLAGS = rcsv
ARFLAGS = rcs
OBJS = vector.o devicerevision.o
OBJS = vector.o devicerevision.o gpio.o
VPATH += ../