Skip to content
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: 54H EngB + C support drop #18912

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

FrancescoSer
Copy link
Contributor

Updated docs to mention end of support for 54H20 EngB EngC.

@github-actions github-actions bot added doc-required PR must not be merged without tech writer approval. changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Nov 15, 2024
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Nov 15, 2024

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 4

Inputs:

Sources:

sdk-nrf: PR head: 129ead835e3d2a0fea2c7b14211f71ac8a0b56b0

more details

sdk-nrf:

PR head: 129ead835e3d2a0fea2c7b14211f71ac8a0b56b0
merge base: e6443ca70a94483de5ac34318c0028f3e95741e2
target head (main): c1b02b4bcebffb1c91daf3ee21eceaf48d0382a7
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (4)
doc
│  ├── nrf
│  │  ├── app_dev
│  │  │  ├── device_guides
│  │  │  │  ├── working_with_nrf
│  │  │  │  │  ├── nrf54h
│  │  │  │  │  │  │ ug_nrf54h20_gs.rst
│  │  ├── releases_and_maturity
│  │  │  ├── abi_compatibility.rst
│  │  │  ├── migration
│  │  │  │  │ migration_guide_2.9.rst
│  │  │ shortcuts.txt

Outputs:

Toolchain

Version:
Build docker image:

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_nrf_provisioning
    • test-fw-nrfconnect-nrf-iot_positioning
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread
    • test-fw-nrfconnect-zigbee
    • test-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-sidewalk
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

@FrancescoSer FrancescoSer added this to the 2.9.0 milestone Nov 15, 2024
@FrancescoSer FrancescoSer marked this pull request as ready for review November 15, 2024 11:07
@FrancescoSer FrancescoSer requested review from a team as code owners November 15, 2024 11:07
@FrancescoSer FrancescoSer requested a review from b-gent November 15, 2024 11:16
@NordicBuilder
Copy link
Contributor

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publish GitHub Action.

Dependencies
------------

The following required dependencies for the nRF54H20 SoC and DK have been updated.
Copy link
Contributor

Choose a reason for hiding this comment

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

Is something missing here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not really, just preparing the section for later edits

@FrancescoSer FrancescoSer requested review from peknis and a team November 15, 2024 12:48
Copy link

@shanthanordic shanthanordic left a comment

Choose a reason for hiding this comment

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

How about the old migrataion guides from cs to 2.7.0, should they all be removed as well.

@FrancescoSer
Copy link
Contributor Author

How about the old migrataion guides from cs to 2.7.0, should they all be removed as well.

We should not remove them till the documentation is available for versions up to 2.7. There are direct links to those guides, removing the pages would break the old documentation. However, we could orphan old migration guides. @b-gent

Updated docs to mention end of support for 54H20 EngB EngC.

Signed-off-by: Francesco Domenico Servidio <[email protected]>
@FrancescoSer
Copy link
Contributor Author

@carlescufi @shanthanordic Could you review this PR?

@@ -28,6 +28,8 @@ The following table illustrates ABI compatibility between different versions of

* - |NCS| versions
- Compatible nRF54H20 SoC binaries version
* - |NCS| v2.9.0

Choose a reason for hiding this comment

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

Are we sure that Binaries bundle will not change for 2.9.0?

@carlescufi carlescufi merged commit 1ac3327 into nrfconnect:main Nov 21, 2024
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. doc-required PR must not be merged without tech writer approval.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants