stm32: crs: fix doxygen

We need per device header includes to make the per target documentation
generation work properly.  The dispatch headers are to dispatch to the
_target_ not directly to the final implementation, remember, the final
required headers for each may be multiple files, plus extra definitions!
This commit is contained in:
Karl Palsson
2020-12-01 23:13:38 +00:00
parent 98855377c6
commit f82053000c
7 changed files with 59 additions and 15 deletions

View File

@@ -0,0 +1,12 @@
/** @defgroup crs_defines CRS Defines
*
* @brief <b>Defined Constants and Types for the Clock Recovery System.</b>
*
* @ingroup STM32L0xx_defines
*
*LGPL License Terms @ref lgpl_license
*/
#pragma once
#include <libopencm3/stm32/common/crs_common_all.h>