Skip to content
Merged
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
1 change: 1 addition & 0 deletions drivers/gpio/Kconfig.gd32
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ config GPIO_GD32
bool "GD32 GPIO driver"
default y
depends on DT_HAS_GD_GD32_GPIO_ENABLED
select GD32_EXTI
Copy link
Contributor

@cameled cameled Nov 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I confuse the NVIX and EXTI definition. NVIC provide SysTick, PendSV and other fault exception. EXTI provide periphral interrupt.

That's ok for me now.

help
Enable the GD32 GPIO driver.