Skip to content

Commit 1e34830

Browse files
MuChengerRbb666
authored andcommitted
[bsp/gd32] remove gd32 bsp soft i2c config
1 parent 500deb8 commit 1e34830

File tree

16 files changed

+0
-286
lines changed

16 files changed

+0
-286
lines changed

bsp/gd32/arm/docs/GD32_ARM系列BSP制作教程.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -569,22 +569,6 @@ menu "On-chip Peripheral Drivers"
569569
default n
570570
endif
571571
572-
menuconfig BSP_USING_I2C1
573-
bool "Enable I2C1 BUS (software simulation)"
574-
default n
575-
select RT_USING_I2C
576-
select RT_USING_I2C_BITOPS
577-
select RT_USING_PIN
578-
if BSP_USING_I2C1
579-
config BSP_I2C1_SCL_PIN
580-
int "i2c1 scl pin number"
581-
range 1 216
582-
default 24
583-
config BSP_I2C1_SDA_PIN
584-
int "I2C1 sda pin number"
585-
range 1 216
586-
default 25
587-
endif
588572
source "../libraries/gd32_drivers/Kconfig"
589573
590574
endmenu

bsp/gd32/arm/gd32103c-eval/board/Kconfig

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -99,23 +99,6 @@ menu "On-chip Peripheral Drivers"
9999
default n
100100
endif
101101

102-
menuconfig BSP_USING_I2C1
103-
bool "Enable I2C1 BUS (software simulation)"
104-
default n
105-
select RT_USING_I2C
106-
select RT_USING_I2C_BITOPS
107-
select RT_USING_PIN
108-
if BSP_USING_I2C1
109-
config BSP_I2C1_SCL_PIN
110-
int "i2c1 scl pin number"
111-
range 1 216
112-
default 24
113-
config BSP_I2C1_SDA_PIN
114-
int "I2C1 sda pin number"
115-
range 1 216
116-
default 25
117-
endif
118-
119102
menuconfig BSP_USING_ADC
120103
bool "Enable ADC"
121104
default n

bsp/gd32/arm/gd32105c-eval/board/Kconfig

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -99,23 +99,6 @@ menu "On-chip Peripheral Drivers"
9999
default n
100100
endif
101101

102-
menuconfig BSP_USING_I2C1
103-
bool "Enable I2C1 BUS (software simulation)"
104-
default n
105-
select RT_USING_I2C
106-
select RT_USING_I2C_BITOPS
107-
select RT_USING_PIN
108-
if BSP_USING_I2C1
109-
config BSP_I2C1_SCL_PIN
110-
int "i2c1 scl pin number"
111-
range 1 216
112-
default 24
113-
config BSP_I2C1_SDA_PIN
114-
int "I2C1 sda pin number"
115-
range 1 216
116-
default 25
117-
endif
118-
119102
menuconfig BSP_USING_ADC
120103
bool "Enable ADC"
121104
default n

bsp/gd32/arm/gd32105r-start/board/Kconfig

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -107,23 +107,6 @@ menu "On-chip Peripheral Drivers"
107107
default n
108108
endif
109109

110-
menuconfig BSP_USING_I2C1
111-
bool "Enable I2C1 BUS (software simulation)"
112-
default n
113-
select RT_USING_I2C
114-
select RT_USING_I2C_BITOPS
115-
select RT_USING_PIN
116-
if BSP_USING_I2C1
117-
config BSP_I2C1_SCL_PIN
118-
int "i2c1 scl pin number"
119-
range 1 216
120-
default 24
121-
config BSP_I2C1_SDA_PIN
122-
int "I2C1 sda pin number"
123-
range 1 216
124-
default 25
125-
endif
126-
127110
menuconfig BSP_USING_ADC
128111
bool "Enable ADC"
129112
default n

bsp/gd32/arm/gd32107c-eval/board/Kconfig

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -99,23 +99,6 @@ menu "On-chip Peripheral Drivers"
9999
default n
100100
endif
101101

102-
menuconfig BSP_USING_I2C1
103-
bool "Enable I2C1 BUS (software simulation)"
104-
default n
105-
select RT_USING_I2C
106-
select RT_USING_I2C_BITOPS
107-
select RT_USING_PIN
108-
if BSP_USING_I2C1
109-
config BSP_I2C1_SCL_PIN
110-
int "i2c1 scl pin number"
111-
range 1 216
112-
default 24
113-
config BSP_I2C1_SDA_PIN
114-
int "I2C1 sda pin number"
115-
range 1 216
116-
default 25
117-
endif
118-
119102
menuconfig BSP_USING_ADC
120103
bool "Enable ADC"
121104
default n

