You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2023/01/22 19:05:00 UTC

[nuttx] 03/04: nucleo-wl55jc: remove duplicated peripheral placed manually

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/nuttx.git

commit eef1c4697ea957800d845705131a94da3dcb1706
Author: Alan Carvalho de Assis <ac...@gmail.com>
AuthorDate: Sun Jan 22 12:37:01 2023 -0300

    nucleo-wl55jc: remove duplicated peripheral placed manually
---
 boards/arm/stm32wl5/nucleo-wl55jc/configs/fb/defconfig | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/boards/arm/stm32wl5/nucleo-wl55jc/configs/fb/defconfig b/boards/arm/stm32wl5/nucleo-wl55jc/configs/fb/defconfig
index 62a6c06261..ef22e3b613 100644
--- a/boards/arm/stm32wl5/nucleo-wl55jc/configs/fb/defconfig
+++ b/boards/arm/stm32wl5/nucleo-wl55jc/configs/fb/defconfig
@@ -33,12 +33,9 @@ CONFIG_RAM_START=0x20000000
 CONFIG_RAW_BINARY=y
 CONFIG_SPI=y
 CONFIG_SPI_DRIVER=y
-CONFIG_STM32WL5_LPUART1=y
-CONFIG_STM32WL5_SPI1=y
-CONFIG_STM32WL5_USART1=y
-
 CONFIG_STM32WL5_LPUART1=y
 CONFIG_STM32WL5_SPI1=y
 CONFIG_STM32WL5_SPI2S2=y
+CONFIG_STM32WL5_USART1=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_VIDEO_FB=y