Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions bsp/gd32/risc-v/gd32vw553h-eval/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,36 @@ menu "On-chip Peripheral Drivers"
depends on BSP_USING_HW_I2C1
range 10 1000
endif

menuconfig BSP_USING_TIM
bool "Enable timer"
default n
select RT_USING_HWTIMER
if BSP_USING_TIM
config BSP_USING_TIM0
bool "Enable TIM0"
default n

config BSP_USING_TIM1
bool "Enable TIM1"
default n

config BSP_USING_TIM2
bool "Enable TIM2"
default n

config BSP_USING_TIM5
bool "Enable TIM5"
default n

config BSP_USING_TIM15
bool "Enable TIM15"
default n

config BSP_USING_TIM16
bool "Enable TIM16"
default n
endif

source "$(BSP_DIR)/../libraries/gd32_drivers/Kconfig"

Expand Down
Loading