4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 12:44:30 +08:00

[bsp][stm32] stm32f411-mini-system edit kconfig

This commit is contained in:
greedyhao 2020-02-28 17:01:57 +08:00
parent 8498a19082
commit 3ddf6c96f5
2 changed files with 17 additions and 8 deletions

View File

@ -41,6 +41,7 @@ menu "On-chip Peripheral Drivers"
depends on BSP_USING_UART2 && RT_SERIAL_USING_DMA
default n
if !BSP_USING_USBD
config BSP_USING_UART6
bool "Enable UART6"
default n
@ -50,6 +51,7 @@ menu "On-chip Peripheral Drivers"
depends on BSP_USING_UART6 && RT_SERIAL_USING_DMA
default n
endif
endif
menuconfig BSP_USING_I2C1
bool "Enable I2C1 BUS (software simulation)"
@ -108,6 +110,13 @@ menu "On-chip Peripheral Drivers"
bool "Enable on-chip FLASH"
default n
config BSP_USING_USBD
bool "Enable USB Device"
select RT_USING_USB_DEVICE
default n
source "../libraries/HAL_Drivers/Kconfig"
endmenu
menu "Board extended module Drivers"

View File

@ -73,7 +73,7 @@
<LExpSel>0</LExpSel>
</OPTXL>
<OPTFL>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<IsCurrentTarget>1</IsCurrentTarget>
</OPTFL>