mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-03-02 09:35:28 +08:00
parent
de48b65b0d
commit
e43a938ec1
@ -8,47 +8,51 @@ config SOC_CH32V307VC
|
|||||||
default y
|
default y
|
||||||
|
|
||||||
menu "On-chip Peripheral Drivers"
|
menu "On-chip Peripheral Drivers"
|
||||||
|
config BSP_USING_GPIO
|
||||||
|
bool "Enable GPIO"
|
||||||
|
select RT_USING_PIN
|
||||||
|
default y
|
||||||
|
|
||||||
config BSP_USING_UART
|
menuconfig BSP_USING_UART
|
||||||
bool "Enable UART"
|
bool "Enable UART"
|
||||||
select RT_USING_SERIAL
|
select RT_USING_SERIAL
|
||||||
default n
|
default n
|
||||||
|
|
||||||
if BSP_USING_UART
|
if BSP_USING_UART
|
||||||
config BSP_USING_UART1
|
config BSP_USING_UART1
|
||||||
bool "Enable UART1"
|
bool "Enable UART1"
|
||||||
|
default n
|
||||||
|
|
||||||
|
config BSP_USING_UART2
|
||||||
|
bool "Enable UART2"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config BSP_USING_UART2
|
config BSP_USING_UART3
|
||||||
bool "Enable UART2"
|
bool "Enable UART3"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config BSP_USING_UART3
|
config BSP_USING_UART4
|
||||||
bool "Enable UART3"
|
bool "Enable UART4"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config BSP_USING_UART4
|
config BSP_USING_UART5
|
||||||
bool "Enable UART4"
|
bool "Enable UART5"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config BSP_USING_UART5
|
config BSP_USING_UART6
|
||||||
bool "Enable UART5"
|
bool "Enable UART6"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config BSP_USING_UART6
|
config BSP_USING_UART7
|
||||||
bool "Enable UART6"
|
bool "Enable UART7"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config BSP_USING_UART7
|
config BSP_USING_UART8
|
||||||
bool "Enable UART7"
|
bool "Enable UART8"
|
||||||
default n
|
default n
|
||||||
|
endif
|
||||||
|
|
||||||
config BSP_USING_UART8
|
menuconfig BSP_USING_ADC
|
||||||
bool "Enable UART8"
|
|
||||||
default n
|
|
||||||
endif
|
|
||||||
|
|
||||||
config BSP_USING_ADC
|
|
||||||
bool "Enable ADC"
|
bool "Enable ADC"
|
||||||
select RT_USING_ADC
|
select RT_USING_ADC
|
||||||
default n
|
default n
|
||||||
@ -71,10 +75,11 @@ menu "On-chip Peripheral Drivers"
|
|||||||
default n
|
default n
|
||||||
endif
|
endif
|
||||||
|
|
||||||
config BSP_USING_DAC
|
menuconfig BSP_USING_DAC
|
||||||
bool "Enable DAC"
|
bool "Enable DAC"
|
||||||
select RT_USING_DAC
|
select RT_USING_DAC
|
||||||
default n
|
default n
|
||||||
|
|
||||||
if BSP_USING_DAC
|
if BSP_USING_DAC
|
||||||
config BSP_USING_DAC_CHANNEL1
|
config BSP_USING_DAC_CHANNEL1
|
||||||
bool "Enable DAC CHANNEL1"
|
bool "Enable DAC CHANNEL1"
|
||||||
@ -86,16 +91,19 @@ menu "On-chip Peripheral Drivers"
|
|||||||
|
|
||||||
menuconfig BSP_USING_I2C
|
menuconfig BSP_USING_I2C
|
||||||
bool "Enable I2C Bus"
|
bool "Enable I2C Bus"
|
||||||
default n
|
|
||||||
select RT_USING_I2C
|
select RT_USING_I2C
|
||||||
select RT_USING_I2C_BITOPS
|
select RT_USING_I2C_BITOPS
|
||||||
select RT_USING_PIN
|
select RT_USING_PIN
|
||||||
|
default n
|
||||||
|
|
||||||
if BSP_USING_I2C
|
if BSP_USING_I2C
|
||||||
config BSP_USING_I2C1
|
config BSP_USING_I2C1
|
||||||
bool "Enable I2C1 Bus"
|
bool "Enable I2C1 Bus"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
if BSP_USING_I2C1
|
if BSP_USING_I2C1
|
||||||
comment "Notice: PC7 --> 39; PC6 --> 38"
|
comment "Notice: PC7 --> 39; PC6 --> 38"
|
||||||
|
|
||||||
config BSP_I2C1_SCL_PIN
|
config BSP_I2C1_SCL_PIN
|
||||||
int "i2c1 SCL pin number"
|
int "i2c1 SCL pin number"
|
||||||
range 0 79
|
range 0 79
|
||||||
@ -109,6 +117,7 @@ menu "On-chip Peripheral Drivers"
|
|||||||
config BSP_USING_I2C2
|
config BSP_USING_I2C2
|
||||||
bool "Enable I2C2 Bus"
|
bool "Enable I2C2 Bus"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
if BSP_USING_I2C2
|
if BSP_USING_I2C2
|
||||||
comment "Notice: PC1 --> 33; PC0 --> 32"
|
comment "Notice: PC1 --> 33; PC0 --> 32"
|
||||||
config BSP_I2C2_SCL_PIN
|
config BSP_I2C2_SCL_PIN
|
||||||
@ -126,6 +135,7 @@ menu "On-chip Peripheral Drivers"
|
|||||||
bool "Enable RTC"
|
bool "Enable RTC"
|
||||||
select RT_USING_RTC
|
select RT_USING_RTC
|
||||||
default n
|
default n
|
||||||
|
|
||||||
if BSP_USING_RTC
|
if BSP_USING_RTC
|
||||||
config BSP_USING_RTC_LSI
|
config BSP_USING_RTC_LSI
|
||||||
bool "using LSI clock for rtc, if not, LSE default"
|
bool "using LSI clock for rtc, if not, LSE default"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user