summaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn/nsh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-07 16:59:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-07 16:59:20 +0000
commit7bbac15cb60bbcbff692c5edaa8a203c3127e958 (patch)
tree77b8d55c8bdcf52e6484eec897c9e380eb59a8ef /nuttx/configs/vsn/nsh
parentbbbdceb9d13441f4b96257718ed090b8998759f7 (diff)
downloadpx4-nuttx-7bbac15cb60bbcbff692c5edaa8a203c3127e958.tar.gz
px4-nuttx-7bbac15cb60bbcbff692c5edaa8a203c3127e958.tar.bz2
px4-nuttx-7bbac15cb60bbcbff692c5edaa8a203c3127e958.zip
Add STM32 FLASH driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3573 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/vsn/nsh')
-rwxr-xr-xnuttx/configs/vsn/nsh/defconfig14
1 files changed, 2 insertions, 12 deletions
diff --git a/nuttx/configs/vsn/nsh/defconfig b/nuttx/configs/vsn/nsh/defconfig
index c33e36dbf..dd5b1ca37 100755
--- a/nuttx/configs/vsn/nsh/defconfig
+++ b/nuttx/configs/vsn/nsh/defconfig
@@ -522,8 +522,10 @@ CONFIG_PREALLOC_TIMERS=4
#
# CONFIG_FS_FAT - Enable FAT filesystem support
# CONFIG_FAT_SECTORSIZE - Max supported sector size
+# CONFIG_FS_NXFFS - Enable NX Flash File System
# CONFIG_FS_ROMFS - Enable ROMFS filesystem support
CONFIG_FS_FAT=y
+CONFIG_FS_NXFFS=y
CONFIG_FS_ROMFS=y
#
@@ -891,15 +893,3 @@ CONFIG_APPS_DIR="../apps"
# Provide /dev/ramX and then: mount -t binfs /dev/ram0 /bin
CONFIG_APPS_BINDIR=y
-
-# Application configuration
-
-CONFIG_APPS_DIR="../apps"
-
-# Application configuration
-
-CONFIG_APPS_DIR="../apps"
-
-# Application configuration
-
-CONFIG_APPS_DIR="../apps"