aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/nucleus2g
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-06 14:57:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-06 14:57:01 +0000
commite99deb5c4af245a03351ed2ec021cdde3e33fbba (patch)
treefa7c3ed0efb7ac7776edda9b1792a402e9ae827d /nuttx/configs/nucleus2g
parent9fa8d5d6081fed3401c91a1d6ce0efece97de420 (diff)
downloadpx4-firmware-e99deb5c4af245a03351ed2ec021cdde3e33fbba.tar.gz
px4-firmware-e99deb5c4af245a03351ed2ec021cdde3e33fbba.tar.bz2
px4-firmware-e99deb5c4af245a03351ed2ec021cdde3e33fbba.zip
Patch to removed MMCSD NSLOTS warning from Freddie Chopin
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5316 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/nucleus2g')
-rwxr-xr-xnuttx/configs/nucleus2g/nsh/defconfig8
-rwxr-xr-xnuttx/configs/nucleus2g/ostest/defconfig8
-rwxr-xr-xnuttx/configs/nucleus2g/usbserial/defconfig8
-rwxr-xr-xnuttx/configs/nucleus2g/usbstorage/defconfig8
4 files changed, 32 insertions, 0 deletions
diff --git a/nuttx/configs/nucleus2g/nsh/defconfig b/nuttx/configs/nucleus2g/nsh/defconfig
index 5bc94e607..cc747e0c8 100755
--- a/nuttx/configs/nucleus2g/nsh/defconfig
+++ b/nuttx/configs/nucleus2g/nsh/defconfig
@@ -254,6 +254,14 @@ CONFIG_FS_FAT=y
CONFIG_FS_ROMFS=n
#
+# Maintain legacy build behavior (revisit)
+#
+
+CONFIG_MMCSD=y
+CONFIG_MMCSD_SPI=y
+CONFIG_MMCSD_SDIO=y
+
+#
# SPI-based MMC/SD driver
#
CONFIG_MMCSD_NSLOTS=1
diff --git a/nuttx/configs/nucleus2g/ostest/defconfig b/nuttx/configs/nucleus2g/ostest/defconfig
index 945e82a05..3d777de9c 100755
--- a/nuttx/configs/nucleus2g/ostest/defconfig
+++ b/nuttx/configs/nucleus2g/ostest/defconfig
@@ -253,6 +253,14 @@ CONFIG_FS_FAT=n
CONFIG_FS_ROMFS=n
#
+# Maintain legacy build behavior (revisit)
+#
+
+CONFIG_MMCSD=y
+CONFIG_MMCSD_SPI=y
+CONFIG_MMCSD_SDIO=y
+
+#
# SPI-based MMC/SD driver
#
CONFIG_MMCSD_NSLOTS=1
diff --git a/nuttx/configs/nucleus2g/usbserial/defconfig b/nuttx/configs/nucleus2g/usbserial/defconfig
index 25804407f..e5762e8bc 100755
--- a/nuttx/configs/nucleus2g/usbserial/defconfig
+++ b/nuttx/configs/nucleus2g/usbserial/defconfig
@@ -254,6 +254,14 @@ CONFIG_FS_FAT=n
CONFIG_FS_ROMFS=n
#
+# Maintain legacy build behavior (revisit)
+#
+
+CONFIG_MMCSD=y
+CONFIG_MMCSD_SPI=y
+CONFIG_MMCSD_SDIO=y
+
+#
# SPI-based MMC/SD driver
#
CONFIG_MMCSD_NSLOTS=1
diff --git a/nuttx/configs/nucleus2g/usbstorage/defconfig b/nuttx/configs/nucleus2g/usbstorage/defconfig
index cc677b9f4..88c54bccc 100755
--- a/nuttx/configs/nucleus2g/usbstorage/defconfig
+++ b/nuttx/configs/nucleus2g/usbstorage/defconfig
@@ -255,6 +255,14 @@ CONFIG_FS_FAT=n
CONFIG_FS_ROMFS=n
#
+# Maintain legacy build behavior (revisit)
+#
+
+CONFIG_MMCSD=y
+CONFIG_MMCSD_SPI=y
+CONFIG_MMCSD_SDIO=y
+
+#
# SPI-based MMC/SD driver
#
CONFIG_MMCSD_NSLOTS=1