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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user