bsp/gd32/arm/gd32205r-start/board/Kconfig

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -99,22 +99,6 @@ menu "On-chip Peripheral Drivers"
9999
default n
100100
endif
101101

102-
menuconfig BSP_USING_I2C1
103-
bool "Enable I2C1 BUS (software simulation)"
104-
default n
105-
select RT_USING_I2C
106-
select RT_USING_I2C_BITOPS
107-
select RT_USING_PIN
108-
if BSP_USING_I2C1
109-
config BSP_I2C1_SCL_PIN
110-
int "i2c1 scl pin number"
111-
range 1 216
112-
default 24
113-
config BSP_I2C1_SDA_PIN
114-
int "I2C1 sda pin number"
115-
range 1 216
116-
default 25
117-
endif
118102
menuconfig BSP_USING_ADC
119103
bool "Enable ADC"
120104
default n

bsp/gd32/arm/gd32207i-eval/board/Kconfig

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -129,23 +129,6 @@ menu "On-chip Peripheral Drivers"
129129
default n
130130
endif
131131

132-
menuconfig BSP_USING_I2C1
133-
bool "Enable I2C1 BUS (software simulation)"
134-
default n
135-
select RT_USING_I2C
136-
select RT_USING_I2C_BITOPS
137-
select RT_USING_PIN
138-
if BSP_USING_I2C1
139-
config BSP_I2C1_SCL_PIN
140-
int "i2c1 scl pin number"
141-
range 1 216
142-
default 24
143-
config BSP_I2C1_SDA_PIN
144-
int "I2C1 sda pin number"
145-
range 1 216
146-
default 25
147-
endif
148-
149132
menuconfig BSP_USING_ADC
150133
bool "Enable ADC"
151134
default n

bsp/gd32/arm/gd32303e-eval/board/Kconfig

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -99,23 +99,6 @@ menu "On-chip Peripheral Drivers"
9999
default n
100100
endif
101101

102-
menuconfig BSP_USING_I2C1
103-
bool "Enable I2C1 BUS (software simulation)"
104-
default n
105-
select RT_USING_I2C
106-
select RT_USING_I2C_BITOPS
107-
select RT_USING_PIN
108-
if BSP_USING_I2C1
109-
config BSP_I2C1_SCL_PIN
110-
int "i2c1 scl pin number"
111-
range 1 216
112-
default 24
113-
config BSP_I2C1_SDA_PIN
114-
int "I2C1 sda pin number"
115-
range 1 216
116-
default 25
117-
endif
118-
119102
menuconfig BSP_USING_ADC
120103
bool "Enable ADC"
121104
default n

bsp/gd32/arm/gd32305r-start/board/Kconfig

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -99,23 +99,6 @@ menu "On-chip Peripheral Drivers"
9999
default n
100100
endif
101101

102-
menuconfig BSP_USING_I2C1
103-
bool "Enable I2C1 BUS (software simulation)"
104-
default n
105-
select RT_USING_I2C
106-
select RT_USING_I2C_BITOPS
107-
select RT_USING_PIN
108-
if BSP_USING_I2C1
109-
config BSP_I2C1_SCL_PIN
110-
int "i2c1 scl pin number"
111-
range 1 216
112-
default 24
113-
config BSP_I2C1_SDA_PIN
114-
int "I2C1 sda pin number"
115-
range 1 216
116-
default 25
117-
endif
118-
119102
menuconfig BSP_USING_ADC
120103
bool "Enable ADC"
121104
default n

bsp/gd32/arm/gd32307e-start/board/Kconfig

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -100,23 +100,6 @@ menu "On-chip Peripheral Drivers"
100100
default n
101101
endif
102102

103-
menuconfig BSP_USING_I2C1
104-
bool "Enable I2C1 BUS (software simulation)"
105-
default n
106-
select RT_USING_I2C
107-
select RT_USING_I2C_BITOPS
108-
select RT_USING_PIN
109-
if BSP_USING_I2C1
110-
config BSP_I2C1_SCL_PIN
111-
int "i2c1 scl pin number"
112-
range 1 216
113-
default 24
114-
config BSP_I2C1_SDA_PIN
115-
int "I2C1 sda pin number"
116-
range 1 216
117-
default 25
118-
endif
119-
120103
menuconfig BSP_USING_ADC
121104
bool "Enable ADC"
122105
default n

0 commit comments

Comments
 (0)