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

applications: nrf_desktop: Add nRF54L10/nRF54L05 support #20000

Merged
merged 4 commits into from
Jan 23, 2025

Conversation

MarekPieta
Copy link
Contributor

@MarekPieta MarekPieta commented Jan 20, 2025

nRF54L10/nRF54L05 is emulated on nRF54L15 DK.

Jira: NCSDK-30311

@MarekPieta MarekPieta requested a review from pdunaj January 20, 2025 15:49
@MarekPieta MarekPieta requested a review from a team as a code owner January 20, 2025 15:49
@github-actions github-actions bot added the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Jan 20, 2025
@MarekPieta MarekPieta removed the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Jan 20, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Jan 20, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 5c5d616c5a0eddf755ea4f74e57560b972fcf76f

more details

sdk-nrf:

PR head: 5c5d616c5a0eddf755ea4f74e57560b972fcf76f
merge base: 1c36f9c6163f8b4f2b8d94693243b78da5465fdd
target head (main): 47c18832e293d6f3e11b91c753ce436e62a46265
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 (68)
applications
│  ├── nrf_desktop
│  │  ├── board_configuration.rst
│  │  ├── configuration
│  │  │  ├── nrf54l15dk_nrf54l05_cpuapp
│  │  │  │  ├── app.overlay
│  │  │  │  ├── app_common.dtsi
│  │  │  │  ├── app_release.overlay
│  │  │  │  ├── app_release_fast_pair.overlay
│  │  │  │  ├── app_release_keyboard.overlay
│  │  │  │  ├── buttons_def.h
│  │  │  │  ├── buttons_sim_def.h
│  │  │  │  ├── click_detector_def.h
│  │  │  │  ├── hid_keyboard_leds_def.h
│  │  │  │  ├── hid_keyboard_leds_def_keyboard.h
│  │  │  │  ├── hid_keymap_def.h
│  │  │  │  ├── hid_keymap_def_keyboard.h
│  │  │  │  ├── images
│  │  │  │  │  ├── mcuboot
│  │  │  │  │  │  ├── app.overlay
│  │  │  │  │  │  ├── mcuboot_private.pem
│  │  │  │  │  │  ├── mcuboot_private_fast_pair.pem
│  │  │  │  │  │  ├── prj_release.conf
│  │  │  │  │  │  ├── prj_release_fast_pair.conf
│  │  │  │  │  │  │ prj_release_keyboard.conf
│  │  │  │  ├── led_state_def.h
│  │  │  │  ├── pm_static.yml
│  │  │  │  ├── pm_static_release.yml
│  │  │  │  ├── pm_static_release_fast_pair.yml
│  │  │  │  ├── pm_static_release_keyboard.yml
│  │  │  │  ├── port_state_def.h
│  │  │  │  ├── prj.conf
│  │  │  │  ├── prj_release.conf
│  │  │  │  ├── prj_release_fast_pair.conf
│  │  │  │  ├── prj_release_keyboard.conf
│  │  │  │  ├── sysbuild_release.conf
│  │  │  │  ├── sysbuild_release_fast_pair.conf
│  │  │  │  │ sysbuild_release_keyboard.conf
│  │  │  ├── nrf54l15dk_nrf54l10_cpuapp
│  │  │  │  ├── app.overlay
│  │  │  │  ├── app_common.dtsi
│  │  │  │  ├── app_release.overlay
│  │  │  │  ├── buttons_def.h
│  │  │  │  ├── buttons_sim_def.h
│  │  │  │  ├── click_detector_def.h
│  │  │  │  ├── hid_keyboard_leds_def.h
│  │  │  │  ├── hid_keyboard_leds_def_keyboard.h
│  │  │  │  ├── hid_keymap_def.h
│  │  │  │  ├── hid_keymap_def_keyboard.h
│  │  │  │  ├── images
│  │  │  │  │  ├── mcuboot
│  │  │  │  │  │  ├── app.overlay
│  │  │  │  │  │  ├── mcuboot_private.pem
│  │  │  │  │  │  ├── mcuboot_private_fast_pair.pem
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── prj_fast_pair.conf
│  │  │  │  │  │  ├── prj_keyboard.conf
│  │  │  │  │  │  │ prj_release.conf
│  │  │  │  ├── led_state_def.h
│  │  │  │  ├── pm_static.yml
│  │  │  │  ├── pm_static_fast_pair.yml
│  │  │  │  ├── pm_static_keyboard.yml
│  │  │  │  ├── pm_static_release.yml
│  │  │  │  ├── port_state_def.h
│  │  │  │  ├── prj.conf
│  │  │  │  ├── prj_fast_pair.conf
│  │  │  │  ├── prj_keyboard.conf
│  │  │  │  ├── prj_release.conf
│  │  │  │  ├── sysbuild.conf
│  │  │  │  ├── sysbuild_fast_pair.conf
│  │  │  │  ├── sysbuild_keyboard.conf
│  │  │  │  │ sysbuild_release.conf
│  │  │  ├── nrf54l15dk_nrf54l15_cpuapp
│  │  │  │  ├── hid_keyboard_leds_def_keyboard.h
│  │  │  │  │ led_state_def.h
│  │  ├── description.rst
│  │  │ sample.yaml
doc
│  ├── nrf
│  │  ├── releases_and_maturity
│  │  │  ├── releases
│  │  │  │  │ release-notes-changelog.rst

Outputs:

Toolchain

Version: 342151af73
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:342151af73_912848a074

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 86
  • ✅ Integration tests
    • ✅ desktop52_verification
Disabled integration tests
    • 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_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

@NordicBuilder
Copy link
Contributor

You can find the documentation preview for this PR at this link.

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

@lemrey
Copy link
Contributor

lemrey commented Jan 20, 2025

This is PR number 20.000

@github-actions github-actions bot added the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Jan 21, 2025
@MarekPieta MarekPieta changed the title applications: nrf_desktop: Add nRF54L10 support applications: nrf_desktop: Add nRF54L10/nRF54L05 support Jan 21, 2025
@MarekPieta MarekPieta removed the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Jan 21, 2025
Copy link
Contributor

@mkapala-nordic mkapala-nordic left a comment

Choose a reason for hiding this comment

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

Consider adding pm_static.yml for debug config of L05.
Overall LGTM

@MarekPieta MarekPieta requested review from a team as code owners January 22, 2025 07:10
@github-actions github-actions bot added the doc-required PR must not be merged without tech writer approval. label Jan 22, 2025
nRF54L10 is emulated on nRF54L15 DK.

Jira: NCSDK-30311

Signed-off-by: Marek Pieta <[email protected]>
nRF54L05 is emulated on nRF54L15 DK.

Jira: NCSDK-30311

Signed-off-by: Marek Pieta <[email protected]>
Change adds documentation for nRF54L05/nRF54L10 support. It also
introduces some minor doc improvements from tech-writers' review.

Jira: NCSDK-30311

Signed-off-by: Marek Pieta <[email protected]>
Signed-off-by: Pekka Niskanen <[email protected]>
Signed-off-by: Divya Pillai <[email protected]>
Single backticks are enough in headers.

Signed-off-by: Marek Pieta <[email protected]>
Signed-off-by: Pekka Niskanen <[email protected]>
@MarekPieta
Copy link
Contributor Author

MarekPieta commented Jan 22, 2025

#20036 should go in first

Edit: Merged already

@nordicjm nordicjm merged commit 6cfd40b into nrfconnect:main Jan 23, 2025
13 checks passed
@MarekPieta MarekPieta deleted the nrf54l10_support branch January 23, 2025 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-required PR must not be merged without tech writer approval.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants