Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

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

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

NordicBuilder commented Oct 23, 2024

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@53b26fb nrfconnect/sdk-zephyr@6d97e32 (main) nrfconnect/[email protected]

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 23, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 5481c0fad0adba37059daa7bac8856db5a2df0b5
zephyr: PR head: 6d97e327aac0ba67f6fe6205a71f45606a6b4002

more details

sdk-nrf:

PR head: 5481c0fad0adba37059daa7bac8856db5a2df0b5
merge base: 0d4e7450e27bdc501c8b8f25ae93af59602c7c93
target head (main): 0d4e7450e27bdc501c8b8f25ae93af59602c7c93
Diff

zephyr:

PR head: 6d97e327aac0ba67f6fe6205a71f45606a6b4002
merge base: 53b26fb1c89ad33052ac1c0fe89b8f41eb1b005e
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 (232)
west.yml
zephyr
│  ├── arch
│  │  ├── arm
│  │  │  ├── core
│  │  │  │  ├── cortex_m
│  │  │  │  │  ├── fault.c
│  │  │  │  │  ├── pm_s2ram.S
│  │  │  │  │  │ pm_s2ram.c
│  ├── boards
│  │  ├── arm
│  │  │  ├── v2m_musca_b1
│  │  │  │  │ pinmux.c
│  │  │  ├── v2m_musca_s1
│  │  │  │  │ pinmux.c
│  │  ├── digilent
│  │  │  ├── arty_a7
│  │  │  │  │ board.c
│  │  ├── nordic
│  │  │  ├── nrf9160dk
│  │  │  │  ├── board.c
│  │  │  │  │ nrf52840_reset.c
│  │  ├── nxp
│  │  │  ├── frdm_mcxa156
│  │  │  │  │ board.c
│  │  │  ├── frdm_mcxn236
│  │  │  │  │ board.c
│  │  │  ├── frdm_mcxn947
│  │  │  │  │ board.c
│  │  ├── silabs
│  │  │  ├── dev_kits
│  │  │  │  ├── sltb004a
│  │  │  │  │  │ board.c
│  ├── drivers
│  │  ├── adc
│  │  │  │ adc_gd32.c
│  │  ├── audio
│  │  │  │ dmic_mcux.c
│  │  ├── clock_control
│  │  │  ├── clock_control_gd32.c
│  │  │  ├── clock_control_ifx_cat1.c
│  │  │  ├── clock_control_litex.h
│  │  │  ├── clock_control_max32.c
│  │  │  ├── clock_control_mcux_ccm.c
│  │  │  ├── clock_control_mcux_scg.c
│  │  │  ├── clock_control_mcux_sim.c
│  │  │  ├── clock_control_nrf2_fll16m.c
│  │  │  ├── clock_control_nrf2_lfclk.c
│  │  │  ├── clock_control_renesas_ra.c
│  │  │  ├── clock_control_renesas_ra_cgc.c
│  │  │  ├── clock_control_smartbond.c
│  │  │  │ clock_stm32_ll_wb0.c
│  │  ├── counter
│  │  │  ├── counter_mcux_snvs.c
│  │  │  │ counter_smartbond_timer.c
│  │  ├── disk
│  │  │  │ sdmmc_stm32.c
│  │  ├── dma
│  │  │  ├── dma_mcux_edma.c
│  │  │  ├── dma_stm32.c
│  │  │  ├── dma_stm32_bdma.c
│  │  │  │ dmamux_stm32.c
│  │  ├── espi
│  │  │  │ espi_mchp_xec_host_v2.c
│  │  ├── ethernet
│  │  │  ├── eth_stm32_hal.c
│  │  │  ├── nxp_enet
│  │  │  │  ├── eth_mcux.c
│  │  │  │  │ eth_nxp_enet.c
│  │  │  ├── phy
│  │  │  │  │ phy_adin2111.c
│  │  ├── flash
│  │  │  ├── soc_flash_lpc.c
│  │  │  ├── soc_flash_mcux.c
│  │  │  │ soc_flash_nrf.c
│  │  ├── gpio
│  │  │  ├── gpio_esp32.c
│  │  │  ├── gpio_gd32.c
│  │  │  ├── gpio_lpc11u6x.c
│  │  │  ├── gpio_mchp_xec.c
│  │  │  ├── gpio_nrfx.c
│  │  │  ├── gpio_nxp_s32.c
│  │  │  ├── gpio_renesas_ra_ioport.c
│  │  │  ├── gpio_sam0.c
│  │  │  ├── gpio_stm32.c
│  │  │  │ gpio_xlnx_axi.c
│  │  ├── i2c
│  │  │  │ i2c_esp32.c
│  │  ├── i2s
│  │  │  │ i2s_litex.c
│  │  ├── interrupt_controller
│  │  │  │ intc_mchp_ecia_xec.c
│  │  ├── led_strip
│  │  │  │ lpd880x.c
│  │  ├── lora
│  │  │  │ shell.c
│  │  ├── memc
│  │  │  │ memc_nxp_s32_qspi.c
│  │  ├── pinctrl
│  │  │  ├── pinctrl_esp32.c
│  │  │  ├── pinctrl_ite_it8xxx2.c
│  │  │  │ pinctrl_kinetis.c
│  │  ├── rtc
│  │  │  │ rtc_smartbond.c
│  │  ├── sensor
│  │  │  ├── bosch
│  │  │  │  ├── bmi08x
│  │  │  │  │  │ bmi08x.h
│  │  │  ├── st
│  │  │  │  ├── stm32_temp
│  │  │  │  │  │ stm32_temp.c
│  │  │  │  ├── stm32_vbat
│  │  │  │  │  │ stm32_vbat.c
│  │  │  │  ├── stm32_vref
│  │  │  │  │  │ stm32_vref.c
│  │  ├── serial
│  │  │  ├── leuart_gecko.c
│  │  │  ├── uart_cmsdk_apb.c
│  │  │  ├── uart_lpc11u6x.c
│  │  │  ├── uart_lpc11u6x.h
│  │  │  │ uart_miv.c
│  │  ├── spi
│  │  │  ├── spi_smartbond.c
│  │  │  │ spi_xec_qmspi.c
│  │  ├── timer
│  │  │  ├── mcux_os_timer.c
│  │  │  ├── nrf_grtc_timer.c
│  │  │  │ smartbond_timer.c
│  │  ├── usb
│  │  │  ├── device
│  │  │  │  ├── usb_dc_mcux.c
│  │  │  │  │ usb_dc_nrfx.c
│  │  │  ├── udc
│  │  │  │  │ udc_nrf.c
│  │  ├── watchdog
│  │  │  │ wdt_esp32.c
│  ├── include
│  │  ├── zephyr
│  │  │  ├── arch
│  │  │  │  ├── common
│  │  │  │  │  │ pm_s2ram.h
│  │  │  ├── device.h
│  │  │  ├── devicetree.h
│  │  │  ├── drivers
│  │  │  │  ├── clock_control
│  │  │  │  │  │ stm32_clock_control.h
│  │  │  │  │ emul.h
│  │  │  ├── linker
│  │  │  │  │ linker-defs.h
│  │  │  ├── pm
│  │  │  │  ├── policy.h
│  │  │  │  │ state.h
│  ├── kernel
│  │  ├── init.c
│  │  │ xip.c
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── nrfx
│  │  │  │  │ nrfx_config.h
│  ├── samples
│  │  ├── basic
│  │  │  ├── button
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── threads
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  ├── bluetooth
│  │  │  ├── central_otc
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── encrypted_advertising
│  │  │  │  ├── central
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── peripheral
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── iso_receive
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── mesh_provisioner
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── periodic_sync
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── peripheral_hids
│  │  │  │  ├── src
│  │  │  │  │  │ hog.c
│  │  │  ├── peripheral_hr
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  ├── boards
│  │  │  ├── espressif
│  │  │  │  ├── deep_sleep
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── light_sleep
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── nordic
│  │  │  │  ├── battery
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ battery.c
│  │  │  ├── nxp
│  │  │  │  ├── mimxrt1060_evk
│  │  │  │  │  ├── system_off
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  ├── st
│  │  │  │  ├── i2c_timing
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── mco
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── power_mgmt
│  │  │  │  │  ├── standby_shutdown
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── wkup_pins
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  ├── drivers
│  │  │  ├── espi
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── i2s
│  │  │  │  ├── echo
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── lora
│  │  │  │  ├── receive
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── send
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  ├── shields
│  │  │  ├── x_nucleo_53l0a1
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  ├── subsys
│  │  │  ├── mgmt
│  │  │  │  ├── osdp
│  │  │  │  │  ├── control_panel
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── peripheral_device
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  ├── task_wdt
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  ├── soc
│  │  ├── arm
│  │  │  ├── beetle
│  │  │  │  │ power.c
│  │  ├── atmel
│  │  │  ├── sam
│  │  │  │  ├── common
│  │  │  │  │  │ soc_power.c
│  │  ├── intel
│  │  │  ├── intel_adsp
│  │  │  │  ├── common
│  │  │  │  │  ├── clk.c
│  │  │  │  │  ├── include
│  │  │  │  │  │  │ adsp_clk.h
│  │  │  │  │  │ mem_window.c
│  │  ├── ite
│  │  │  ├── ec
│  │  │  │  ├── it8xxx2
│  │  │  │  │  │ soc.c
│  │  ├── microchip
│  │  │  ├── mec
│  │  │  │  ├── common
│  │  │  │  │  │ soc_dt.h
│  │  │  │  ├── mec172x
│  │  │  │  │  │ device_power.c
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  │ nrf54hx_nrf92x_mpu_regions.c
│  │  │  ├── nrf52
│  │  │  │  │ soc.c
│  │  │  ├── nrf53
│  │  │  │  │ soc.c
│  │  │  ├── nrf54h
│  │  │  │  ├── pm_s2ram.c
│  │  │  │  │ soc.c
│  │  │  ├── nrf92
│  │  │  │  │ soc.c
│  │  │  │ validate_enabled_instances.c
│  │  ├── nxp
│  │  │  ├── imx
│  │  │  │  ├── imx6sx
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── imx7d
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── imx8m
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── a53
│  │  │  │  │  │  │ soc.c
│  │  │  │  │  ├── m4_mini
│  │  │  │  │  │  │ soc.c
│  │  │  │  │  ├── m4_quad
│  │  │  │  │  │  │ soc.c
│  │  │  │  │  ├── m7
│  │  │  │  │  │  │ soc.c
│  │  │  ├── imxrt
│  │  │  │  ├── imxrt10xx
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── flexspi.c
│  │  │  │  │  ├── lpm_rt1064.c
│  │  │  │  │  ├── power.c
│  │  │  │  │  │ soc.c
│  │  │  │  ├── imxrt118x
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── imxrt11xx
│  │  │  │  │  │ soc.c
│  │  │  │  ├── imxrt5xx
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── cm33
│  │  │  │  │  │  ├── power.c
│  │  │  │  │  │  │ soc.c
│  │  │  │  ├── imxrt6xx
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── cm33
│  │  │  │  │  │  ├── soc.c
│  │  │  │  │  │  │ soc.h
│  │  │  ├── kinetis
│  │  │  │  ├── k2x
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── k6x
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── k8x
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── ke1xf
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── ke1xz
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── kl2x
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── kv5x
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── kwx
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── soc_kw2xd.c
│  │  │  │  │  │ soc_kw4xz.c
│  │  │  ├── lpc
│  │  │  │  ├── lpc51u68
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── lpc55xxx
│  │  │  │  │  │ soc.c
│  │  │  ├── mcx
│  │  │  │  ├── mcxc
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  ├── rw
│  │  │  │  ├── Kconfig
│  │  │  │  ├── power.c
│  │  │  │  │ soc.c
│  │  │  ├── s32
│  │  │  │  ├── s32k1
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── s32k3
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── s32ze
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  ├── openisa
│  │  │  ├── rv32m1
│  │  │  │  │ soc.c
│  │  ├── renesas
│  │  │  ├── ra
│  │  │  │  ├── ra4m1
│  │  │  │  │  │ soc.c
│  │  │  ├── smartbond
│  │  │  │  ├── da1469x
│  │  │  │  │  │ power.c
│  │  ├── snps
│  │  │  ├── arc_iot
│  │  │  │  ├── Kconfig
│  │  │  │  │ soc.c
│  │  │  ├── emsk
│  │  │  │  ├── Kconfig
│  │  │  │  │ soc_config.c
│  │  ├── st
│  │  │  ├── stm32
│  │  │  │  ├── stm32h7x
│  │  │  │  │  │ mpu_regions.c
│  │  ├── xlnx
│  │  │  ├── zynq7000
│  │  │  │  ├── xc7zxxx
│  │  │  │  │  │ soc.c
│  │  │  │  ├── xc7zxxxs
│  │  │  │  │  │ soc.c
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── controller
│  │  │  │  ├── ll_sw
│  │  │  │  │  ├── nordic
│  │  │  │  │  │  ├── hal
│  │  │  │  │  │  │  ├── nrf5
│  │  │  │  │  │  │  │  ├── radio
│  │  │  │  │  │  │  │  │  │ radio_nrf5_fem.h
│  │  ├── pm
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── policy.c
│  │  │  ├── policy
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── policy_default.c
│  │  │  │  ├── policy_device_lock.c
│  │  │  │  ├── policy_events.c
│  │  │  │  ├── policy_latency.c
│  │  │  │  │ policy_state_lock.c
│  │  ├── tracing
│  │  │  ├── sysview
│  │  │  │  │ sysview_config.c
│  │  ├── usb
│  │  │  ├── device
│  │  │  │  │ usb_device.c
│  ├── tests
│  │  ├── bluetooth
│  │  │  ├── host
│  │  │  │  ├── id
│  │  │  │  │  ├── mocks
│  │  │  │  │  │  ├── zephyr
│  │  │  │  │  │  │  ├── linker
│  │  │  │  │  │  │  │  │ linker-defs.h
│  │  ├── drivers
│  │  │  ├── adc
│  │  │  │  ├── adc_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_adc.c
│  │  │  ├── clock_control
│  │  │  │  ├── stm32_clock_configuration
│  │  │  │  │  ├── stm32_common_devices
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── test_stm32_clock_configuration_adc.c
│  │  │  │  │  │  │  ├── test_stm32_clock_configuration_i2c.c
│  │  │  │  │  │  │  ├── test_stm32_clock_configuration_i2s.c
│  │  │  │  │  │  │  │ test_stm32_clock_configuration_lptim.c
│  │  │  │  │  ├── stm32h7_devices
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ test_stm32_clock_configuration.c
│  │  │  ├── eeprom
│  │  │  │  ├── api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── gpio
│  │  │  │  ├── gpio_basic_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │ test_gpio.h
│  │  │  │  ├── gpio_reserved_ranges
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── i2c
│  │  │  │  ├── i2c_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_i2c.c
│  │  │  │  ├── i2c_ram
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_i2c_ram.c
│  │  │  │  ├── i2c_tca954x
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── memc
│  │  │  │  ├── ram
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── pwm
│  │  │  │  ├── pwm_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_pwm.c
│  │  │  ├── smbus
│  │  │  │  ├── smbus_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── test_smbus.c
│  │  │  │  │  │  │ test_smbus_qemu.c
│  │  │  ├── watchdog
│  │  │  │  ├── wdt_basic_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_wdt.c
│  │  │  │  ├── wdt_basic_reset_none
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── wdt_error_cases
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  ├── lib
│  │  │  ├── devicetree
│  │  │  │  ├── api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c

Outputs:

Toolchain

Version: b44b7a08c9
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:b44b7a08c9_912848a074

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 1641
    • sdk-zephyr test count: 10038
  • ❌ Integration tests
    • ✅ test-sdk-audio
    • ✅ test_ble_nrf_config
    • ✅ test-fw-nrfconnect-ble_mesh
    • ✅ test-fw-nrfconnect-ble_samples
    • ✅ test-fw-nrfconnect-chip
    • ✅ test-fw-nrfconnect-nfc
    • ✅ test-fw-nrfconnect-nrf-iot_cloud
    • ✅ test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • ✅ test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • ✅ test-fw-nrfconnect-nrf-iot_samples
    • ✅ test-fw-nrfconnect-nrf-iot_thingy91
    • ❌ test-fw-nrfconnect-nrf_crypto
    • ✅ test-fw-nrfconnect-rpc
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-fem
    • ✅ test-fw-nrfconnect-tfm
    • ✅ test-fw-nrfconnect-thread
    • ✅ test-sdk-find-my
    • ✅ test-fw-nrfconnect-nrf-iot_mosh
    • ✅ test-sdk-sidewalk
    • ✅ test-low-level
    • ✅ test-sdk-dfu
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_nrf_provisioning
    • test-fw-nrfconnect-nrf-iot_positioning
    • test-fw-nrfconnect-proprietary_esb
    • 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
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.

@gmarull gmarull added this to the 2.8.0 milestone Oct 23, 2024
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2150 branch from d33dcf4 to cd03e83 Compare October 31, 2024 08:20
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2150 branch 2 times, most recently from c71f9c3 to 7e9b350 Compare November 4, 2024 11:12
@gmarull gmarull force-pushed the auto-manifest-sdk-zephyr-2150 branch from 7e9b350 to 1f87c6e Compare November 4, 2024 16:37
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2150 branch from 1f87c6e to 5d78cb0 Compare November 4, 2024 16:38
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2150 branch from 5d78cb0 to 5481c0f Compare November 5, 2024 09:22
@NordicBuilder NordicBuilder removed the DNM label Nov 5, 2024
@github-actions
Copy link

github-actions bot commented Dec 8, 2024

This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time.

@github-actions github-actions bot added the Stale label Dec 8, 2024
@github-actions github-actions bot closed this Dec 18, 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 Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants