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: boards: nrf54h20: refactor MRAM board level code #17911

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

NordicBuilder
Copy link
Contributor

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

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

NordicBuilder commented Oct 15, 2024

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@3adbc32 nrfconnect/sdk-zephyr#2115 nrfconnect/sdk-zephyr#2115/files

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

@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.

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 15, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 24fb9c5b6892204703fb574607efe4b95ce85507
zephyr: PR head: 95df241052ac9e902577c4d5ff7a01c3dcc8fe85

more details

sdk-nrf:

PR head: 24fb9c5b6892204703fb574607efe4b95ce85507
merge base: 8a331438456d02f6adc24f190998cf0c112b821d
target head (main): 5e2195616fb9554810b39352c54ec787cbcd01ba
Diff

zephyr:

PR head: 95df241052ac9e902577c4d5ff7a01c3dcc8fe85
merge base: 3adbc32d808ab54dde47f0ec04dded8555e7593a
target head (main): 54adfa782b384701fd8c645e371f339135b4a3a2
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 (41)
samples
│  ├── suit
│  │  ├── flash_companion
│  │  │  │ prj.conf
tests
│  ├── benchmarks
│  │  ├── multicore
│  │  │  ├── idle
│  │  │  │  │ testcase.yaml
│  │  │  ├── idle_adc
│  │  │  │  ├── prj.conf
│  │  │  │  ├── remote
│  │  │  │  │  │ prj.conf
│  │  │  ├── idle_gpio
│  │  │  │  ├── prj_s2ram.conf
│  │  │  │  ├── remote
│  │  │  │  │  │ prj_s2ram.conf
│  │  │  ├── idle_hpu_temp_meas
│  │  │  │  │ prj.conf
│  │  │  ├── idle_outside_of_main
│  │  │  │  ├── prj.conf
│  │  │  │  ├── remote
│  │  │  │  │  │ prj.conf
│  │  │  ├── idle_spim
│  │  │  │  ├── prj.conf
│  │  │  │  ├── remote
│  │  │  │  │  │ prj.conf
│  │  │  ├── idle_spim_loopback
│  │  │  │  │ prj_s2ram.conf
│  │  │  ├── idle_twim
│  │  │  │  ├── prj.conf
│  │  │  │  ├── remote
│  │  │  │  │  │ prj.conf
│  │  │  ├── idle_uarte
│  │  │  │  │ prj.conf
│  │  │  ├── idle_usb
│  │  │  │  │ prj.conf
│  │  │  ├── idle_with_pwm
│  │  │  │  ├── prj_s2ram.conf
│  │  │  │  ├── remote
│  │  │  │  │  │ prj_s2ram.conf
│  │  ├── power_consumption
│  │  │  ├── adc
│  │  │  │  │ prj.conf
│  │  │  ├── adc_async
│  │  │  │  │ prj.conf
│  │  │  ├── common
│  │  │  │  ├── remote_sleep_forever
│  │  │  │  │  │ prj.conf
│  │  │  ├── flash
│  │  │  │  │ prj.conf
│  │  │  ├── gpio
│  │  │  │  │ prj.conf
│  │  │  ├── i2c
│  │  │  │  │ prj.conf
│  │  │  ├── qdec
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  ├── spi
│  │  │  │  │ prj.conf
│  │  │  ├── temperature_sensor
│  │  │  │  │ prj.conf
│  │  │  ├── timer_waiting
│  │  │  │  │ prj.conf
│  │  │  ├── uart_async
│  │  │  │  │ prj.conf
│  │  │  ├── uart_polling
│  │  │  │  │ prj.conf
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf54h20dk
│  │  │  │  │ CMakeLists.txt
│  ├── include
│  │  ├── zephyr
│  │  │  ├── bluetooth
│  │  │  │  │ l2cap.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── nrfs
│  │  │  │  │ Kconfig
│  ├── soc
│  │  ├── nordic
│  │  │  ├── nrf54h
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  │ mram.c
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── host
│  │  │  │  ├── Kconfig.l2cap
│  │  │  │  │ l2cap.c
│  ├── tests
│  │  ├── bluetooth
│  │  │  ├── tester
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ btp_l2cap.c

Outputs:

Toolchain

Version: b81a7cd864
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:b81a7cd864_912848a074

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 1279
    • sdk-zephyr test count: 6613
  • 🟡 Integration tests
    • 🟡 test-sdk-audio
    • ✅ desktop52_verification
    • 🟡 test_ble_nrf_config
    • ✅ test-fw-nrfconnect-ble_samples
    • 🟡 test-fw-nrfconnect-chip
    • 🟡 test-fw-nrfconnect-nfc
    • 🟡 test-fw-nrfconnect-nrf-iot_cloud
    • 🟡 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-sdk-dfu
Disabled integration tests
    • doc-internal
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • 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_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • 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

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

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2115 branch 2 times, most recently from 4b94419 to 2c5619e Compare November 4, 2024 16:32
@gmarull gmarull force-pushed the auto-manifest-sdk-zephyr-2115 branch from 2c5619e to 16911f0 Compare November 4, 2024 16:35
@gmarull gmarull requested review from adamkondraciuk and a team as code owners November 4, 2024 16:35
@gmarull gmarull force-pushed the auto-manifest-sdk-zephyr-2115 branch 2 times, most recently from 5fde83b to 5c89c55 Compare November 5, 2024 20:04
@gmarull gmarull requested a review from a team as a code owner November 5, 2024 20:04
@gmarull gmarull force-pushed the auto-manifest-sdk-zephyr-2115 branch 2 times, most recently from a738bb5 to b9f81d5 Compare November 6, 2024 11:53
@gmarull gmarull force-pushed the auto-manifest-sdk-zephyr-2115 branch 2 times, most recently from f84fc5f to d91d962 Compare November 7, 2024 11:49
@nordic-segl
Copy link
Contributor

New test was added in the mean time.
If possible, change KConfig name here too:
https://github.com/nrfconnect/sdk-nrf/blob/main/tests/benchmarks/multicore/idle_spim_loopback/prj_s2ram.conf#L5

@gmarull gmarull force-pushed the auto-manifest-sdk-zephyr-2115 branch from 7242001 to 2c1fab8 Compare November 7, 2024 13:42
NordicBuilder and others added 2 commits November 8, 2024 10:06
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
This is now handled by a SoC level "service".

Signed-off-by: Gerard Marull-Paretas <[email protected]>
@gmarull gmarull force-pushed the auto-manifest-sdk-zephyr-2115 branch from 2c1fab8 to 6b70207 Compare November 8, 2024 09:09
Otherwise NRFS can't be disabled.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
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.

5 participants