Skip to content

Conversation

@kl-cruz
Copy link
Contributor

@kl-cruz kl-cruz commented Mar 11, 2025

Addition of the nRF54LM20A and nRF54LV10A devices with corresponding board.

@github-actions github-actions bot added doc-required PR must not be merged without tech writer approval. manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Mar 11, 2025
@kl-cruz

This comment was marked as outdated.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Mar 11, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Mar 11, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: bcadacd51bc2cdd13f4338b17362424f102f3ebd

more details

sdk-nrf:

PR head: bcadacd51bc2cdd13f4338b17362424f102f3ebd
merge base: b62a0ed4068e476b8f8b36bbbc7cbfc951230487
target head (main): b62a0ed4068e476b8f8b36bbbc7cbfc951230487
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 (33)
.github
│  │ test-spec.yml
CODEOWNERS
boards
│  ├── nordic
│  │  ├── nrf54lm20apdk
│  │  │  ├── Kconfig.defconfig
│  │  │  ├── Kconfig.nrf54lm20apdk
│  │  │  ├── board.cmake
│  │  │  ├── board.yml
│  │  │  ├── nrf54lm20a_cpuapp_common.dtsi
│  │  │  ├── nrf54lm20apdk_nrf54lm20a-common.dtsi
│  │  │  ├── nrf54lm20apdk_nrf54lm20a-pinctrl.dtsi
│  │  │  ├── nrf54lm20apdk_nrf54lm20a_cpuapp.dts
│  │  │  ├── nrf54lm20apdk_nrf54lm20a_cpuapp.yaml
│  │  │  │ nrf54lm20apdk_nrf54lm20a_cpuapp_defconfig
│  │  ├── nrf54lv10apdk
│  │  │  ├── Kconfig.defconfig
│  │  │  ├── Kconfig.nrf54lv10apdk
│  │  │  ├── board.cmake
│  │  │  ├── board.yml
│  │  │  ├── nrf54lv10a_cpuapp_common.dtsi
│  │  │  ├── nrf54lv10apdk_nrf54lv10a-common.dtsi
│  │  │  ├── nrf54lv10apdk_nrf54lv10a-pinctrl.dtsi
│  │  │  ├── nrf54lv10apdk_nrf54lv10a_cpuapp.dts
│  │  │  ├── nrf54lv10apdk_nrf54lv10a_cpuapp.yaml
│  │  │  │ nrf54lv10apdk_nrf54lv10a_cpuapp_defconfig
dts
│  ├── arm
│  │  ├── nordic
│  │  │  ├── nrf54lm20a_enga_cpuapp.dtsi
│  │  │  │ nrf54lv10a_enga_cpuapp.dtsi
│  ├── common
│  │  ├── nordic
│  │  │  ├── nrf54lm20a.dtsi
│  │  │  │ nrf54lv10a.dtsi
soc
│  ├── nordic
│  │  ├── nrf54l
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.defconfig
│  │  │  ├── Kconfig.defconfig.nrf54lm20a_enga_cpuapp
│  │  │  ├── Kconfig.defconfig.nrf54lv10a_enga_cpuapp
│  │  │  │ Kconfig.soc
│  │  │ soc.yml

Outputs:

Toolchain

Version: 4ffa2202d5
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:4ffa2202d5_8bf7ca4353

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 270
  • ✅ Integration tests
    • ✅ test-low-level
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_cloud
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • 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-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

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

@kl-cruz kl-cruz force-pushed the nrf54lm20a_soc_board_add branch 4 times, most recently from c27c29a to 8945c06 Compare March 13, 2025 08:15
@github-actions github-actions bot removed the manifest label Mar 13, 2025
@kl-cruz kl-cruz force-pushed the nrf54lm20a_soc_board_add branch from 8945c06 to 74e445a Compare March 13, 2025 09:20
@kl-cruz kl-cruz changed the title board: soc: dts: Add nRF54LM20A SOC and Board board: soc: dts: Add nRF54LM20A and nRF54LV10A Socs and Boards Mar 13, 2025
@kl-cruz kl-cruz force-pushed the nrf54lm20a_soc_board_add branch from 74e445a to ad44e43 Compare March 13, 2025 14:10
@github-actions github-actions bot removed the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Mar 13, 2025
@kl-cruz kl-cruz force-pushed the nrf54lm20a_soc_board_add branch 2 times, most recently from 9169285 to cc47064 Compare March 13, 2025 14:32
@github-actions github-actions bot removed the doc-required PR must not be merged without tech writer approval. label Mar 13, 2025
@kl-cruz kl-cruz marked this pull request as ready for review March 13, 2025 14:39
@kl-cruz kl-cruz requested review from a team as code owners March 13, 2025 14:39
@github-actions
Copy link

You can find the documentation preview for this PR here.

@nordic-piks
Copy link
Contributor

@kl-cruz what about flpr?

@nordic-piks
Copy link
Contributor

Please add https://github.com/nrfconnect/sdk-nrf/blob/main/.github/test-spec.yml#L617
new folders to trigger LL testing e.g.
soc/nordic/nrf54l/
boards/nordic/nrf54lm20apdk/
etc

@kl-cruz kl-cruz force-pushed the nrf54lm20a_soc_board_add branch from cc47064 to 6f0e821 Compare March 14, 2025 12:09
@kl-cruz kl-cruz requested a review from a team as a code owner March 14, 2025 12:09
@kl-cruz
Copy link
Contributor Author

kl-cruz commented Mar 14, 2025

@kl-cruz what about flpr?

I want to cover it in next PR. It needs more work unfortunately.

@sonarqubecloud
Copy link

@kl-cruz kl-cruz requested a review from nordic-piks March 17, 2025 08:59
@nika-nordic nika-nordic force-pushed the nrf54lm20a_soc_board_add branch from 6f0e821 to 56e4e4d Compare March 28, 2025 08:52
@nika-nordic nika-nordic requested a review from nordicjm March 28, 2025 10:17
Copy link
Contributor

@nordicjm nordicjm left a comment

Choose a reason for hiding this comment

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

small nit. changes OK

@nordic-piks nordic-piks requested a review from nordicjm April 1, 2025 06:19
kl-cruz added 5 commits April 1, 2025 09:42
Addition of the nRF54LM20A device with corresponding board.

Signed-off-by: Karol Lasończyk <[email protected]>
Addition of the nRF54LV10A device with corresponding board.

Signed-off-by: Karol Lasończyk <[email protected]>
Add entry to cover new case.

Signed-off-by: Karol Lasończyk <[email protected]>
Add entries needed by LM20A and LV10A.

Signed-off-by: Karol Lasończyk <[email protected]>
New entries related to newly adde directories.

Signed-off-by: Karol Lasończyk <[email protected]>
@nika-nordic nika-nordic force-pushed the nrf54lm20a_soc_board_add branch from 56e4e4d to bcadacd Compare April 1, 2025 07:43
@nordic-piks nordic-piks merged commit 15ccbda into nrfconnect:main Apr 1, 2025
14 checks passed
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.

7 participants