Skip to content

Conversation

nordic-segl
Copy link
Contributor

No description provided.

Switch sample from nrf54lm20pdk to nrf54lm20dk.

Update sample configuration to match the original one.

Keep execution of this sample on 54H20 and 54LM20 as this
version checks more logs (these additional logs are printed
only with host computer connected).

Signed-off-by: Sebastian Głąb <[email protected]>
Switch sample from nrf54lm20pdk to nrf54lm20dk.

Update sample configuration to match the original one.

Keep execution of this sample on 54H20 and 54LM20 as this
version checks more logs (these additional logs are printed
only with host computer connected).

Signed-off-by: Sebastian Głąb <[email protected]>
Switch sample from nrf54lm20pdk to nrf54lm20dk.

Update sample configuration to match the original one.

Keep execution of this sample on 54H20 and 54LM20 as this
version checks more logs (these additional logs are printed
only with host computer connected).

Signed-off-by: Sebastian Głąb <[email protected]>
Switch sample from nrf54lm20pdk to nrf54lm20dk.

Update sample configuration to match the original one.

Keep execution of this sample on 54H20 and 54LM20 as this
version checks more logs (these additional logs are printed
only with host computer connected).

Signed-off-by: Sebastian Głąb <[email protected]>
Switch test from nrf54lm20pdk to nrf54lm20dk.

Signed-off-by: Sebastian Głąb <[email protected]>
Enable USB tests on nrf54lm20dk.
Update USB samples code.

Include:
zephyrproject-rtos/zephyr#95020
nrfconnect/sdk-zephyr#3230

Signed-off-by: Sebastian Głąb <[email protected]>
@nordic-segl nordic-segl requested review from a team as code owners August 26, 2025 13:19
@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Aug 26, 2025
@github-actions
Copy link

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@5ca258a (main) nrfconnect/sdk-zephyr#3230 nrfconnect/sdk-zephyr#3230/files

DNM label due to: 1 project with PR revision

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

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Aug 26, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 81eaf53da69ea251010cd8f3e71a1c58ca40d589
zephyr: PR head: f1beda60baf183150a8784c75d6580e2bca6ab13

more details

sdk-nrf:

PR head: 81eaf53da69ea251010cd8f3e71a1c58ca40d589
merge base: 2a602778a1d21c9c5a398a93620dbf398dbf4420
target head (main): 2a602778a1d21c9c5a398a93620dbf398dbf4420
Diff

zephyr:

PR head: f1beda60baf183150a8784c75d6580e2bca6ab13
merge base: 5ca258a1523d6f9a9211c51770fa7e7be2fa27ad
target head (main): 5ca258a1523d6f9a9211c51770fa7e7be2fa27ad
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 (49)
samples
│  ├── zephyr
│  │  ├── subsys
│  │  │  ├── usb
│  │  │  │  ├── cdc_acm
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── app.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │ usbd_next_prj.conf
│  │  │  │  ├── hid-keyboard
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── hid-mouse
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── mass
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │ usbd_next_prj.conf
tests
│  ├── subsys
│  │  ├── usb
│  │  │  ├── negotiated_speed
│  │  │  │  │ testcase.yaml
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf54lm20dk
│  │  │  │  │ nrf54lm20dk_nrf54lm20a_cpuapp.yaml
│  ├── samples
│  │  ├── subsys
│  │  │  ├── usb
│  │  │  │  ├── cdc_acm
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ usbd_next_prj.conf
│  │  │  │  ├── hid-mouse
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── app.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ usbd_next_prj.conf
│  │  │  │  ├── legacy
│  │  │  │  │  ├── cdc_acm
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── README.rst
│  │  │  │  │  │  ├── app.overlay
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── hid-mouse
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── README.rst
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── mass
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── README.rst
│  │  │  │  │  │  ├── app.overlay
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  ├── mass
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ rpi_pico_rp2040_w.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ usbd_next_prj.conf

Outputs:

Toolchain

Version: 53a57c4d75
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:53a57c4d75_bba2ea5f2e

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 566
    • sdk-zephyr test count: 814
  • ✅ Integration tests
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-fem
    • ✅ test-sdk-find-my
    • ✅ test-low-level
    • ✅ test-sdk-mcuboot
    • ✅ test-sdk-dfu
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • 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-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-sdk-audio
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

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

@github-actions
Copy link

You can find the documentation preview for this PR here.

@nordic-segl nordic-segl deleted the NRFX-7936_Switch-USB-tests-to-nrf54lm20dk branch August 27, 2025 11:14
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. DNM manifest manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants