Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKarl Palsson <karlp@etactica.com>2019-06-25 14:35:54 +0300
committerKarl Palsson <karlp@etactica.com>2019-06-26 00:15:19 +0300
commit9b3ab933acfb067fa5f6d8d2c7b18004b463f737 (patch)
tree3b6c2cab96f2d8b246c1522cbe1874d64f4d3bb4 /lib
parent531aa7e6b794c45f11b45b7ba203e25c7dfcc530 (diff)
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
Diffstat (limited to 'lib')
-rw-r--r--lib/efm32/common/wdog_common.c15
-rw-r--r--lib/efm32/ezr32wg/Makefile1
-rw-r--r--lib/efm32/lg/Makefile1
-rw-r--r--lib/efm32/wg/Makefile1
4 files changed, 18 insertions, 0 deletions
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.
+ *
+ * <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/wdog.h>
+
+/**@{*/
+
+/**@}*/
+
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