WIP on microSD support

This commit is contained in:
Lorenz Meier 2013-07-17 08:37:02 +02:00
parent e86e2a0938
commit e266f6d425
1 changed files with 18 additions and 1 deletions

View File

@ -302,7 +302,23 @@ CONFIG_STM32_I2CTIMEOTICKS=500
#
# SDIO Configuration
#
CONFIG_SDIO_PRI=128
#
# Maintain legacy build behavior (revisit)
#
CONFIG_MMCSD=y
#CONFIG_MMCSD_SPI=y
CONFIG_MMCSD_SDIO=y
CONFIG_MTD=y
#
# STM32 SDIO-based MMC/SD driver
#
CONFIG_SDIO_DMA=y
CONFIG_MMCSD_MULTIBLOCK_DISABLE=y
CONFIG_MMCSD_MMCSUPPORT=n
CONFIG_MMCSD_HAVECARDDETECT=n
#
# USB Host Configuration
@ -361,6 +377,7 @@ CONFIG_ARCH_BOARD="px4fmu-v2"
#
# Common Board Options
#
CONFIG_NSH_MMCSDSLOTNO=0
CONFIG_NSH_MMCSDMINOR=0
#