aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-08-12 13:44:11 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-08-12 13:44:11 +0200
commit70f272bd22e9ccdb9dbc1c15dd76fce4449ea0ab (patch)
tree268e61e51d62f5f8beb300a533b7cc3619802c44 /nuttx-configs
parentf36a2ff45a9f24637ea360cdadd5f168c5f50946 (diff)
downloadpx4-firmware-70f272bd22e9ccdb9dbc1c15dd76fce4449ea0ab.tar.gz
px4-firmware-70f272bd22e9ccdb9dbc1c15dd76fce4449ea0ab.tar.bz2
px4-firmware-70f272bd22e9ccdb9dbc1c15dd76fce4449ea0ab.zip
Disabled SDIO DMA, enabled CCM memory
Diffstat (limited to 'nuttx-configs')
-rw-r--r--nuttx-configs/px4fmu-v2/nsh/defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx-configs/px4fmu-v2/nsh/defconfig b/nuttx-configs/px4fmu-v2/nsh/defconfig
index 6e8e239bc..da40d18b0 100644
--- a/nuttx-configs/px4fmu-v2/nsh/defconfig
+++ b/nuttx-configs/px4fmu-v2/nsh/defconfig
@@ -95,7 +95,7 @@ CONFIG_ARMV7M_TOOLCHAIN_GNU_EABI=y
CONFIG_ARMV7M_STACKCHECK=y
CONFIG_SERIAL_TERMIOS=y
CONFIG_SERIAL_DISABLE_REORDERING=y
-CONFIG_SDIO_DMA=y
+CONFIG_SDIO_DMA=n
# CONFIG_SDIO_DMAPRIO is not set
# CONFIG_SDIO_WIDTH_D1_ONLY is not set
@@ -257,7 +257,7 @@ CONFIG_STM32_JTAG_SW_ENABLE=y
CONFIG_STM32_DISABLE_IDLE_SLEEP_DURING_DEBUG=y
# CONFIG_STM32_FORCEPOWER is not set
# CONFIG_ARCH_BOARD_STM32_CUSTOM_CLOCKCONFIG is not set
-CONFIG_STM32_CCMEXCLUDE=y
+CONFIG_STM32_CCMEXCLUDE=n
CONFIG_STM32_DMACAPABLE=y
# CONFIG_STM32_TIM1_PWM is not set
# CONFIG_STM32_TIM3_PWM is not set