Skip to content

Commit e68ec7a

Browse files
authored
Merge pull request #3725 from balanceTWK/gd32vf
[BSP][gd32vf103] add drv_gpio.c
2 parents e6b7215 + f8d0566 commit e68ec7a

File tree

3 files changed

+618
-1
lines changed

3 files changed

+618
-1
lines changed

bsp/gd32vf103v-eval/board/Kconfig

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ endmenu
1616

1717
menu "On-chip Peripheral Drivers"
1818

19+
config BSP_USING_GPIO
20+
bool "Enable GPIO"
21+
select RT_USING_PIN
22+
default y
23+
1924
menuconfig BSP_USING_UART
2025
bool "Enable USART"
2126
default y
@@ -24,7 +29,8 @@ menu "On-chip Peripheral Drivers"
2429
config BSP_USING_UART0
2530
bool "Enable USART0"
2631
default y
27-
endif
32+
endif
33+
2834
endmenu
2935

3036
menu "Board extended module Drivers"

0 commit comments

Comments
 (0)