From c1ab9953718d90009a392b360ba7955a5ee305a1 Mon Sep 17 00:00:00 2001 From: "Man, Jianting (Meco)" <920369182@qq.com> Date: Sun, 6 Mar 2022 12:15:13 -0500 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9D=BF=E5=8D=A1=E6=A0=87?= =?UTF-8?q?=E8=AF=86=20(#5633)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/stm32/stm32h750-artpi-h750/board/Kconfig | 4 ++++ bsp/stm32/stm32l475-atk-pandora/board/Kconfig | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/bsp/stm32/stm32h750-artpi-h750/board/Kconfig b/bsp/stm32/stm32h750-artpi-h750/board/Kconfig index 6f44275959..bfc8ecf04a 100644 --- a/bsp/stm32/stm32h750-artpi-h750/board/Kconfig +++ b/bsp/stm32/stm32h750-artpi-h750/board/Kconfig @@ -7,6 +7,10 @@ config SOC_STM32H750XB select RT_USING_USER_MAIN default y +config BOARD_STM32H750_ARTPI + bool + default y + menu "Board extended module" menuconfig ART_PI_USING_MEDIA_IO diff --git a/bsp/stm32/stm32l475-atk-pandora/board/Kconfig b/bsp/stm32/stm32l475-atk-pandora/board/Kconfig index ff8b827009..fabe7e50c8 100644 --- a/bsp/stm32/stm32l475-atk-pandora/board/Kconfig +++ b/bsp/stm32/stm32l475-atk-pandora/board/Kconfig @@ -7,6 +7,10 @@ config SOC_STM32L475VE select RT_USING_USER_MAIN default y +config BOARD_STM32L475_ATK_PANDORA + bool + default y + menu "Onboard Peripheral Drivers" config BSP_USING_STLINK_TO_USART -- GitLab