stm32l4: add gpio support

Just the basic core common functionality gained for free by being a common
peripheral.  Enough for a miniblink.

Fixes some errors in the GPIO memory map.  ST's naming of AHB2 vs AHB3 is
confusing.
This commit is contained in:
Karl Palsson
2015-11-13 02:13:31 +00:00
parent 8afc983f3e
commit f14c678ccb
5 changed files with 102 additions and 5 deletions

View File

@@ -41,6 +41,7 @@ OBJS =
# common/shared objs
OBJS += rcc_common_all.o
OBJS += gpio_common_all.o gpio_common_f0234.o
VPATH += ../../usb:../:../../cm3:../common
VPATH += ../../ethernet