summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-10 16:36:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-10 16:36:33 +0000
commite296c8e33449dc121a02d0270c66e778ae140617 (patch)
tree1157bd83a201df23a82aa488dbe08d9dcb433071 /nuttx/configs/sim
parente4f032ec91a96d59957fe29997524c9a2bb69603 (diff)
downloadpx4-nuttx-e296c8e33449dc121a02d0270c66e778ae140617.tar.gz
px4-nuttx-e296c8e33449dc121a02d0270c66e778ae140617.tar.bz2
px4-nuttx-e296c8e33449dc121a02d0270c66e778ae140617.zip
Added test for mkfatfs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@807 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/sim')
-rw-r--r--nuttx/configs/sim/mount/defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/sim/mount/defconfig b/nuttx/configs/sim/mount/defconfig
index 1acf235ce..e77905b55 100644
--- a/nuttx/configs/sim/mount/defconfig
+++ b/nuttx/configs/sim/mount/defconfig
@@ -301,6 +301,10 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
#
# Settings for examples/mount
CONFIG_EXAMPLES_MOUNT_DEVNAME="/dev/ram0"
+#CONFIG_EXAMPLES_MOUNT_NSECTORS=2048
+#CONFIG_EXAMPLES_MOUNT_SECTORSIZE=512
+#CONFIG_EXAMPLES_MOUNT_RAMDEVNO=1
+
#
# Stack and heap information
#