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: hwinfo: Support for reset reasons in nRF54H20 #19028

Conversation

NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested a review from a team as a code owner November 22, 2024 12:29
@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 Nov 22, 2024
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Nov 22, 2024

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@0f2b574 nrfconnect/sdk-zephyr#2293 nrfconnect/sdk-zephyr#2293/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 Author

NordicBuilder commented Nov 22, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: d8f9136b08fb22dc4a7f97095beb515430634f09
zephyr: PR head: 6f53a1d8f3674d004e30f0ca773245e656d982ba

more details

sdk-nrf:

PR head: d8f9136b08fb22dc4a7f97095beb515430634f09
merge base: d6bde009f94b217707ad6b7da270c65373612e12
target head (main): d6bde009f94b217707ad6b7da270c65373612e12
Diff

zephyr:

PR head: 6f53a1d8f3674d004e30f0ca773245e656d982ba
merge base: 0f2b574e26e65fcd5aaf0b0758595913c4514527
target head (main): 99faf47f0f758f7921764fb2b11b44554910c7fa
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 (69)
west.yml
zephyr
│  ├── drivers
│  │  ├── clock_control
│  │  │  │ clock_control_nrf2_common.c
│  │  ├── hwinfo
│  │  │  │ hwinfo_nrf.c
│  │  ├── pwm
│  │  │  │ pwm_nrfx.c
│  │  ├── spi
│  │  │  │ spi_nrfx_spim.c
│  ├── include
│  │  ├── zephyr
│  │  │  ├── devicetree.h
│  │  │  ├── drivers
│  │  │  │  ├── clock_control
│  │  │  │  │  │ nrf_clock_control.h
│  │  │  ├── sys
│  │  │  │  ├── util_internal.h
│  │  │  │  ├── util_internal_is_eq.h
│  │  │  │  │ util_macro.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── nrfs
│  │  │  │  ├── backends
│  │  │  │  │  │ nrfs_backend_ipc_service.c
│  ├── samples
│  │  ├── drivers
│  │  │  ├── jesd216
│  │  │  │  │ sample.yaml
│  │  │  ├── spi_flash_at45
│  │  │  │  │ sample.yaml
│  │  ├── modules
│  │  │  ├── thrift
│  │  │  │  ├── hello
│  │  │  │  │  ├── client
│  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  ├── server
│  │  │  │  │  │  │ sample.yaml
│  │  ├── net
│  │  │  ├── cloud
│  │  │  │  ├── tagoio_http_post
│  │  │  │  │  │ sample.yaml
│  │  │  ├── lwm2m_client
│  │  │  │  │ sample.yaml
│  │  │  ├── openthread
│  │  │  │  ├── coprocessor
│  │  │  │  │  │ sample.yaml
│  │  │  ├── secure_mqtt_sensor_actuator
│  │  │  │  │ sample.yaml
│  │  │  ├── sockets
│  │  │  │  ├── big_http_download
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── dumb_http_server
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── echo_client
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── echo_server
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── http_get
│  │  │  │  │  │ sample.yaml
│  │  │  ├── zperf
│  │  │  │  │ sample.yaml
│  │  ├── subsys
│  │  │  ├── fs
│  │  │  │  ├── fs_sample
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── littlefs
│  │  │  │  │  │ sample.yaml
│  │  │  ├── logging
│  │  │  │  ├── logger
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── syst
│  │  │  │  │  │ sample.yaml
│  │  │  ├── mgmt
│  │  │  │  ├── mcumgr
│  │  │  │  │  ├── smp_svr
│  │  │  │  │  │  │ sample.yaml
│  │  │  │  ├── updatehub
│  │  │  │  │  │ sample.yaml
│  │  │  ├── modbus
│  │  │  │  ├── rtu_server
│  │  │  │  │  │ sample.yaml
│  │  │  ├── shell
│  │  │  │  ├── devmem_load
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── shell_module
│  │  │  │  │  │ sample.yaml
│  │  │  ├── usb
│  │  │  │  ├── dfu
│  │  │  │  │  │ sample.yaml
│  ├── tests
│  │  ├── boot
│  │  │  ├── mcuboot_recovery_retention
│  │  │  │  │ testcase.yaml
│  │  ├── crypto
│  │  │  ├── secp256r1
│  │  │  │  │ testcase.yaml
│  │  ├── drivers
│  │  │  ├── adc
│  │  │  │  ├── adc_api
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── bbram
│  │  │  │  │ testcase.yaml
│  │  │  ├── build_all
│  │  │  │  ├── sensor
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── eeprom
│  │  │  │  ├── api
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── entropy
│  │  │  │  ├── api
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── flash
│  │  │  │  ├── common
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── retained_mem
│  │  │  │  ├── api
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── spi
│  │  │  │  ├── spi_controller_peripheral
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuppr.overlay
│  │  │  │  │  ├── sysbuild
│  │  │  │  │  │  ├── vpr_launcher
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │  │ prj.conf
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── spi_loopback
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── apard32690_max32690_m4.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_common.dtsi
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpurad.overlay
│  │  │  │  │  │  │ s32z2xxdc2_s32z270_dspi.overlay
│  │  │  │  │  ├── overlay-max32-spi-rtio.conf
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── uart
│  │  │  │  ├── uart_basic_api
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── watchdog
│  │  │  │  ├── wdt_basic_api
│  │  │  │  │  │ testcase.yaml
│  │  ├── lib
│  │  │  ├── gui
│  │  │  │  ├── lvgl
│  │  │  │  │  │ testcase.yaml
│  │  ├── modules
│  │  │  ├── thrift
│  │  │  │  ├── ThriftTest
│  │  │  │  │  │ testcase.yaml
│  │  ├── net
│  │  │  ├── lib
│  │  │  │  ├── tls_credentials
│  │  │  │  │  │ testcase.yaml
│  │  ├── subsys
│  │  │  ├── dfu
│  │  │  │  ├── img_util
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── logging
│  │  │  │  ├── log_switch_format
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── mgmt
│  │  │  │  ├── mcumgr
│  │  │  │  │  ├── all_options
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── fs_mgmt_hash_supported
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── handler_demo
│  │  │  │  │  │  │ testcase.yaml
│  │  │  ├── pm
│  │  │  │  ├── power_mgmt
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── settings
│  │  │  │  ├── functional
│  │  │  │  │  ├── nvs
│  │  │  │  │  │  │ testcase.yaml
│  │  │  ├── storage
│  │  │  │  ├── flash_map
│  │  │  │  │  │ testcase.yaml

