Skip to content

Documentation/uorb: Fix command references in uORB docs.#18928

Merged
xiaoxiang781216 merged 1 commit into
apache:masterfrom
Zepp-Hanzj:docs/uorb-command-reference-fix
May 21, 2026
Merged

Documentation/uorb: Fix command references in uORB docs.#18928
xiaoxiang781216 merged 1 commit into
apache:masterfrom
Zepp-Hanzj:docs/uorb-command-reference-fix

Conversation

@Zepp-Hanzj
Copy link
Copy Markdown
Contributor

Summary

Align the uORB application documentation with the actual command names,
source layout, and configuration options in apps/system/uorb.

Details

This PR updates Documentation/applications/system/uorb/index.rst to:

  • describe both uorb_listener and uorb_generator
  • reflect the actual file layout under apps/system/uorb
  • use the registered NSH command names in the usage examples
  • document the relevant Kconfig options used to enable these tools
  • align the documented listener and generator options with the current implementation

Impact

Documentation only. No runtime behavior changes.

Testing

cd Documentation
make html SPHINXOPTS="-W" -j

Align the uORB application documentation with the actual command names, source layout, and configuration options in apps/system/uorb.

This updates the page to describe both uorb_listener and uorb_generator, uses the registered NSH command names in usage examples, and documents the listener and generator options to match the current implementation.

It also adds the relevant Kconfig enablement notes so the documented commands are easier to find and use.

Tested with:
- make html SPHINXOPTS="-W" -j

Signed-off-by: hanzhijian <hanzhijian@zepp.com>
@linguini1
Copy link
Copy Markdown
Contributor

Was it not determined that uorb_generator doesn't exist in the NuttX apps tree?

@xiaoxiang781216 xiaoxiang781216 merged commit 41cd6eb into apache:master May 21, 2026
3 checks passed
@Zepp-Hanzj
Copy link
Copy Markdown
Contributor Author

Zepp-Hanzj commented May 22, 2026 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: Documentation Improvements or additions to documentation Size: S The size of the change in this PR is small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants