From 9b3ab933acfb067fa5f6d8d2c7b18004b463f737 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 25 Jun 2019 11:35:54 +0000 Subject: [PATCH] doc: efm32: wdog: include stub file Tags were added, but without the stub file, common headers aren't picked up by the auto source list generation --- lib/efm32/common/wdog_common.c | 15 +++++++++++++++ lib/efm32/ezr32wg/Makefile | 1 + lib/efm32/lg/Makefile | 1 + lib/efm32/wg/Makefile | 1 + 4 files changed, 18 insertions(+) create mode 100644 lib/efm32/common/wdog_common.c diff --git a/lib/efm32/common/wdog_common.c b/lib/efm32/common/wdog_common.c new file mode 100644 index 00000000..a926ab92 --- /dev/null +++ b/lib/efm32/common/wdog_common.c @@ -0,0 +1,15 @@ +/** @addtogroup wdog_file WDOG peripheral API + * @ingroup peripheral_apis + * @brief Watchdog Module helper functions. + * + * NO helper functions exist. Only header definitions are available. + * Delete these lines if/when you add actual helper APIs. + * @copyright See @ref lgpl_license + */ + +#include + +/**@{*/ + +/**@}*/ + diff --git a/lib/efm32/ezr32wg/Makefile b/lib/efm32/ezr32wg/Makefile index 5c26a76f..f2c8e962 100644 --- a/lib/efm32/ezr32wg/Makefile +++ b/lib/efm32/ezr32wg/Makefile @@ -51,6 +51,7 @@ OBJS += msc_common.o OBJS += prs_common.o OBJS += rmu_common.o OBJS += timer_common.o +OBJS += wdog_common.o OBJS += usb.o usb_control.o usb_standard.o usb_msc.o OBJS += usb_efm32.o diff --git a/lib/efm32/lg/Makefile b/lib/efm32/lg/Makefile index 446c6611..30c747a9 100644 --- a/lib/efm32/lg/Makefile +++ b/lib/efm32/lg/Makefile @@ -51,6 +51,7 @@ OBJS += msc_common.o OBJS += prs_common.o OBJS += rmu_common.o OBJS += timer_common.o +OBJS += wdog_common.o OBJS += usb.o usb_control.o usb_standard.o usb_msc.o OBJS += usb_efm32.o diff --git a/lib/efm32/wg/Makefile b/lib/efm32/wg/Makefile index 596592b5..d0f45a0b 100644 --- a/lib/efm32/wg/Makefile +++ b/lib/efm32/wg/Makefile @@ -51,6 +51,7 @@ OBJS += msc_common.o OBJS += prs_common.o OBJS += rmu_common.o OBJS += timer_common.o +OBJS += wdog_common.o OBJS += usb.o usb_control.o usb_standard.o usb_msc.o OBJS += usb_efm32.o