From 8afc983f3ea4742c54777f38bea64b081eb73be0 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Fri, 13 Nov 2015 01:04:05 +0000 Subject: stm32l4: Add RCC definitions Bring in the core common code, and now that it's used, pull in the common memorymap --- doc/stm32l4/Doxyfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/stm32l4/Doxyfile b/doc/stm32l4/Doxyfile index 1fd89062..f9fdf216 100644 --- a/doc/stm32l4/Doxyfile +++ b/doc/stm32l4/Doxyfile @@ -18,9 +18,11 @@ WARN_LOGFILE = doxygen_stm32l4.log 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 +=../../lib/stm32/l4 #INPUT +=../../lib/stm32/common +INPUT +=../../lib/stm32/common/rcc_common_all.c # No headers to exclude until we include some! EXCLUDE = -- cgit v1.2.3