Outputs:

Toolchain

Version: b77d8c1312
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:b77d8c1312_912848a074

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 196
    • sdk-zephyr test count: 6323
  • ❌ Integration tests
    • ❌ test-sdk-audio
    • ❌ test-fw-nrfconnect-boot
    • ❌ test-fw-nrfconnect-nfc
    • ❌ test-fw-nrfconnect-nrf-iot_thingy91
    • ❌ test-fw-nrfconnect-rs
    • ❌ test-fw-nrfconnect-fem
    • ❌ test-fw-nrfconnect-thread
    • ❌ test-low-level
    • ❌ test-sdk-mcuboot
    • ❌ test-sdk-dfu
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-chip
    • 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-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-zigbee
    • test-sdk-find-my
    • 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 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-2293 branch 4 times, most recently from f143360 to 4ea2e65 Compare November 28, 2024 13:34
@kl-cruz kl-cruz force-pushed the auto-manifest-sdk-zephyr-2293 branch from 4ea2e65 to 6b96414 Compare November 28, 2024 14:17
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2293 branch from 6b96414 to f5fd677 Compare December 6, 2024 12:10
@shanthanordic shanthanordic added this to the 2.9.0-nRF54H20 milestone Dec 10, 2024
@shanthanordic shanthanordic removed this from the 2.9.0-nRF54H20 milestone Dec 13, 2024
@shanthanordic
Copy link

cleared milestone as it is not must for nRF54H20 release @kl-cruz

Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2293 branch from f5fd677 to d8f9136 Compare December 13, 2024 14:36
@NordicBuilder
Copy link
Contributor Author

Automatically closed by action-manifest-pr GH action

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