doc: efm32: rtc: tag and include in generated output

Includes the sutb file ncessary to find shared headers without any apis
This commit is contained in:
Karl Palsson
2019-06-25 11:42:47 +00:00
parent 6df301accc
commit 56265ad93f
8 changed files with 52 additions and 16 deletions

View File

@@ -0,0 +1,16 @@
/** @addtogroup rtc_file RTC peripheral API
* @ingroup peripheral_apis
* @brief Real Time Clock helper functions.
*
* <b>NO</b> helper functions exist. Only header definitions are available.
* Delete these lines if/when you add actual helper APIs.
* @sa rtc_defines
* @copyright See @ref lgpl_license
*/
#include <libopencm3/efm32/rtc.h>
/**@{*/
/**@}*/

View File

@@ -50,6 +50,7 @@ OBJS += letimer_common.o
OBJS += msc_common.o
OBJS += prs_common.o
OBJS += rmu_common.o
OBJS += rtc_common.o
OBJS += timer_common.o
OBJS += wdog_common.o

View File

@@ -50,6 +50,7 @@ OBJS += letimer_common.o
OBJS += msc_common.o
OBJS += prs_common.o
OBJS += rmu_common.o
OBJS += rtc_common.o
OBJS += timer_common.o
OBJS += wdog_common.o

View File

@@ -50,6 +50,7 @@ OBJS += letimer_common.o
OBJS += msc_common.o
OBJS += prs_common.o
OBJS += rmu_common.o
OBJS += rtc_common.o
OBJS += timer_common.o
OBJS += wdog_common.o