pac55xx: gpio: Initial Implementation of PAC55xx GPIO Driver

* Conforms mostly to the STM32 GPIO API where possible.
* Supports pin configuration (direction, pull-up/down, etc.) as well
  as pinmux configuration.
* Supports set/clear/get operations to the GPIO port/pins.
* Created base doxy header and groups to align with existing formatting.
This commit is contained in:
Brian Viele
2019-12-01 21:46:07 -05:00
committed by Karl Palsson
parent 9598b7f424
commit a3406f100b
7 changed files with 739 additions and 2 deletions

View File

@@ -35,6 +35,8 @@ TGT_CFLAGS += $(DEBUG_FLAGS)
TGT_CFLAGS += $(STANDARD_FLAGS)
ARFLAGS = rcs
OBJS += gpio.o
VPATH += ../cm3