sys/runtime_config: add runtime configuration#22092
Open
LasseRosenow wants to merge 99 commits intoRIOT-OS:masterfrom
Open
sys/runtime_config: add runtime configuration#22092LasseRosenow wants to merge 99 commits intoRIOT-OS:masterfrom
LasseRosenow wants to merge 99 commits intoRIOT-OS:masterfrom
Conversation
AnnsAnns
reviewed
Feb 24, 2026
Member
AnnsAnns
left a comment
There was a problem hiding this comment.
It's fairly obvious that this has already went through multiple reviews in the past, it's really hard for me to find anything that isn't too nitpicky
Member
Author
|
Thank you for your review @AnnsAnns, I hope I should have addressed all your comments :) |
AnnsAnns
previously approved these changes
Feb 25, 2026
Member
AnnsAnns
left a comment
There was a problem hiding this comment.
As said, this already went through quite a few reviews in the past, so there is nothing left blocking me here. However, I heard that @mguetschow wanted to also take a look at it so let's wait on them before merging this :)
Contributor
|
The CI is still kinda failing, so this can't be merged yet. |
8952e1e to
5a0f76a
Compare
5a0f76a to
7e6b885
Compare
67531e5 to
7241a0a
Compare
Co-authored-by: mguetschow <mikolai.guetschow@tu-dresden.de>
Co-authored-by: mguetschow <mikolai.guetschow@tu-dresden.de>
Co-authored-by: mguetschow <mikolai.guetschow@tu-dresden.de>
…asseRosenow/RIOT into pr-runtime-configuration-registry-core
…nd fix doc images
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.
Runtime Configuration [sys module]: Part 1
Note
This is only the core (most minimal) implementation of the runtime configuration system.
This PR is split out of #19895 and see there for all features that will come in following PRs.
This is a continuation of the effort previously done in #10622, but its architecture has dramatically changed since then.
See doc.md for current documentation of this PR.