doc: efm32: emu: tag for doxygen properly

Requires a stub .c file to make the common files be included until we
build some APIs.
This commit is contained in:
Karl Palsson
2019-06-25 10:58:19 +00:00
parent 764fbed9c8
commit 4c01e47aed
8 changed files with 51 additions and 16 deletions

View File

@@ -0,0 +1,15 @@
/** @addtogroup emu_file EMU peripheral API
* @ingroup peripheral_apis
* @brief Energy Management Unit helper functions.
*
* <b>NO</b> helper functions exist. Only header definitions are available.
* Delete these lines if/when you add actual helper APIs.
* @copyright See @ref lgpl_license
*/
#include <libopencm3/efm32/emu.h>
/**@{*/
/**@}*/

View File

@@ -43,6 +43,7 @@ OBJS += burtc_common.o
OBJS += cmu_common.o
OBJS += dac_common.o
OBJS += dma_common.o
OBJS += emu_common.o
OBJS += gpio_common.o
OBJS += prs_common.o
OBJS += timer_common.o

View File

@@ -43,6 +43,7 @@ OBJS += burtc_common.o
OBJS += cmu_common.o
OBJS += dac_common.o
OBJS += dma_common.o
OBJS += emu_common.o
OBJS += gpio_common.o
OBJS += prs_common.o
OBJS += timer_common.o

View File

@@ -43,6 +43,7 @@ OBJS += burtc_common.o
OBJS += cmu_common.o
OBJS += dac_common.o
OBJS += dma_common.o
OBJS += emu_common.o
OBJS += gpio_common.o
OBJS += prs_common.o
OBJS += timer_common.o