-
Notifications
You must be signed in to change notification settings - Fork 1.4k
doc: Misc doc edits pre 3.2.0-rc1 release #25868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: ddddef5ed7e0d66f851f2b56e19cab25a1a58ce3 more detailssdk-nrf:
Github labels
List of changed files detected by CI (4)Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
fbdb556 to
61a59d0
Compare
There was a problem hiding this 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 PR updates documentation for the upcoming 3.2.0-rc1 release, primarily updating version numbers and requirements for nRF54H20 development tools.
- Updated nrfutil device and trace command version requirements
- Updated nRF54H20 IronSide SE binaries version reference
- Added sdk-manager command to required nRF Util tools list
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| doc/nrf/shortcuts.txt | Updated version shortcuts for nrfutil device (2.13.1→2.15.2) and trace (4.0.1→4.4.0) commands |
| doc/nrf/releases_and_maturity/migration/migration_guide_3.2.rst | Updated IronSide SE binaries version reference from v23.0.1+16 to v23.1.0+19 |
| doc/nrf/app_dev/device_guides/nrf54h/ug_nrf54h20_gs.rst | Added sdk-manager command to requirements table and installation instructions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsdoc.z6.web.core.windows.net/PR-25868/nrf/app_dev/device_guides/nrf54h/ug_nrf54h20_gs.html |
61a59d0 to
2fc7053
Compare
Miscellaneous doc updates -for the upcoming 3.2.0-rc1 release. Signed-off-by: Francesco Domenico Servidio <[email protected]>
2fc7053 to
ddddef5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| nrfutil sdk-manager toolchain launch --ncs-version |release| --shell | ||
| This example command starts the toolchain environment for the |NCS| |release|.#. In the terminal window, navigate to the :file:`zephyr/samples/sysbuild/hello_world` folder containing the sample. |
Copilot
AI
Nov 27, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing newline before the numbered step marker. The line should end after '|release|.' and the step marker '#.' should be on line 252.
| This example command starts the toolchain environment for the |NCS| |release|.#. In the terminal window, navigate to the :file:`zephyr/samples/sysbuild/hello_world` folder containing the sample. | |
| This example command starts the toolchain environment for the |NCS| |release|. | |
| #. In the terminal window, navigate to the :file:`zephyr/samples/sysbuild/hello_world` folder containing the sample. |
kylebonnici
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| ******************** | ||
|
|
||
| Install the |NCS| following the instructions in the :ref:`install_ncs` documentation page. | ||
| Install the |NCS| following the instructions for both Visual Studio Code and the command line in the :ref:`install_ncs` documentation page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Install the |NCS| following the instructions for both Visual Studio Code and the command line in the :ref:`install_ncs` documentation page. | |
| Install the |NCS| following the instructions for both |VSC| and the command line in the :ref:`install_ncs` documentation page. |
Miscellaneous doc updates -for the upcoming 3.2.0-rc1 release.