Revision b1d8a4c546531d6a79f9a7be156205c6a40f215c authored by Brian Viele on 20 March 2020, 22:21:38 UTC, committed by Brian Viele on 23 March 2020, 13:23:21 UTC
Separated definitions that did not seem consistent between the "v2" EXTI
platforms. Added SYSCFG defs needed for EXTICR settings.
1 parent 89074d6
Raw File
Doxyfile_Device
@INCLUDE				= ../Doxyfile_common
INPUT					= ../../include/libopencm3/license.dox
@INCLUDE				= doxy.sourcelist
@INCLUDE	= doxy.custom
WARN_LOGFILE			= doxygen_#device#.log
LAYOUT_FILE				= DoxygenLayout_#device#.xml
GENERATE_TAGFILE		= #device#.tag
ENABLE_PREPROCESSING	= YES
back to top