Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2015-11-13 05:13:31 +0300
committerKarl Palsson <karlp@tweak.net.au>2015-11-13 05:13:31 +0300
commitf14c678ccbdd4bea6617c6d84f97dde57aee5cb2 (patch)
tree55e934e6b404c95df3f5a82da8f79e0072e35fdd /doc
parent8afc983f3ea4742c54777f38bea64b081eb73be0 (diff)
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/stm32l4/Doxyfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/stm32l4/Doxyfile b/doc/stm32l4/Doxyfile
index f9fdf216..6af32498 100644
--- a/doc/stm32l4/Doxyfile
+++ b/doc/stm32l4/Doxyfile
@@ -19,10 +19,15 @@ INPUT = ../../include/libopencm3/license.dox
INPUT +=../../include/libopencm3/stm32/l4
#INPUT +=../../include/libopencm3/stm32/common
INPUT +=../../include/libopencm3/stm32/common/rcc_common_all.h
+INPUT +=../../include/libopencm3/stm32/common/gpio_common_all.h
+INPUT +=../../include/libopencm3/stm32/common/gpio_common_f234.h
+INPUT +=../../include/libopencm3/stm32/common/gpio_common_f24.h
INPUT +=../../lib/stm32/l4
#INPUT +=../../lib/stm32/common
INPUT +=../../lib/stm32/common/rcc_common_all.c
+INPUT +=../../lib/stm32/common/gpio_common_all.c
+INPUT +=../../lib/stm32/common/gpio_common_f0234.c
# No headers to exclude until we include some!
EXCLUDE =