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

manifest: sdk-zephyr: [nrf fromlist] drivers: mspi: Add driver for Designware SSI based controllers #18005

Merged

Conversation

NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#2136

@NordicBuilder NordicBuilder requested a review from a team as a code owner October 18, 2024 10: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 Oct 18, 2024
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 18, 2024

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@36a1e64 nrfconnect/sdk-zephyr@9edbdaf (main) nrfconnect/[email protected]

All manifest checks OK

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 18, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 3565fab5fbcaa6d66708eb1d1bf848260778f025
zephyr: PR head: 9edbdaf1cc6b20e1a070b9ce20bde88a30f5c35c

more details

sdk-nrf:

PR head: 3565fab5fbcaa6d66708eb1d1bf848260778f025
merge base: 16aff7b7f85cc948de439cc34268c9139c06aa62
target head (main): e23b798146c595e9a4349f27b7c3a3651a8a10de
Diff

zephyr:

PR head: 9edbdaf1cc6b20e1a070b9ce20bde88a30f5c35c
merge base: 36a1e64bc8414029324cb4e8a4828c13c170f3fc
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 (66)
tests
│  ├── benchmarks
│  │  ├── peripheral_load
│  │  │  ├── src
│  │  │  │  │ flash_thread.c
│  │  ├── power_consumption
│  │  │  ├── flash
│  │  │  │  ├── src
│  │  │  │  │  │ driver_test.c
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf54h20dk
│  │  │  │  ├── nrf54h20dk_nrf54h20-memory_map.dtsi
│  │  │  │  ├── nrf54h20dk_nrf54h20-pinctrl.dtsi
│  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.dts
│  │  │  ├── nrf9280pdk
│  │  │  │  ├── nrf9280pdk_nrf9280-pinctrl.dtsi
│  │  │  │  │ nrf9280pdk_nrf9280_cpuapp.dts
│  ├── drivers
│  │  ├── clock_control
│  │  │  │ clock_control_nrf2_common.c
│  │  ├── flash
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.mspi
│  │  │  │ flash_mspi_nor.c
│  │  ├── mspi
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.dw
│  │  │  ├── mspi_dw.c
│  │  │  ├── mspi_dw.h
│  │  │  │ mspi_dw_vendor_specific.h
│  │  ├── pinctrl
│  │  │  │ pinctrl_nrf.c
│  │  ├── spi
│  │  │  ├── spi_dw.c
│  │  │  │ spi_nrfx_spim.c
│  ├── dts
│  │  ├── bindings
│  │  │  ├── mspi
│  │  │  │  │ snps,designware-ssi.yaml
│  │  │  ├── mtd
│  │  │  │  │ jedec,mspi-nor.yaml
│  │  │  ├── spi
│  │  │  │  │ nordic,nrf-exmif.yaml
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  ├── nrf54h20.dtsi
│  │  │  │  │ nrf9280.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── dt-bindings
│  │  │  │  ├── pinctrl
│  │  │  │  │  │ nrf-pinctrl.h
│  ├── samples
│  │  ├── application_development
│  │  │  ├── code_relocation_nocopy
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │ linker_arm_nocopy.ld
│  │  ├── boards
│  │  │  ├── nordic
│  │  │  │  ├── coresight_stm
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  ├── drivers
│  │  │  ├── jesd216
│  │  │  │  ├── boards
│  │  │  │  │  ├── bmd_345_eval.conf
│  │  │  │  │  ├── mr_canhubk3.conf
│  │  │  │  │  ├── nrf52840dk_nrf52840.conf
│  │  │  │  │  │ nrf52840dk_nrf52840_spi.conf
│  │  │  │  ├── prj.conf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── spi_flash
│  │  │  │  ├── boards
│  │  │  │  │  ├── adafruit_feather_nrf52840_sense.conf
│  │  │  │  │  ├── em_starterkit_emsk_em9d.conf
│  │  │  │  │  ├── emsdp_emsdp_em11d.conf
│  │  │  │  │  ├── mec172xevb_assy6906.conf
│  │  │  │  │  ├── nrf52840_mdk.conf
│  │  │  │  │  ├── nrf52840dk_nrf52840.conf
│  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  │  ├── stm32h735g_disco.conf
│  │  │  │  │  │ stm32h7b3i_dk.conf
│  │  │  │  ├── prj.conf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  ├── scripts
│  │  ├── west_commands
│  │  │  ├── runners
│  │  │  │  │ jlink.py
│  ├── soc
│  │  ├── nordic
│  │  │  ├── nrf54l
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  │ soc.c
│  ├── tests
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── coresight_stm
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── pytest
│  │  │  │  │  │  │ test_stm.py
│  │  │  │  │  ├── remote
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │ prj.conf
│  │  │  │  │  ├── sysbuild.cmake
│  │  │  │  │  │ testcase.yaml
│  │  ├── drivers
│  │  │  ├── flash
│  │  │  │  ├── common
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c

