cpu/msp430: Implement periph_gpio_ll & periph_gpio_ll_irq#20679
Merged
maribu merged 6 commits intoRIOT-OS:masterfrom Aug 5, 2024
Merged
cpu/msp430: Implement periph_gpio_ll & periph_gpio_ll_irq#20679maribu merged 6 commits intoRIOT-OS:masterfrom
maribu merged 6 commits intoRIOT-OS:masterfrom
Conversation
590e37e to
fede31b
Compare
In case both periph_gpio_irq and periph_gpio_ll_irq are used, the periph_gpio_irq implementation now uses periph_gpio_ll_irq, so that they can coexist.
25635b6 to
fc907f9
Compare
Member
Author
|
Test results: MSP430 x1xxxMSP430 F2xx / G2xx |
benpicco
approved these changes
Aug 5, 2024
Member
Author
|
Thx :) |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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_BOTHis made optional and all previous implementations gain theperiph_gpio_ll_irq_edge_triggered_bothfeature, as they all support both edges as triggerTesting procedure
Issues/PRs references
Depends on and includes: