Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested a review from a team as a code owner December 10, 2024 14:23
@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 Dec 10, 2024
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Dec 10, 2024

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@382877e nrfconnect/sdk-zephyr@51d538f nrfconnect/[email protected]

All manifest checks OK

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

@nika-nordic
Copy link
Contributor

@nordic-segl this PR should fix NRFX-6792

@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
Copy link
Contributor Author

NordicBuilder commented Dec 10, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 2d92fa63fa5b2bdc423639d8df9f14a620e89d17
zephyr: PR head: 51d538f0a4a264aeedcd34d02e140c95a48c5625

more details

sdk-nrf:

PR head: 2d92fa63fa5b2bdc423639d8df9f14a620e89d17
merge base: 5cf5bae9d6db77b2fc91cf9dff462bc644b54456
target head (main): d6bde009f94b217707ad6b7da270c65373612e12
Diff

zephyr:

PR head: 51d538f0a4a264aeedcd34d02e140c95a48c5625
merge base: 382877e15f13507f40c73b385446987fc7ace57e
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 (81)
tests
│  ├── benchmarks
│  │  ├── multicore
│  │  │  ├── idle_spim_loopback
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
west.yml
zephyr
│  ├── drivers
│  │  ├── clock_control
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig.nrf
│  │  │  ├── clock_control_nrf2_global_hsfll.c
│  │  │  │ clock_control_nrf2_hsfll.c
│  │  ├── spi
│  │  │  │ spi_nrfx_spim.c
│  ├── dts
│  │  ├── bindings
│  │  │  ├── clock
│  │  │  │  ├── nordic,nrf-hsfll-global.yaml
│  │  │  │  │ nordic,nrf-hsfll-local.yaml
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  ├── nrf54h20.dtsi
│  │  │  │  │ nrf9280.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── dt-bindings
│  │  │  │  ├── power
│  │  │  │  │  │ nordic-nrf-gpd.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── nrfs
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── backends
│  │  │  │  │  │ nrfs_backend_ipc_service.c
│  │  │  │  │ nrfs_config.h
│  ├── samples
│  │  ├── boards
│  │  │  ├── nordic
│  │  │  │  ├── clock_control
│  │  │  │  │  ├── configs
│  │  │  │  │  │  ├── global_hsfll.conf
│  │  │  │  │  │  │ global_hsfll.overlay
│  │  │  │  │  │ sample.yaml
│  │  ├── 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
│  ├── soc
│  │  ├── nordic
│  │  │  ├── nrf54h
│  │  │  │  ├── Kconfig
│  │  │  │  ├── gpd
│  │  │  │  │  │ gpd.c
│  ├── 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
│  │  │  ├── clock_control
│  │  │  │  ├── nrf_clock_control
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── 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
│  │ west.yml

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: 1271
    • sdk-zephyr test count: 6347
  • ❌ Integration tests
    • ❌ test-sdk-audio
    • ❌ test-fw-nrfconnect-boot
    • ❌ test-fw-nrfconnect-chip
    • ❌ test-fw-nrfconnect-nfc
    • ❌ 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-mcuboot
    • ❌ 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-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-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

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

@nika-nordic nika-nordic added this to the 2.9.0-nRF54H20 milestone Dec 12, 2024
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2356 branch from 78f0c82 to 83d94ac Compare December 13, 2024 12:49
SPIM120 with power management enabled has reduced performance
due to GD2/GD3 handling performed on each transfer.

Signed-off-by: Nikodem Kastelik <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2356 branch from 83d94ac to 2d92fa6 Compare December 13, 2024 14:14
@NordicBuilder NordicBuilder removed the DNM label Dec 13, 2024
@anangl
Copy link
Contributor

anangl commented Dec 17, 2024

Update of sdk-zephyr revision is obsolete. The remaining commit (2d92fa6) was cherry-picked to #19574.

@anangl anangl closed this Dec 17, 2024
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.

6 participants