Outputs:

Toolchain

Version:
Build docker image:

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

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-sdk-audio
    • ◻️ test-fw-nrfconnect-chip
    • ◻️ test-fw-nrfconnect-nfc
    • ◻️ test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • ◻️ test-fw-nrfconnect-nrf-iot_thingy91
    • ◻️ test-fw-nrfconnect-rs
    • ◻️ test-fw-nrfconnect-fem
    • ◻️ test-fw-nrfconnect-thread
    • ◻️ test-sdk-find-my
    • ◻️ test-sdk-sidewalk
    • ◻️ test-low-level
    • ◻️ test-sdk-dfu
    • ⚠️ test-fw-nrfconnect-nrf-iot_cloud
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-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_crypto
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-zigbee
    • 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

@NordicBuilder
Copy link
Contributor Author

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 Publishing GitHub Action.

@thst-nordic
Copy link
Contributor

CI/Jenkins/toolchain Failing after 5m — building toolchain
rebase will fix this

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2136 branch from 8781fb2 to 482f03b Compare October 18, 2024 14:08
@anangl anangl force-pushed the auto-manifest-sdk-zephyr-2136 branch from 482f03b to ae89a01 Compare October 18, 2024 14:11
@anangl
Copy link
Contributor

anangl commented Oct 18, 2024

Rebased.

@anangl anangl force-pushed the auto-manifest-sdk-zephyr-2136 branch from ae89a01 to f8a956a Compare October 21, 2024 11:17
@anangl anangl requested a review from a team as a code owner October 21, 2024 11:17
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2136 branch from f8a956a to e76204e Compare October 21, 2024 11:18
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2136 branch from e76204e to 687867b Compare November 5, 2024 09:44
@anangl anangl force-pushed the auto-manifest-sdk-zephyr-2136 branch from 687867b to 219091d Compare November 5, 2024 09:46
@anangl
Copy link
Contributor

anangl commented Nov 5, 2024

Rebased.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2136 branch 2 times, most recently from 0ab01bc to 72e8a65 Compare November 8, 2024 13:43
@anangl anangl force-pushed the auto-manifest-sdk-zephyr-2136 branch from 72e8a65 to 1be3f96 Compare November 8, 2024 13:44
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2136 branch from 1be3f96 to 9c4726a Compare November 8, 2024 13:45
@anangl anangl force-pushed the auto-manifest-sdk-zephyr-2136 branch from 9c4726a to c0c3766 Compare November 15, 2024 08:43
@anangl
Copy link
Contributor

anangl commented Nov 15, 2024

Rebased.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2136 branch from c0c3766 to 875adbd Compare November 15, 2024 08:44
@NordicBuilder
Copy link
Contributor Author

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.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2136 branch 2 times, most recently from 99da8a6 to 1fc5665 Compare December 9, 2024 11:15
@shanthanordic shanthanordic added this to the 2.9.0-nRF54H20 milestone Dec 10, 2024
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2136 branch 2 times, most recently from 950313b to 4a536ec Compare December 14, 2024 19:44
... so that the tests can be built for nRF54H20 and nRF9280 after they
are switched to use the new MSPI driver for EXMIF.

Signed-off-by: Andrzej Głąbek <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2136 branch from 4a536ec to 1354980 Compare December 15, 2024 19:16
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2136 branch from 1354980 to 3565fab Compare December 16, 2024 12:24
@NordicBuilder NordicBuilder removed the DNM label Dec 16, 2024
@carlescufi carlescufi merged commit b0461ac into nrfconnect:main Dec 16, 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. manifest manifest-zephyr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants