summaryrefslogtreecommitdiff
path: root/apps/examples/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-25 09:52:21 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-25 09:52:21 -0600
commit214262bcca354578d2999b973564bcd19e1b12e4 (patch)
tree7465af91bd3a71251f145ad043035add5e6e03e4 /apps/examples/Kconfig
parent04816ab29225f201364aaf50336ca788c39dcd23 (diff)
downloadnuttx-214262bcca354578d2999b973564bcd19e1b12e4.tar.gz
nuttx-214262bcca354578d2999b973564bcd19e1b12e4.tar.bz2
nuttx-214262bcca354578d2999b973564bcd19e1b12e4.zip
Add an example to test MTD R/W buffering
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 bd602bbcc..3c1639923 100644
--- a/apps/examples/Kconfig
+++ b/apps/examples/Kconfig
@@ -26,6 +26,7 @@ source "$APPSDIR/examples/mm/Kconfig"
source "$APPSDIR/examples/modbus/Kconfig"
source "$APPSDIR/examples/mount/Kconfig"
source "$APPSDIR/examples/mtdpart/Kconfig"
+source "$APPSDIR/examples/mtdrwb/Kconfig"
source "$APPSDIR/examples/netpkt/Kconfig"
source "$APPSDIR/examples/nettest/Kconfig"
source "$APPSDIR/examples/nrf24l01_term/Kconfig"