Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

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

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

NordicBuilder commented Oct 8, 2024

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@d3d3f66 nrfconnect/sdk-zephyr@2a679b9 (main) nrfconnect/[email protected]

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

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2076 branch from 9f61789 to df0e9ed Compare October 8, 2024 08:04
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 8, 2024

CI Information

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

Inputs:

Sources:

nrf_hw_models: PR head: bf8e45bd1f870e49cc15392e045c28d54ea12285
sdk-nrf: PR head: 021a82d75f03edfc447eda33933b65c808e78aae
zephyr: PR head: 2a679b95faef5dd1e5a46d6710d7059b6042758c

more details

nrf_hw_models:

PR head: bf8e45bd1f870e49cc15392e045c28d54ea12285
merge base: d2a119a9c7600ce06033a794de042e0ad9a38702
Diff

sdk-nrf:

PR head: 021a82d75f03edfc447eda33933b65c808e78aae
merge base: 9190d3a83974cc069b9569c060bcd84ffae3c200
target head (main): 9190d3a83974cc069b9569c060bcd84ffae3c200
Diff

zephyr:

PR head: 2a679b95faef5dd1e5a46d6710d7059b6042758c
merge base: d3d3f66845737630687c9018cdb687319b74ec17
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 (113)
modules
│  ├── bsim_hw_models
│  │  ├── nrf_hw_models
│  │  │  ├── .github
│  │  │  │  │ test-spec.yml
│  │  │  ├── docs
│  │  │  │  ├── README.md
│  │  │  │  ├── README_HW_models.md
│  │  │  │  ├── README_impl_status.md
│  │  │  │  │ UART.md
│  │  │  ├── make_inc
│  │  │  │  │ 5340_hw_files
│  │  │  ├── src
│  │  │  │  ├── HW_models
│  │  │  │  │  ├── NHW_AES_CCM.c
│  │  │  │  │  ├── NHW_GRTC.c
│  │  │  │  │  ├── NHW_RADIO.c
│  │  │  │  │  ├── NHW_UART.c
│  │  │  │  │  ├── NHW_config.h
│  │  │  │  │  ├── NHW_misc.c
│  │  │  │  │  ├── NHW_misc.h
│  │  │  │  │  ├── NHW_virt_RAM.c
│  │  │  │  │  │ NHW_virt_RAM.h
│  │  │  │  ├── nrfx
│  │  │  │  │  ├── hal
│  │  │  │  │  │  ├── nrf_ccm.c
│  │  │  │  │  │  │ nrf_grtc.c
│  │  │  ├── tests
│  │  │  │  ├── zephyr_apps
│  │  │  │  │  ├── 54_aar_ccm_ecb
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ test_ecb.c
samples
│  ├── bluetooth
│  │  ├── direct_test_mode
│  │  │  ├── src
│  │  │  │  │ dtm.c
west.yml
zephyr
│  ├── boards
│  │  ├── native
│  │  │  ├── nrf_bsim
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  │ native_remap.c
│  │  ├── nordic
│  │  │  ├── nrf54h20dk
│  │  │  │  ├── Kconfig.nrf54h20dk
│  │  │  │  ├── board.yml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_0_8_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_0_9_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuflpr_0_8_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuflpr_0_9_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuflpr_xip_0_8_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuflpr_xip_0_9_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuppr_0_8_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuppr_0_9_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuppr_xip_0_8_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuppr_xip_0_9_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpurad_0_8_0.yaml
│  │  │  │  │ nrf54h20dk_nrf54h20_cpurad_0_9_0.yaml
│  ├── drivers
│  │  ├── adc
│  │  │  │ adc_nrfx_saadc.c
│  │  ├── audio
│  │  │  │ Kconfig.dmic_pdm_nrfx
│  │  ├── misc
│  │  │  ├── coresight
│  │  │  │  │ Kconfig
│  │  ├── timer
│  │  │  ├── Kconfig.nrf_grtc
│  │  │  │ nrf_grtc_timer.c
│  ├── dts
│  │  ├── riscv
│  │  │  ├── nordic
│  │  │  │  │ nrf54h20_cpuflpr.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── ipc
│  │  │  │  │ pbuf.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── nrfs
│  │  │  │  │ Kconfig
│  │  │  ├── nrfx
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── nrfx_config.h
│  │  │  │  ├── nrfx_config_nrf54h20_application.h
│  │  │  │  ├── nrfx_config_nrf54h20_flpr.h
│  │  │  │  ├── nrfx_config_nrf54h20_ppr.h
│  │  │  │  ├── nrfx_config_nrf54h20_radiocore.h
│  │  │  │  ├── nrfx_config_nrf54l15_enga_application.h
│  │  │  │  ├── nrfx_config_nrf54l15_enga_flpr.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_application.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_ppr.h
│  │  │  │  │ nrfx_config_nrf9230_engb_radiocore.h
│  ├── samples
│  │  ├── boards
│  │  │  ├── nordic
│  │  │  │  ├── coresight_stm
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  ├── remote
│  │  │  │  │  │  │ prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ sysbuild.cmake
│  │  ├── subsys
│  │  │  ├── ipc
│  │  │  │  ├── ipc_service
│  │  │  │  │  ├── icmsg
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │ nrf5340bsim_nrf5340_cpuapp.overlay
│  │  │  │  │  │  ├── remote
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │ nrf5340bsim_nrf5340_cpunet.overlay
│  │  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │  │ sysbuild.cmake
│  │  │  │  │  ├── multi_endpoint
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │ nrf5340bsim_nrf5340_cpuapp.overlay
│  │  │  │  │  │  ├── remote
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │ nrf5340bsim_nrf5340_cpunet.overlay
│  │  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │  │ sysbuild.cmake
│  │  │  │  │  ├── static_vrings
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │ nrf5340bsim_nrf5340_cpuapp.overlay
│  │  │  │  │  │  ├── remote
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │ nrf5340bsim_nrf5340_cpunet.overlay
│  │  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │  │ sysbuild.cmake
│  ├── scripts
│  │  ├── ci
│  │  │  │ Kconfig.board.v2
│  │  ├── west_commands
│  │  │  ├── runners
│  │  │  │  │ nrf_common.py
│  ├── snippets
│  │  ├── nordic-log-stm-dict
│  │  │  ├── boards
│  │  │  │  │ nrf54h20_cpuapp.conf
│  │  │  │ snippet.yml
│  │  ├── nordic-log-stm
│  │  │  ├── boards
│  │  │  │  │ nrf54h20_cpuapp.conf
│  │  │  │ snippet.yml
│  ├── soc
│  │  ├── native
│  │  │  ├── inf_clock
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── native_remap.c
│  │  │  │  │ soc.h
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  │ Kconfig.peripherals
│  │  │  ├── nrf54h
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig.nrf54h20_cpuapp
│  │  │  │  ├── Kconfig.defconfig.nrf54h20_cpuflpr
│  │  │  │  ├── Kconfig.defconfig.nrf54h20_cpuppr
│  │  │  │  ├── Kconfig.defconfig.nrf54h20_cpurad
│  │  │  │  ├── Kconfig.soc
│  │  │  │  │ soc.h
│  │  │  ├── nrf54l
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig.nrf54l15_cpuflpr
│  │  │  │  │ Kconfig.defconfig.nrf54l15_enga_cpuflpr
│  │  │  ├── nrf92
│  │  │  │  │ Kconfig.defconfig.nrf9280_cpuppr
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── controller
│  │  │  │  ├── ll_sw
│  │  │  │  │  ├── nordic
│  │  │  │  │  │  ├── hal
│  │  │  │  │  │  │  ├── nrf5
│  │  │  │  │  │  │  │  ├── radio
│  │  │  │  │  │  │  │  │  ├── radio.c
│  │  │  │  │  │  │  │  │  ├── radio_nrf54lx.h
│  │  │  │  │  │  │  │  │  │ radio_nrf5_dppi.h
│  │  ├── ipc
│  │  │  ├── ipc_service
│  │  │  │  ├── backends
│  │  │  │  │  │ ipc_icbmsg.c
│  │  │  │  ├── lib
│  │  │  │  │  ├── Kconfig.icmsg
│  │  │  │  │  ├── icmsg.c
│  │  │  │  │  ├── icmsg_me.c
│  │  │  │  │  │ pbuf.c
│  │  ├── logging
│  │  │  ├── frontends
│  │  │  │  │ Kconfig
│  ├── tests
│  │  ├── lib
│  │  │  ├── cpp
│  │  │  │  ├── cxx
│  │  │  │  │  │ testcase.yaml
│  │  ├── subsys
│  │  │  ├── ipc
│  │  │  │  ├── pbuf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │ west.yml

