-
Notifications
You must be signed in to change notification settings - Fork 2k
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
cpu/msp430: Implement periph_gpio_ll & periph_gpio_ll_irq #20679
Merged
Conversation
This file contains 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
github-actions
bot
added
Platform: MSP
Platform: This PR/issue effects MSP-based platforms
Platform: ARM
Platform: This PR/issue effects ARM-based platforms
Area: tests
Area: tests and testing framework
Area: build system
Area: Build system
Platform: AVR
Platform: This PR/issue effects AVR-based platforms
Area: drivers
Area: Device drivers
Area: boards
Area: Board ports
Platform: ESP
Platform: This PR/issue effects ESP-based platforms
Area: cpu
Area: CPU/MCU ports
labels
May 20, 2024
maribu
added
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
and removed
Platform: ARM
Platform: This PR/issue effects ARM-based platforms
Area: tests
Area: tests and testing framework
Area: build system
Area: Build system
Platform: AVR
Platform: This PR/issue effects AVR-based platforms
Area: drivers
Area: Device drivers
Area: boards
Area: Board ports
Platform: ESP
Platform: This PR/issue effects ESP-based platforms
labels
May 20, 2024
maribu
force-pushed
the
cpu/msp430/periph_gpio_ll
branch
from
May 20, 2024 09:17
590e37e
to
fede31b
Compare
github-actions
bot
added
Platform: ARM
Platform: This PR/issue effects ARM-based platforms
Area: tests
Area: tests and testing framework
Area: build system
Area: Build system
Platform: AVR
Platform: This PR/issue effects AVR-based platforms
Area: drivers
Area: Device drivers
Area: boards
Area: Board ports
Platform: ESP
Platform: This PR/issue effects ESP-based platforms
labels
May 20, 2024
maribu
removed
Area: tests
Area: tests and testing framework
Area: build system
Area: Build system
Area: drivers
Area: Device drivers
Area: boards
Area: Board ports
labels
May 20, 2024
maribu
removed
Platform: ARM
Platform: This PR/issue effects ARM-based platforms
Area: tests
Area: tests and testing framework
Area: build system
Area: Build system
Platform: AVR
Platform: This PR/issue effects AVR-based platforms
Platform: ESP
Platform: This PR/issue effects ESP-based platforms
labels
Aug 2, 2024
Test results: MSP430 x1xxx
MSP430 F2xx / G2xx
|
maribu
requested review from
leandrolanzieri,
aabadie,
MichelRottleuthner,
MrKevinWeiss,
vincent-d,
benpicco,
dylad,
keestux,
kaspar030,
gschorcht and
kYc0o
as code owners
August 2, 2024 13:13
benpicco
approved these changes
Aug 5, 2024
maribu
added
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
and removed
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
labels
Aug 5, 2024
Thx :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: cpu
Area: CPU/MCU ports
Area: drivers
Area: Device drivers
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Platform: MSP
Platform: This PR/issue effects MSP-based platforms
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.
Contribution description
This implements GPIO LL and GPIO LL IRQ for the MSP430 support. It piggy-backs some minor changes:
GPIO_LL_TRIGGER_EDGE_BOTH
is made optional and all previous implementations gain theperiph_gpio_ll_irq_edge_triggered_both
feature, as they all support both edges as triggerTesting procedure
Issues/PRs references
Depends on and includes: