-
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
pm: don't (un)block IDLE mode [backport 2022.04] #17975
Merged
OlegHahm
merged 2 commits into
RIOT-OS:2022.04-branch
from
OlegHahm:backport/2022.04/PM_NUM_MODES-count
Apr 21, 2022
Merged
pm: don't (un)block IDLE mode [backport 2022.04] #17975
OlegHahm
merged 2 commits into
RIOT-OS:2022.04-branch
from
OlegHahm:backport/2022.04/PM_NUM_MODES-count
Apr 21, 2022
+3
−3
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
(cherry picked from commit 237a447)
This is already unblocked and will trigger an assertion. The code is still broken as other modes might be unblocked too, but at least it is just as broken as it was before RIOT-OS#17895 (cherry picked from commit 520aa2d)
The LoRaWAN test works now:
TTN logs
|
jia200x
approved these changes
Apr 21, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: examples
Area: Example Applications
Area: network
Area: Networking
Area: pkg
Area: External package ports
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Process: release backport
Integration Process: The PR is a release backport of a change previously provided to master
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.
Backport of #17974
Contribution description
This is already unblocked and will trigger an assertion.
The code is still broken as other modes might be unblocked too, but at least it is just as broken as it was before #17895
Testing procedure
examples/lorawan
should no longer crash on most boards.(should still crash on samd21 boards as it would since ed9f740)
Issues/PRs references
follow-up to #17895