Skip to content

Commit 8c08ebb

Browse files
committed
Merge branch 'gd32h7' of https://github.com/MuChenger/rt-thread into gd32h7
2 parents f32e8fe + 11b77dd commit 8c08ebb

2 files changed

Lines changed: 1 addition & 14 deletions

File tree

bsp/gd32/arm/gd32h759i-eval/.config

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,15 +1441,7 @@ CONFIG_BSP_USING_UART0=y
14411441
# CONFIG_BSP_USING_UART1 is not set
14421442
# CONFIG_BSP_USING_UART2 is not set
14431443
# CONFIG_BSP_USING_UART3 is not set
1444-
CONFIG_BSP_USING_I2C=y
1445-
# CONFIG_BSP_USING_HARD_I2C is not set
1446-
CONFIG_BSP_USING_SOFT_I2C=y
1447-
CONFIG_BSP_USING_I2C0=y
1448-
CONFIG_BSP_I2C0_SCL_PIN=116
1449-
CONFIG_BSP_I2C0_SDA_PIN=27
1450-
# CONFIG_BSP_USING_I2C1 is not set
1451-
# CONFIG_BSP_USING_I2C2 is not set
1452-
# CONFIG_BSP_USING_I2C3 is not set
1444+
# CONFIG_BSP_USING_I2C is not set
14531445
# end of On-chip Peripheral Drivers
14541446

14551447
#

bsp/gd32/arm/gd32h759i-eval/rtconfig.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -424,11 +424,6 @@
424424
#define BSP_USING_GPIO
425425
#define BSP_USING_UART
426426
#define BSP_USING_UART0
427-
#define BSP_USING_I2C
428-
#define BSP_USING_SOFT_I2C
429-
#define BSP_USING_I2C0
430-
#define BSP_I2C0_SCL_PIN 116
431-
#define BSP_I2C0_SDA_PIN 27
432427
/* end of On-chip Peripheral Drivers */
433428

434429
/* Board extended module Drivers */

0 commit comments

Comments
 (0)