Skip to content

Commit 15bce63

Browse files
committed
[BSP][gd32vf] add drv_gpio.c
1 parent 08048bb commit 15bce63

File tree

3 files changed

+618
-1
lines changed

3 files changed

+618
-1
lines changed

bsp/gd32vf103v-eval/board/Kconfig

+7-1
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)