Skip to content

docs: Add customization and troubleshooting guides#219

Merged
simensrostad merged 4 commits intomainfrom
add-sensor-docs
Apr 24, 2025
Merged

docs: Add customization and troubleshooting guides#219
simensrostad merged 4 commits intomainfrom
add-sensor-docs

Conversation

@simensrostad
Copy link
Copy Markdown
Contributor

@simensrostad simensrostad commented Apr 24, 2025

Add customization and troubleshooting guides

@simensrostad simensrostad force-pushed the add-sensor-docs branch 7 times, most recently from 17b9509 to 4bf06dd Compare April 24, 2025 12:41
- 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>
@simensrostad simensrostad changed the title temp docs: Add customization and troubleshooting guides Apr 24, 2025
@simensrostad simensrostad requested a review from Copilot April 24, 2025 12:44
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>

@sonarqubecloud
Copy link
Copy Markdown

@simensrostad simensrostad merged commit 7727ccb into main Apr 24, 2025
4 checks passed
@simensrostad simensrostad deleted the add-sensor-docs branch April 24, 2025 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants