-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
doc: add release docs for bundle v0.9.0 #20044
base: main
Are you sure you want to change the base?
Conversation
Ref: NCSDK-31339 Signed-off-by: Håkon Amundsen <haakon.amundsen@nordicsemi.no>
I'm not sure about whether to keep the previous entry or not. Thoughts? Also I'm not sure about keeping the list item of the 2.9.0-nrf54h20 release. |
Added DNM while waiting for test results and release of bundle |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: b0d04e6b4eb79b65c7e0b81d3b063a78ba96543f more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
||
* Several services from SSF over ADAC. | ||
* Reset event service. | ||
* SDFW will now enter the suspend to RAM state when tracing is enabled. |
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.
The effect of this should be a noticeably reduced power consumption when tracing is enabled. Maybe that is more relevant to the reader here.
* Clock control is enabled in SDFW. | ||
* Global domain power request service is integrated in SDFW. | ||
* PUF values from SDROM are cleared on boot. | ||
* SUIT in-place updatable components (IPUC) are now available to local domains over IPC through the SSF IPUC service. |
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.
This feature is apparently meant to be exposed through a higher level software component which is not ready yet, so it may not be worth mentioning here
* Local domain reset will trigger a global reset. | ||
``RESETINFO`` will contain both the global and local reset reason. | ||
* All processors are booted regardless of whether they have firmware. | ||
They are booted in halted mode if no firmware is present. |
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.
I think some of these changes would still be very noticeable to someone not having used the 0.8.0 version - do we want to remove them entirely?
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.
I agree, would an alternative be to not remove entries from old bundles? IMO all changes from all publicly available bundles should be listed here.
* - |NCS| v2.9.0-nRF54H20 | ||
- `nRF54H20 SoC Binaries v0.8.0`_, compatible with the nRF54H20 DK v0.9.0 and later revisions. | ||
* - |NCS| v2.9.0-nRF54H20-1 | ||
- `nRF54H20 SoC Binaries v0.9.0`_, compatible with the nRF54H20 DK v0.9.0 and later revisions. |
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.
If you wanna add this here, you have to also add the corresponding link to the bundle in the links.txt file. If you search for nRF54H20 SoC Binaries v0. you will find the block where all the soc binaries links are located.
Ref: NCSDK-31339