docs: Add customization and troubleshooting guides#219
Merged
simensrostad merged 4 commits intomainfrom Apr 24, 2025
Merged
Conversation
17b9509 to
4bf06dd
Compare
- Add TFM logging on UART0 default - Include header file for modem trace API in Power module to remove warning. - Increase stack size for environmental thread. Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
Add tooling and troubleshooting documentation. Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
This commit adds a patch for the customization guide, which includes - Magnetometer - Dummy module Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
Add customization guide Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
4bf06dd to
6949dd4
Compare
There was a problem hiding this comment.
Pull Request Overview
This pull request adds documentation for customization and troubleshooting while introducing key functional improvements.
- Added a new "dummy" module implementation.
- Enhanced the environmental module with magnetometer sensor support.
- Updated logging configuration and increased the thread stack size, and fixed a missing header in the power module.
Files not reviewed (4)
- app/prj.conf: Language not supported
- app/src/modules/environmental/Kconfig.environmental: Language not supported
- docs/patches/dummy-module.patch: Language not supported
- docs/patches/magnetometer.patch: Language not supported
Comments suppressed due to low confidence (1)
app/src/modules/power/power.c:21
- Ensure that the 'nrf_modem_lib_trace.h' header is available and correctly integrated in the build configuration, as its absence in the include path could break modem trace functionality.
#include <modem/nrf_modem_lib_trace.h>
|
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.



Add customization and troubleshooting guides