From e296c8e33449dc121a02d0270c66e778ae140617 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 10 Aug 2008 16:36:33 +0000 Subject: Added test for mkfatfs git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@807 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/sim/mount/defconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/configs/sim') 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 # -- cgit v1.2.3