summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-01 12:37:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-01 12:37:44 -0600
commit05988ab6d7bd07be7f874e78a89fea1e6e7cf9c3 (patch)
treed4ea6f24e116312d807f43a99ef8bbc5c92dd6b5 /nuttx/configs
parentea2f66e68f04f45959a545516e8c34f3e87f2f7e (diff)
downloadpx4-nuttx-05988ab6d7bd07be7f874e78a89fea1e6e7cf9c3.tar.gz
px4-nuttx-05988ab6d7bd07be7f874e78a89fea1e6e7cf9c3.tar.bz2
px4-nuttx-05988ab6d7bd07be7f874e78a89fea1e6e7cf9c3.zip
Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/cloudctrl/src/stm32_watchdog.c2
-rw-r--r--nuttx/configs/fire-stm32v2/src/stm32_watchdog.c2
-rw-r--r--nuttx/configs/hymini-stm32v/src/stm32_watchdog.c2
-rw-r--r--nuttx/configs/maple/src/stm32_watchdog.c2
-rw-r--r--nuttx/configs/mikroe-stm32f4/src/stm32_watchdog.c2
-rw-r--r--nuttx/configs/sam4s-xplained-pro/src/sam_boot.c2
-rw-r--r--nuttx/configs/sam4s-xplained-pro/src/sam_nsh.c2
-rwxr-xr-xnuttx/configs/sam4s-xplained-pro/src/sam_tc.c2
-rw-r--r--nuttx/configs/sam4s-xplained-pro/src/sam_wdt.c2
-rw-r--r--nuttx/configs/shenzhou/src/stm32_watchdog.c2
-rw-r--r--nuttx/configs/spark/src/stm32_watchdog.c2
-rw-r--r--nuttx/configs/stm3210e-eval/src/stm32_watchdog.c2
-rw-r--r--nuttx/configs/stm3220g-eval/src/stm32_watchdog.c2
-rw-r--r--nuttx/configs/stm3240g-eval/src/stm32_watchdog.c2
-rw-r--r--nuttx/configs/stm32_tiny/src/stm32_watchdog.c2
-rw-r--r--nuttx/configs/stm32f3discovery/src/stm32_watchdog.c2
-rw-r--r--nuttx/configs/stm32f4discovery/src/stm32_bringup.c2
-rw-r--r--nuttx/configs/stm32f4discovery/src/stm32_watchdog.c2
-rw-r--r--nuttx/configs/stm32ldiscovery/src/stm32_watchdog.c2
19 files changed, 19 insertions, 19 deletions
diff --git a/nuttx/configs/cloudctrl/src/stm32_watchdog.c b/nuttx/configs/cloudctrl/src/stm32_watchdog.c
index 04a8b5fe2..0497c9aa0 100644
--- a/nuttx/configs/cloudctrl/src/stm32_watchdog.c
+++ b/nuttx/configs/cloudctrl/src/stm32_watchdog.c
@@ -43,7 +43,7 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/watchdog.h>
+#include <nuttx/timers/watchdog.h>
#include <arch/board/board.h>
#include "stm32_wdg.h"
diff --git a/nuttx/configs/fire-stm32v2/src/stm32_watchdog.c b/nuttx/configs/fire-stm32v2/src/stm32_watchdog.c
index ce1e3ec16..dd420c342 100644
--- a/nuttx/configs/fire-stm32v2/src/stm32_watchdog.c
+++ b/nuttx/configs/fire-stm32v2/src/stm32_watchdog.c
@@ -42,7 +42,7 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/watchdog.h>
+#include <nuttx/timers/watchdog.h>
#include <arch/board/board.h>
#include "stm32_wdg.h"
diff --git a/nuttx/configs/hymini-stm32v/src/stm32_watchdog.c b/nuttx/configs/hymini-stm32v/src/stm32_watchdog.c
index 386efd8d6..db143f67b 100644
--- a/nuttx/configs/hymini-stm32v/src/stm32_watchdog.c
+++ b/nuttx/configs/hymini-stm32v/src/stm32_watchdog.c
@@ -42,7 +42,7 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/watchdog.h>
+#include <nuttx/timers/watchdog.h>
#include <arch/board/board.h>
#include "stm32_wdg.h"
diff --git a/nuttx/configs/maple/src/stm32_watchdog.c b/nuttx/configs/maple/src/stm32_watchdog.c
index 9110efac4..af65f057d 100644
--- a/nuttx/configs/maple/src/stm32_watchdog.c
+++ b/nuttx/configs/maple/src/stm32_watchdog.c
@@ -42,7 +42,7 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/watchdog.h>
+#include <nuttx/timers/watchdog.h>
#include <arch/board/board.h>
#include "stm32_wdg.h"
diff --git a/nuttx/configs/mikroe-stm32f4/src/stm32_watchdog.c b/nuttx/configs/mikroe-stm32f4/src/stm32_watchdog.c
index 3d59646e2..71cf65061 100644
--- a/nuttx/configs/mikroe-stm32f4/src/stm32_watchdog.c
+++ b/nuttx/configs/mikroe-stm32f4/src/stm32_watchdog.c
@@ -42,7 +42,7 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/watchdog.h>
+#include <nuttx/timers/watchdog.h>
#include <arch/board/board.h>
#include "stm32_wdg.h"
diff --git a/nuttx/configs/sam4s-xplained-pro/src/sam_boot.c b/nuttx/configs/sam4s-xplained-pro/src/sam_boot.c
index 607bc3557..981b2d7ce 100644
--- a/nuttx/configs/sam4s-xplained-pro/src/sam_boot.c
+++ b/nuttx/configs/sam4s-xplained-pro/src/sam_boot.c
@@ -42,7 +42,7 @@
#include <debug.h>
#include <nuttx/board.h>
-#include <nuttx/watchdog.h>
+#include <nuttx/timers/watchdog.h>
#include <arch/board/board.h>
#include "sam4s-xplained-pro.h"
diff --git a/nuttx/configs/sam4s-xplained-pro/src/sam_nsh.c b/nuttx/configs/sam4s-xplained-pro/src/sam_nsh.c
index 8c9293455..a3025f98d 100644
--- a/nuttx/configs/sam4s-xplained-pro/src/sam_nsh.c
+++ b/nuttx/configs/sam4s-xplained-pro/src/sam_nsh.c
@@ -60,7 +60,7 @@
#endif
#ifdef CONFIG_TIMER
-# include <nuttx/timer.h>
+# include <nuttx/timers/timer.h>
#endif
#ifdef CONFIG_SYSTEM_USBMONITOR
diff --git a/nuttx/configs/sam4s-xplained-pro/src/sam_tc.c b/nuttx/configs/sam4s-xplained-pro/src/sam_tc.c
index bad80cc3e..8d228f3b8 100755
--- a/nuttx/configs/sam4s-xplained-pro/src/sam_tc.c
+++ b/nuttx/configs/sam4s-xplained-pro/src/sam_tc.c
@@ -49,7 +49,7 @@
#include <fcntl.h>
#include <nuttx/arch.h>
-#include <nuttx/timer.h>
+#include <nuttx/timers/timer.h>
#include <nuttx/clock.h>
#include <nuttx/kthread.h>
diff --git a/nuttx/configs/sam4s-xplained-pro/src/sam_wdt.c b/nuttx/configs/sam4s-xplained-pro/src/sam_wdt.c
index 4df566c98..c43fb1b8e 100644
--- a/nuttx/configs/sam4s-xplained-pro/src/sam_wdt.c
+++ b/nuttx/configs/sam4s-xplained-pro/src/sam_wdt.c
@@ -48,7 +48,7 @@
#include <stdio.h>
#include <fcntl.h>
-#include <nuttx/watchdog.h>
+#include <nuttx/timers/watchdog.h>
#include <arch/board/board.h>
#include <nuttx/kthread.h>
diff --git a/nuttx/configs/shenzhou/src/stm32_watchdog.c b/nuttx/configs/shenzhou/src/stm32_watchdog.c
index 8c689f0a9..ba14425cf 100644
--- a/nuttx/configs/shenzhou/src/stm32_watchdog.c
+++ b/nuttx/configs/shenzhou/src/stm32_watchdog.c
@@ -42,7 +42,7 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/watchdog.h>
+#include <nuttx/timers/watchdog.h>
#include <arch/board/board.h>
#include "stm32_wdg.h"
diff --git a/nuttx/configs/spark/src/stm32_watchdog.c b/nuttx/configs/spark/src/stm32_watchdog.c
index a27261ce8..1c41b1ddc 100644
--- a/nuttx/configs/spark/src/stm32_watchdog.c
+++ b/nuttx/configs/spark/src/stm32_watchdog.c
@@ -42,7 +42,7 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/watchdog.h>
+#include <nuttx/timers/watchdog.h>
#include <arch/board/board.h>
#include "stm32_wdg.h"
diff --git a/nuttx/configs/stm3210e-eval/src/stm32_watchdog.c b/nuttx/configs/stm3210e-eval/src/stm32_watchdog.c
index c44d74bdd..5aab00353 100644
--- a/nuttx/configs/stm3210e-eval/src/stm32_watchdog.c
+++ b/nuttx/configs/stm3210e-eval/src/stm32_watchdog.c
@@ -42,7 +42,7 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/watchdog.h>
+#include <nuttx/timers/watchdog.h>
#include <arch/board/board.h>
#include "stm32_wdg.h"
diff --git a/nuttx/configs/stm3220g-eval/src/stm32_watchdog.c b/nuttx/configs/stm3220g-eval/src/stm32_watchdog.c
index 215092a04..a00a4b91a 100644
--- a/nuttx/configs/stm3220g-eval/src/stm32_watchdog.c
+++ b/nuttx/configs/stm3220g-eval/src/stm32_watchdog.c
@@ -42,7 +42,7 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/watchdog.h>
+#include <nuttx/timers/watchdog.h>
#include <arch/board/board.h>
#include "stm32_wdg.h"
diff --git a/nuttx/configs/stm3240g-eval/src/stm32_watchdog.c b/nuttx/configs/stm3240g-eval/src/stm32_watchdog.c
index ef93c86c1..3583db2cf 100644
--- a/nuttx/configs/stm3240g-eval/src/stm32_watchdog.c
+++ b/nuttx/configs/stm3240g-eval/src/stm32_watchdog.c
@@ -42,7 +42,7 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/watchdog.h>
+#include <nuttx/timers/watchdog.h>
#include <arch/board/board.h>
#include "stm32_wdg.h"
diff --git a/nuttx/configs/stm32_tiny/src/stm32_watchdog.c b/nuttx/configs/stm32_tiny/src/stm32_watchdog.c
index a722dd737..a2ae5963f 100644
--- a/nuttx/configs/stm32_tiny/src/stm32_watchdog.c
+++ b/nuttx/configs/stm32_tiny/src/stm32_watchdog.c
@@ -42,7 +42,7 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/watchdog.h>
+#include <nuttx/timers/watchdog.h>
#include <arch/board/board.h>
#include "stm32_wdg.h"
diff --git a/nuttx/configs/stm32f3discovery/src/stm32_watchdog.c b/nuttx/configs/stm32f3discovery/src/stm32_watchdog.c
index ff8072f31..72bc6b548 100644
--- a/nuttx/configs/stm32f3discovery/src/stm32_watchdog.c
+++ b/nuttx/configs/stm32f3discovery/src/stm32_watchdog.c
@@ -42,7 +42,7 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/watchdog.h>
+#include <nuttx/timers/watchdog.h>
#include <arch/board/board.h>
#include "stm32_wdg.h"
diff --git a/nuttx/configs/stm32f4discovery/src/stm32_bringup.c b/nuttx/configs/stm32f4discovery/src/stm32_bringup.c
index 0e4f55b43..30caca3e7 100644
--- a/nuttx/configs/stm32f4discovery/src/stm32_bringup.c
+++ b/nuttx/configs/stm32f4discovery/src/stm32_bringup.c
@@ -62,7 +62,7 @@
*/
#ifdef HAVE_RTC_DRIVER
-# include <nuttx/rtc.h>
+# include <nuttx/timers/rtc.h>
# include "stm32_rtc.h"
#endif
diff --git a/nuttx/configs/stm32f4discovery/src/stm32_watchdog.c b/nuttx/configs/stm32f4discovery/src/stm32_watchdog.c
index c1a659d0e..79809f284 100644
--- a/nuttx/configs/stm32f4discovery/src/stm32_watchdog.c
+++ b/nuttx/configs/stm32f4discovery/src/stm32_watchdog.c
@@ -42,7 +42,7 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/watchdog.h>
+#include <nuttx/timers/watchdog.h>
#include <arch/board/board.h>
#include "stm32_wdg.h"
diff --git a/nuttx/configs/stm32ldiscovery/src/stm32_watchdog.c b/nuttx/configs/stm32ldiscovery/src/stm32_watchdog.c
index ec6a569ee..d4faf0e6a 100644
--- a/nuttx/configs/stm32ldiscovery/src/stm32_watchdog.c
+++ b/nuttx/configs/stm32ldiscovery/src/stm32_watchdog.c
@@ -43,7 +43,7 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/watchdog.h>
+#include <nuttx/timers/watchdog.h>
#include <arch/board/board.h>
#include "stm32_wdg.h"