-
Notifications
You must be signed in to change notification settings - Fork 8.2k
gpio: gd32: initial support #40676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
gpio: gd32: initial support #40676
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
27533cc
dts: bindings: interrupt-controller: add gd32 exti
gmarull ceafcac
dts: arm: gigadevice: gd32f4xx: add support for exti
gmarull dc81f41
dts: arm: gigadevice: gd32f403: add support for exti
gmarull 5466c3b
drivers: interrupt_controller: initial support for GD32 EXTI
gmarull 31f0d7d
dts: arm: gigadevice: gd32f4xx: fix gpio support
gmarull 0b5234c
dts: arm: gigadevice: gd32f403: fix gpio support
gmarull 7e3dbaf
dts: bindings: misc: add gd32 syscfg
gmarull 49f27fa
dts: arm: gigadevice: gd32f4xx: add syscfg node
gmarull 13c1db9
drivers: gpio: gd32: initial version
gmarull a8cb7e2
boards: arm: gd32f450i_eval: add leds and keys
gmarull 54a962e
boards: arm: gd32f403z_eval: add leds and keys
gmarull 664996b
tests: drivers: gpio: gpio_basic_api: add support for gd32f450i_eval
gmarull c270183
tests: drivers: gpio: gpio_basic_api: add support for gd32f403z_eval
gmarull 5145f02
drivers: pinctrl: gd32: do not disable clock
gmarull File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # Copyright (c) 2021 Teslabs Engineering S.L. | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| DT_COMPAT_GD_GD32_GPIO := gd,gd32-gpio | ||
|
|
||
| config GPIO_GD32 | ||
| bool "GD32 GPIO driver" | ||
| depends on SOC_FAMILY_GD32 | ||
| default $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_GPIO)) | ||
| help | ||
| Enable the GD32 GPIO driver. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.