This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 12c128a boards/emw3162: enabled internal pull-up resistors on SDIO
bus in STM32F205 chip as there are not external pull-up resistors on SDIO bus
on EMW3162 module.
12c128a is described below
commit 12c128ae4360139ba830f5eb2102be1554e35c96
Author: Alexander Lunev <[email protected]>
AuthorDate: Thu Dec 16 15:13:15 2021 +0300
boards/emw3162: enabled internal pull-up resistors on SDIO bus
in STM32F205 chip as there are not external pull-up resistors on SDIO bus
on EMW3162 module.
---
boards/arm/stm32/emw3162/configs/wlan/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/boards/arm/stm32/emw3162/configs/wlan/defconfig
b/boards/arm/stm32/emw3162/configs/wlan/defconfig
index 16f9acf..f636177 100644
--- a/boards/arm/stm32/emw3162/configs/wlan/defconfig
+++ b/boards/arm/stm32/emw3162/configs/wlan/defconfig
@@ -75,6 +75,7 @@ CONFIG_STM32_PWR=y
CONFIG_STM32_RTC=y
CONFIG_STM32_SDIO=y
CONFIG_STM32_SDIO_CARD=y
+CONFIG_STM32_SDIO_PULLUP=y
CONFIG_STM32_USART1=y
CONFIG_SYSLOG_CHAR=y
CONFIG_SYSLOG_DEVPATH="/dev/ttyS0"