Outputs:

Toolchain

Version:
Build docker image:

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

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-sdk-audio
    • ◻️ 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-rpc
    • ◻️ 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
Disabled integration tests
    • desktop52_verification
    • 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_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • 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.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2076 branch from df0e9ed to 4c4e92b Compare October 9, 2024 07:27
@gmarull gmarull force-pushed the auto-manifest-sdk-zephyr-2076 branch from 4c4e92b to 787ea57 Compare October 9, 2024 07:36
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2076 branch from 787ea57 to eafd4c8 Compare October 9, 2024 09:10
@gmarull gmarull force-pushed the auto-manifest-sdk-zephyr-2076 branch 2 times, most recently from 77559f5 to 9db321d Compare October 9, 2024 12:05
Copy link
Contributor

@ArekBalysNordic ArekBalysNordic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving Matter-related changes. Any changes in sdk-connectedhomeip are redundant, so you can remove the entry from west.yaml while preparing this PR to merge.

west.yml Outdated
repo-path: sdk-connectedhomeip
path: modules/lib/matter
revision: 973259c02f828604d060ada0ea076dbbf42ab087
revision: pull/492/head
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is redundant regarding this PR. Those examples are not tested in NCS at all.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even if redundant, tests will be broken with NCS main, won't they?

@ArekBalysNordic ArekBalysNordic requested a review from a team as a code owner October 11, 2024 13:49
@github-actions github-actions bot added the doc-required PR must not be merged without tech writer approval. label Oct 11, 2024
Copy link
Contributor

@ArekBalysNordic ArekBalysNordic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will remove the request changes call once the stack increase is explained to us.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2076 branch from 4301ef9 to 6949a20 Compare October 11, 2024 16:08
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2076 branch from 6949a20 to 9f18ddc Compare October 14, 2024 07:18
@rlubos rlubos force-pushed the auto-manifest-sdk-zephyr-2076 branch from 9f18ddc to 5e611f4 Compare October 14, 2024 07:19
Copy link
Contributor

@FrancescoSer FrancescoSer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving the doc part with its current text.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2076 branch from 5e611f4 to 0ba2368 Compare October 14, 2024 09:36
@gmarull gmarull force-pushed the auto-manifest-sdk-zephyr-2076 branch from 0ba2368 to 0e97ba3 Compare October 14, 2024 09:37
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2076 branch from 0e97ba3 to 04a9b7f Compare October 14, 2024 09:37
@gmarull gmarull force-pushed the auto-manifest-sdk-zephyr-2076 branch from 04a9b7f to 351a5ee Compare October 14, 2024 10:04
@github-actions github-actions bot removed the doc-required PR must not be merged without tech writer approval. label Oct 14, 2024
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2076 branch from 351a5ee to d6abf70 Compare October 14, 2024 10:22
@gmarull gmarull force-pushed the auto-manifest-sdk-zephyr-2076 branch from d6abf70 to 351a5ee Compare October 14, 2024 11:00
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2076 branch from 351a5ee to 28e5852 Compare October 14, 2024 11:07
@rlubos rlubos force-pushed the auto-manifest-sdk-zephyr-2076 branch from 28e5852 to c90e25a Compare October 14, 2024 15:59
@rlubos rlubos requested a review from a team as a code owner October 14, 2024 19:42
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@gmarull gmarull force-pushed the auto-manifest-sdk-zephyr-2076 branch from 536383d to fbca7f5 Compare October 16, 2024 09:08
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2076 branch from fbca7f5 to b20a6d5 Compare October 16, 2024 09:09
Fix typos in RADIO_TXPOWER_* symbols.

Signed-off-by: Robert Lubos <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2076 branch from b20a6d5 to 021a82d Compare October 16, 2024 11:32
@NordicBuilder NordicBuilder removed the DNM label Oct 16, 2024
@rlubos rlubos merged commit c4f1142 into nrfconnect:main Oct 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-matter manifest-sidewalk manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants