From f325032c5e71429b58729ad2c7dcee0a765bdee7 Mon Sep 17 00:00:00 2001 From: Yifang <2053731441@qq.com> Date: Wed, 7 Sep 2022 10:00:30 +0800 Subject: [PATCH] [stm32h750-artpi][Kconfig] add SPI3 (#6382) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [add] board/Kconfig 完善SPI3部分 * [add] 提交代码注释 Co-authored-by: Man, Jianting (Meco) <920369182@qq.com> --- bsp/stm32/stm32h750-artpi/board/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/stm32/stm32h750-artpi/board/Kconfig b/bsp/stm32/stm32h750-artpi/board/Kconfig index ae6c4e69a1..fade7f174f 100644 --- a/bsp/stm32/stm32h750-artpi/board/Kconfig +++ b/bsp/stm32/stm32h750-artpi/board/Kconfig @@ -185,6 +185,9 @@ menu "On-chip Peripheral Drivers" config BSP_USING_SPI2 bool "Enable SPI2" default n + config BSP_USING_SPI3 + bool "Enable SPI3" + default n config BSP_USING_SPI4 bool "Enable SPI4" default n