ULP-core interrupt handling#5206
Draft
leighleighleigh wants to merge 57 commits into
Draft
Conversation
…/interrupt vector assembly
bugadani
reviewed
Mar 17, 2026
…t having other issues with riscv-rt
|
New commits in main has made this PR unmergable. Please resolve the conflicts. |
|
New commits in main has made this PR unmergable. Please resolve the conflicts. |
|
New commits in main has made this PR unmergable. Please resolve the conflicts. |
950b800 to
f5e008f
Compare
|
New commits in main has made this PR unmergable. Please resolve the conflicts. |
… GPIO wakeup example for ULP cores.
f142583 to
ebfd35f
Compare
…CoreWakeupSource for ESP32C6.
|
New commits in main have made this PR unmergeable. Please resolve the conflicts. |
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.
Thank you for your contribution!
We appreciate the time and effort you've put into this pull request.
To help us review it efficiently, please ensure you've gone through the following checklist:
Submission Checklist 📝
cargo xtask fmt-packagescommand to ensure that all changed code is formatted correctly.CHANGELOG.mdin the proper section.Extra:
Pull Request Details 📖
Description
Work-in-progress effort to add interrupt handling to the ULP cores, GPIO interrupt APIs, and GPIO wake-up.
interruptsfeature-flag for now.Ioperipheral, allowing users to bind their own GPIO interrupt handlersPeripherals::take().unwrap()would panic upon the second loop intomain()due to the ULP TimerTo-Dos
Peripherals::take().unwrap()bug fix into it's own PR, as it does not depend on interrupt supportTesting
Tested on ESP32-S3 & RISCV ULP. Additional testing being performed on ESP32-C6.