summaryrefslogtreecommitdiff
path: root/apps/examples/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-13 12:57:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-13 12:57:26 -0600
commit6ac92b4ccedc22e87d31db846c8ea16fc5f96ae9 (patch)
tree3c52ab9a6ad48864b9609ee768782aa13e289a33 /apps/examples/Kconfig
parent539679ea1af06dfa26c117023807bf4cb46eb8bf (diff)
downloadnuttx-6ac92b4ccedc22e87d31db846c8ea16fc5f96ae9.tar.gz
nuttx-6ac92b4ccedc22e87d31db846c8ea16fc5f96ae9.tar.bz2
nuttx-6ac92b4ccedc22e87d31db846c8ea16fc5f96ae9.zip
apps/exemples/timer: Add a trivial test of the timer driver
Diffstat (limited to 'apps/examples/Kconfig')
-rw-r--r--apps/examples/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/Kconfig b/apps/examples/Kconfig
index 9acffdfd8..6714e6351 100644
--- a/apps/examples/Kconfig
+++ b/apps/examples/Kconfig
@@ -67,6 +67,7 @@ source "$APPSDIR/examples/smart/Kconfig"
source "$APPSDIR/examples/tcpecho/Kconfig"
source "$APPSDIR/examples/telnetd/Kconfig"
source "$APPSDIR/examples/thttpd/Kconfig"
+source "$APPSDIR/examples/timer/Kconfig"
source "$APPSDIR/examples/tiff/Kconfig"
source "$APPSDIR/examples/touchscreen/Kconfig"
source "$APPSDIR/examples/udp/Kconfig"