Skip to content

Commit 6fc7d0d

Browse files
committed
修正Kconfig配置
1 parent c038fa3 commit 6fc7d0d

File tree

15 files changed

+586
-574
lines changed

15 files changed

+586
-574
lines changed

bsp/ht32/ht32f12366/.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# rt_vsscanf options
2020
#
21-
CONFIG_RT_KLIBC_USING_LIBC_VSSCANF=y
21+
# CONFIG_RT_KLIBC_USING_LIBC_VSSCANF is not set
2222
# end of rt_vsscanf options
2323

2424
#
@@ -1276,7 +1276,7 @@ CONFIG_SOC_HT32F12366=y
12761276
#
12771277
# Onboard Peripheral Drivers
12781278
#
1279-
CONFIG_BSP_USING_TEST=y
1279+
# CONFIG_BSP_USING_TEST is not set
12801280
# end of Onboard Peripheral Drivers
12811281

12821282
#

bsp/ht32/ht32f12366/board/Kconfig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ menu "On-chip Peripheral Drivers"
130130
if BSP_USING_UART
131131
config BSP_USING_USART0
132132
bool "Enable USART0"
133-
default y
133+
default n
134134
config BSP_USING_USART0_NAME
135135
depends on BSP_USING_USART0
136136
string "usart0 bus name"
@@ -168,7 +168,7 @@ menu "On-chip Peripheral Drivers"
168168
if BSP_USING_SPI
169169
config BSP_USING_SPI0
170170
bool "Enable SPI0 Bus"
171-
default y
171+
default n
172172
config BSP_USING_SPI0_NAME
173173
depends on BSP_USING_SPI0
174174
string "spi0 bus name"
@@ -189,12 +189,12 @@ menu "On-chip Peripheral Drivers"
189189
if BSP_USING_I2C
190190
menuconfig BSP_USING_I2C_HW
191191
bool "Enable I2C Bus(hardware)"
192-
default y
192+
default n
193193
select RT_USING_I2C if BSP_USING_I2C_HW
194194
if BSP_USING_I2C_HW
195195
config BSP_USING_I2C0_HW
196196
bool "Enable Hardware I2C0 Bus"
197-
default y
197+
default n
198198
config BSP_USING_I2C0_HW_NAME
199199
depends on BSP_USING_I2C0_HW
200200
string "hardware i2c0 name"
@@ -282,7 +282,7 @@ menu "On-chip Peripheral Drivers"
282282
if BSP_USING_ADC
283283
config BSP_USING_ADC0
284284
bool "Enable ADC0"
285-
default y
285+
default n
286286
config BSP_USING_ADC0_NAME
287287
depends on BSP_USING_ADC0
288288
string "adc0 device name"

0 commit comments

Comments
 (0)