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

SDP: fix max frequency and device frequency in MSPI API test #20320

Merged
merged 2 commits into from
Feb 26, 2025

Conversation

magp-nordic
Copy link
Contributor

@magp-nordic magp-nordic commented Feb 12, 2025

Remove dummy device from MSPI API test overlay for nRF54L15, since external flash is already defined in snippets.
Fix device frequency in MSPI API test. (updated in other PR).
Fix max frequency available on SDP MSPI.
Move definition of external flash to board overlay.

@magp-nordic magp-nordic requested review from masz-nordic and a team February 12, 2025 16:33
@magp-nordic magp-nordic requested review from a team as code owners February 12, 2025 16:33
@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 Feb 12, 2025
@magp-nordic magp-nordic changed the title SDP: fix max frequency and remove dummy device from test SDP: fix max frequency and remove dummy device from MSPI API test Feb 12, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Feb 12, 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 Feb 12, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 0f50278968a00cd7bc4bb15f4663f344c71ccd59

more details

sdk-nrf:

PR head: 0f50278968a00cd7bc4bb15f4663f344c71ccd59
merge base: b88c1413cdb6ccfbc3d06034c36249b34d92cccc
target head (main): b88c1413cdb6ccfbc3d06034c36249b34d92cccc
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 (3)
snippets
│  ├── sdp
│  │  ├── mspi
│  │  │  ├── board
│  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  ├── snippet.yml
│  │  │  ├── soc
│  │  │  │  │ nrf54l15_cpuapp.overlay

Outputs:

Toolchain

Version: aedb4c0245
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:aedb4c0245_bece0367df

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 36
  • ✅ 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-fw-nrfconnect-zigbee
    • 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.

@magp-nordic
Copy link
Contributor Author

@masz-nordic CI is green

@magp-nordic magp-nordic changed the title SDP: fix max frequency and remove dummy device from MSPI API test SDP: fix max frequency and device frequency in MSPI API test Feb 19, 2025
@magp-nordic magp-nordic force-pushed the NRFX-6703-max-freq-fix branch 3 times, most recently from f92d746 to 39d1e35 Compare February 20, 2025 14:00
@magp-nordic magp-nordic requested a review from nordicjm February 20, 2025 14:01
Copy link

After documentation is built, you will find the preview for this PR here.

@magp-nordic magp-nordic force-pushed the NRFX-6703-max-freq-fix branch 2 times, most recently from c6de61c to e338a4c Compare February 21, 2025 16:06
@magp-nordic
Copy link
Contributor Author

@nrfconnect/ncs-co-build-system , please, review.

@magp-nordic magp-nordic force-pushed the NRFX-6703-max-freq-fix branch from d93033a to 83b679f Compare February 26, 2025 10:22
@github-actions github-actions bot removed the manifest label Feb 26, 2025
Fix maximal possible frequency value in SDP MSPI.

Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Move definition of external flash on nRF54L15 DK to board
overlay.

Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
@magp-nordic magp-nordic mentioned this pull request Feb 26, 2025
@masz-nordic masz-nordic merged commit d37d9f6 into nrfconnect:main Feb 26, 2025
13 of 15 checks passed
@magp-nordic magp-nordic deleted the NRFX-6703-max-freq-fix branch February 26, 2025 12:25
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants