summaryrefslogtreecommitdiff
path: root/apps/examples/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-01 08:23:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-01 08:23:06 -0600
commit51dfcaa2147d375b9a66c50fd8db8c6f5e6133e4 (patch)
tree32481540c9cc9005c803297ac07211d3b6b3df98 /apps/examples/Kconfig
parent278d4a6367aa4393907e47a012289d02db6dbd6a (diff)
downloadnuttx-51dfcaa2147d375b9a66c50fd8db8c6f5e6133e4.tar.gz
nuttx-51dfcaa2147d375b9a66c50fd8db8c6f5e6133e4.tar.bz2
nuttx-51dfcaa2147d375b9a66c50fd8db8c6f5e6133e4.zip
Add NRF24L01 terminal example. From Laurent Latil.
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 57671ac4c..2546fea40 100644
--- a/apps/examples/Kconfig
+++ b/apps/examples/Kconfig
@@ -25,6 +25,7 @@ source "$APPSDIR/examples/modbus/Kconfig"
source "$APPSDIR/examples/mount/Kconfig"
source "$APPSDIR/examples/mtdpart/Kconfig"
source "$APPSDIR/examples/nettest/Kconfig"
+source "$APPSDIR/examples/nrf24l01_term/Kconfig"
source "$APPSDIR/examples/nsh/Kconfig"
source "$APPSDIR/examples/null/Kconfig"
source "$APPSDIR/examples/nx/Kconfig"