summaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn/nsh/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/vsn/nsh/defconfig')
-rwxr-xr-xnuttx/configs/vsn/nsh/defconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/configs/vsn/nsh/defconfig b/nuttx/configs/vsn/nsh/defconfig
index 875da63f8..1d2bbe0c9 100755
--- a/nuttx/configs/vsn/nsh/defconfig
+++ b/nuttx/configs/vsn/nsh/defconfig
@@ -504,6 +504,13 @@ CONFIG_FS_FAT=y
CONFIG_FS_ROMFS=y
#
+# I2C Settings
+#
+CONFIG_I2C_WRITEREAD=y
+CONFIG_I2C_TRANSFER=y
+CONFIG_I2C_SLAVE=n
+
+#
# SPI-based MMC/SD driver
#
# CONFIG_MMCSD_NSLOTS
@@ -858,3 +865,6 @@ CONFIG_HEAP_SIZE=
# Application configuration
CONFIG_APPS_DIR="../apps"
+
+# Provide /dev/ramX and then: mount -t binfs /dev/ram0 /bin
+CONFIG_APPS_BINDIR=y