From 7e1057c99f11333ec75e0b8f91f3da1bb29d3afa Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 20 Jan 2018 11:17:07 +0000 Subject: Fixed settings for SD_D0 and SD_D1 pins to "floating". git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11357 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/boards/ST_STM32F769I_DISCOVERY/board.h | 4 ++-- os/hal/boards/ST_STM32F769I_DISCOVERY/cfg/board.chcfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/os/hal/boards/ST_STM32F769I_DISCOVERY/board.h b/os/hal/boards/ST_STM32F769I_DISCOVERY/board.h index 26cfa2ae7..d3c2dd1b4 100644 --- a/os/hal/boards/ST_STM32F769I_DISCOVERY/board.h +++ b/os/hal/boards/ST_STM32F769I_DISCOVERY/board.h @@ -1239,8 +1239,8 @@ PIN_PUPDR_PULLUP(GPIOG_EXT_SDA) | \ PIN_PUPDR_PULLUP(GPIOG_SAI1_MCLKA) | \ PIN_PUPDR_FLOATING(GPIOG_FMC_SDCLK) | \ - PIN_PUPDR_PULLUP(GPIOG_SD_D0) | \ - PIN_PUPDR_PULLUP(GPIOG_SD_D1) | \ + PIN_PUPDR_FLOATING(GPIOG_SD_D0) | \ + PIN_PUPDR_FLOATING(GPIOG_SD_D1) | \ PIN_PUPDR_FLOATING(GPIOG_RMII_TX_EN) | \ PIN_PUPDR_FLOATING(GPIOG_SPDIF_RX) | \ PIN_PUPDR_FLOATING(GPIOG_RMII_TXD0) | \ diff --git a/os/hal/boards/ST_STM32F769I_DISCOVERY/cfg/board.chcfg b/os/hal/boards/ST_STM32F769I_DISCOVERY/cfg/board.chcfg index 9605e58d7..29d29c70f 100644 --- a/os/hal/boards/ST_STM32F769I_DISCOVERY/cfg/board.chcfg +++ b/os/hal/boards/ST_STM32F769I_DISCOVERY/cfg/board.chcfg @@ -891,7 +891,7 @@ Type="PushPull" Level="High" Speed="Maximum" - Resistor="PullUp" + Resistor="Floating" Mode="Alternate" Alternate="11" />