Minor fix on GPIO initialization#113
Merged
kr-t merged 1 commit intoproject-ocre:mainfrom Dec 19, 2025
Merged
Conversation
This PR fixes an error message that showed up during `hello-world` container: ~~~bash E: GPIO system not initialized or invalid module 0x20004f70 ~~~ Signed-off-by: Federico Roux <rouxfederico@gmail.com>
1c8fbb8 to
b35bf27
Compare
kr-t
approved these changes
Dec 19, 2025
kr-t
approved these changes
Dec 19, 2025
casaroli
added a commit
that referenced
this pull request
Jan 7, 2026
This reverts commit fbce6c2. This commit is kept in the legacy branch.
casaroli
added a commit
that referenced
this pull request
Jan 7, 2026
This reverts commit fbce6c2. This commit is kept in the legacy branch. Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
casaroli
added a commit
that referenced
this pull request
Jan 7, 2026
This reverts commit fbce6c2. This commit is kept in the legacy branch. Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
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.
Description
This PR fixes an error message that showed up during
hello-worldcontainer:Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Running hello world on nRF5340-DK board used to show the following error during initialization of
Hello Worldcontainer:The error message is no longer present after the fix
Test Configuration (required):
ghcr.io/zephyrproject-rtos/zephyr-build:latest- onUbuntu 24.04.3 LTS (x64)nRF5340-DKnrfjprogChecklist: