summaryrefslogtreecommitdiff
path: root/apps/examples/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-01 15:43:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-01 15:43:51 +0000
commit6339d12dc255bd1f49b08cdfe4adfd277a6b3e7d (patch)
treeb28cf2392fcc9fa29eda9258e521b732ff912c2f /apps/examples/Kconfig
parenta4792fbbd0f941bf00288b08a42d7359fe432239 (diff)
downloadnuttx-6339d12dc255bd1f49b08cdfe4adfd277a6b3e7d.tar.gz
nuttx-6339d12dc255bd1f49b08cdfe4adfd277a6b3e7d.tar.bz2
nuttx-6339d12dc255bd1f49b08cdfe4adfd277a6b3e7d.zip
standard keypad inteface and apps/examples/keypadtest from Denis Carikli
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5403 42af7a65-404d-4744-a932-0658087f49c3
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 c0d126ad4..ae5f0a61a 100644
--- a/apps/examples/Kconfig
+++ b/apps/examples/Kconfig
@@ -17,6 +17,7 @@ source "$APPSDIR/examples/hello/Kconfig"
source "$APPSDIR/examples/helloxx/Kconfig"
source "$APPSDIR/examples/json/Kconfig"
source "$APPSDIR/examples/hidkbd/Kconfig"
+source "$APPSDIR/examples/keypadtest/Kconfig"
source "$APPSDIR/examples/igmp/Kconfig"
source "$APPSDIR/examples/lcdrw/Kconfig"
source "$APPSDIR/examples/mm/Kconfig"