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

treewide: Remove H20 EngB and L15 EngA #18969

Merged
merged 11 commits into from
Nov 27, 2024

Conversation

carlescufi
Copy link
Contributor

Bring in changes in:
nrfconnect/sdk-zephyr#2147

@carlescufi carlescufi requested a review from a team as a code owner November 19, 2024 19:33
@carlescufi carlescufi requested a review from 57300 November 19, 2024 19:33
@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 19, 2024
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Nov 19, 2024

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

Name Old Revision New Revision Diff
nrfxlib nrfconnect/sdk-nrfxlib@e47a6a3 nrfconnect/sdk-nrfxlib@e9ef580 nrfconnect/[email protected]
trusted-firmware-m nrfconnect/sdk-trusted-firmware-m@82e7763 nrfconnect/sdk-trusted-firmware-m@f2bf784 (main) nrfconnect/[email protected]
zephyr nrfconnect/sdk-zephyr@01976a7 nrfconnect/sdk-zephyr@8bc628d (main) nrfconnect/[email protected]

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

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Nov 19, 2024

CI Information

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

Inputs:

Sources:

nrf_hw_models: PR head: 3cfca0192ff84da919e9bc7978bcc2239cd6a395
trusted-firmware-m: PR head: f2bf78452629355e4180dc36756f6c1becc819fa
sdk-nrf: PR head: ecf97f60c19ed02a32b89860ee023c14278e5880
nrfxlib: PR head: e9ef580f69c18b4a39c9e68845161b26bef43546
zephyr: PR head: 8bc628d8945cb7bb01f57c92c00b5f1550ed576c

more details

nrf_hw_models:

PR head: 3cfca0192ff84da919e9bc7978bcc2239cd6a395
merge base: aca798cf7cf0c5dc1fd89c66cf62670051feb8d0
Diff

trusted-firmware-m:

PR head: f2bf78452629355e4180dc36756f6c1becc819fa
merge base: 82e7763eba112a350d58dd52dc39f340a291ffd0
Diff

sdk-nrf:

PR head: ecf97f60c19ed02a32b89860ee023c14278e5880
merge base: f4744e2ae81cdcdc01071b6a05eb02905ac75776
target head (main): f4744e2ae81cdcdc01071b6a05eb02905ac75776
Diff

nrfxlib:

PR head: e9ef580f69c18b4a39c9e68845161b26bef43546
merge base: e47a6a30f1422993b22d7697955b1b6640bbc536
Diff

zephyr:

PR head: 8bc628d8945cb7bb01f57c92c00b5f1550ed576c
merge base: 01976a7968bd9fa0a601079c35022e06bfc809e7
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 (1234)
Kconfig.nrf
applications
│  ├── machine_learning
│  │  │ Kconfig.sysbuild
│  ├── nrf5340_audio
│  │  │ sample.yaml
│  ├── nrf_desktop
│  │  ├── src
│  │  │  ├── modules
│  │  │  │  │ Kconfig.dvfs
doc
│  ├── nrf
│  │  ├── includes
│  │  │  │ sample_board_rows.txt
│  │  ├── releases_and_maturity
│  │  │  ├── releases
│  │  │  │  ├── release-notes-2.7.0.rst
│  │  │  │  │ release-notes-2.8.0.rst
│  │ requirements.txt
lib
│  ├── dk_buttons_and_leds
│  │  ├── Kconfig
│  │  │ dk_buttons_and_leds.c
modules
│  ├── bsim_hw_models
│  │  ├── nrf_hw_models
│  │  │  ├── 52833.mk
│  │  │  ├── 5340.mk
│  │  │  ├── 54L15.mk
│  │  │  ├── CMakeLists.txt
│  │  │  ├── docs
│  │  │  │  ├── GPIO.md
│  │  │  │  ├── README.md
│  │  │  │  │ README_impl_status.md
│  │  │  ├── make_inc
│  │  │  │  ├── 52833_hw_files
│  │  │  │  ├── 5340_app_hal_files
│  │  │  │  ├── 5340_hw_files
│  │  │  │  ├── 5340_net_hal_files
│  │  │  │  ├── 54L15_app_hal_files
│  │  │  │  ├── 54L15_hw_files
│  │  │  │  │ pre.mk
│  │  │  ├── src
│  │  │  │  ├── HW_models
│  │  │  │  │  ├── NHW_NFCT.c
│  │  │  │  │  ├── NHW_NFCT.h
│  │  │  │  │  ├── NHW_NVMC.c
│  │  │  │  │  ├── NHW_SPU.c
│  │  │  │  │  ├── NHW_SPU.h
│  │  │  │  │  ├── NHW_TIMER.c
│  │  │  │  │  ├── NHW_UART.c
│  │  │  │  │  ├── NHW_UART.h
│  │  │  │  │  ├── NHW_UART_backend_fifo.c
│  │  │  │  │  ├── NHW_UART_private.h
│  │  │  │  │  ├── NHW_config.h
│  │  │  │  │  ├── NHW_templates.h
│  │  │  │  │  ├── NRF5340_peri_types.h
│  │  │  │  │  ├── NRF_GPIO.c
│  │  │  │  │  ├── NRF_GPIO.h
│  │  │  │  │  ├── NRF_GPIOTE.c
│  │  │  │  │  ├── NRF_GPIOTE.h
│  │  │  │  │  ├── NRF_GPIO_backend.c
│  │  │  │  │  │ NRF_PPI.c
│  │  │  │  ├── nrfx
│  │  │  │  │  ├── hal
│  │  │  │  │  │  ├── nrf_gpio.c
│  │  │  │  │  │  ├── nrf_gpiote.c
│  │  │  │  │  │  ├── nrf_hack.c
│  │  │  │  │  │  ├── nrf_timer.c
│  │  │  │  │  │  │ nrf_uarte.c
│  │  │  │  │  ├── mdk_replacements
│  │  │  │  │  │  │ nrf_bsim_redef.h
│  │  │  ├── zephyr
│  │  │  │  │ module.yml
│  ├── tee
│  │  ├── tf-m
│  │  │  ├── trusted-firmware-m
│  │  │  │  ├── platform
│  │  │  │  │  ├── ext
│  │  │  │  │  │  ├── target
│  │  │  │  │  │  │  ├── nordic_nrf
│  │  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  │  ├── core
│  │  │  │  │  │  │  │  │  │  │ startup_nrf54l15.c
nrfxlib
│  ├── common.cmake
│  ├── mpsl
│  │  ├── Kconfig
│  │  ├── fem
│  │  │  ├── common
│  │  │  │  ├── lib
│  │  │  │  │  ├── nrf52
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_common.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_common.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_common.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf53
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_common.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf54h
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_common.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_common.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_common.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf54l
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_common.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_common.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_common.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf54l_ns
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_common.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_common.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_common.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  ├── nrf21540_gpio
│  │  │  │  ├── lib
│  │  │  │  │  ├── nrf52
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf53
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf54h
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf54l
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf54l_ns
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  ├── nrf21540_gpio_spi
│  │  │  │  ├── lib
│  │  │  │  │  ├── nrf52
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio_spi.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio_spi.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio_spi.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf53
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio_spi.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio_spi.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio_spi.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf54h
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio_spi.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio_spi.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio_spi.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf54l
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio_spi.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio_spi.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio_spi.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf54l_ns
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio_spi.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio_spi.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf21540_gpio_spi.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  ├── nrf2220
│  │  │  │  ├── lib
│  │  │  │  │  ├── nrf52
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2220.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2220.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2220.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf53
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2220.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf54h
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2220.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2220.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2220.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf54l
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2220.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2220.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2220.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf54l_ns
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2220.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2220.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2220.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  ├── nrf2240
│  │  │  │  ├── lib
│  │  │  │  │  ├── nrf52
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2240.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2240.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2240.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf53
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2240.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf54h
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2240.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2240.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2240.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf54l
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2240.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2240.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2240.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf54l_ns
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2240.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2240.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf2240.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  ├── nrf22xx
│  │  │  │  ├── lib
│  │  │  │  │  ├── nrf52
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf22xx.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf22xx.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf22xx.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf53
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf22xx.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf54h
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf22xx.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf22xx.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf22xx.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf54l
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf22xx.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf22xx.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf22xx.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf54l_ns
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf22xx.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf22xx.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_nrf22xx.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  ├── simple_gpio
│  │  │  │  ├── lib
│  │  │  │  │  ├── nrf52
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_simple_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_simple_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_simple_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf53
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_simple_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf54h
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_simple_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_simple_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_simple_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf54l
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_simple_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_simple_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_simple_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  ├── nrf54l_ns
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  ├── libmpsl_fem_simple_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  ├── libmpsl_fem_simple_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  ├── libmpsl_fem_simple_gpio.a
│  │  │  │  │  │  │  │ manifest.yaml
│  │  ├── lib
│  │  │  ├── nrf52
│  │  │  │  ├── hard-float
│  │  │  │  │  ├── libmpsl.a
│  │  │  │  │  │ manifest.yaml
│  │  │  │  ├── soft-float
│  │  │  │  │  ├── libmpsl.a
│  │  │  │  │  │ manifest.yaml
│  │  │  │  ├── softfp-float
│  │  │  │  │  ├── libmpsl.a
│  │  │  │  │  │ manifest.yaml
│  │  │  ├── nrf53
│  │  │  │  ├── soft-float
│  │  │  │  │  ├── libmpsl.a
│  │  │  │  │  │ manifest.yaml
│  │  │  ├── nrf54h
│  │  │  │  ├── hard-float
│  │  │  │  │  ├── libmpsl.a
│  │  │  │  │  │ manifest.yaml
│  │  │  │  ├── soft-float
│  │  │  │  │  ├── libmpsl.a
│  │  │  │  │  │ manifest.yaml
│  │  │  │  ├── softfp-float
│  │  │  │  │  ├── libmpsl.a
│  │  │  │  │  │ manifest.yaml
│  │  │  ├── nrf54l
│  │  │  │  ├── hard-float
│  │  │  │  │  ├── libmpsl.a
│  │  │  │  │  │ manifest.yaml
│  │  │  │  ├── soft-float
│  │  │  │  │  ├── libmpsl.a
│  │  │  │  │  │ manifest.yaml
│  │  │  │  ├── softfp-float
│  │  │  │  │  ├── libmpsl.a
│  │  │  │  │  │ manifest.yaml
│  │  │  ├── nrf54l_ns
│  │  │  │  ├── hard-float
│  │  │  │  │  ├── libmpsl.a
│  │  │  │  │  │ manifest.yaml
│  │  │  │  ├── soft-float
│  │  │  │  │  ├── libmpsl.a
│  │  │  │  │  │ manifest.yaml
│  │  │  │  ├── softfp-float
│  │  │  │  │  ├── libmpsl.a
│  │  │  │  │  │ manifest.yaml
│  ├── softdevice_controller
│  │  ├── CHANGELOG.rst
│  │  ├── include
│  │  │  │ sdc_hci.h
│  │  ├── lib
│  │  │  ├── nrf52
│  │  │  │  ├── hard-float
│  │  │  │  │  ├── libsoftdevice_controller_central.a
│  │  │  │  │  ├── libsoftdevice_controller_multirole.a
│  │  │  │  │  ├── libsoftdevice_controller_peripheral.a
│  │  │  │  │  │ manifest.yaml
│  │  │  │  ├── soft-float
│  │  │  │  │  ├── libsoftdevice_controller_central.a
│  │  │  │  │  ├── libsoftdevice_controller_multirole.a
│  │  │  │  │  ├── libsoftdevice_controller_peripheral.a
│  │  │  │  │  │ manifest.yaml
│  │  │  │  ├── softfp-float
│  │  │  │  │  ├── libsoftdevice_controller_central.a
│  │  │  │  │  ├── libsoftdevice_controller_multirole.a
│  │  │  │  │  ├── libsoftdevice_controller_peripheral.a
│  │  │  │  │  │ manifest.yaml
│  │  │  ├── nrf53
│  │  │  │  ├── soft-float
│  │  │  │  │  ├── libsoftdevice_controller_multirole.a
│  │  │  │  │  │ manifest.yaml
│  │  │  ├── nrf54h
│  │  │  │  ├── hard-float
│  │  │  │  │  ├── libsoftdevice_controller_multirole.a
│  │  │  │  │  │ manifest.yaml
│  │  │  │  ├── soft-float
│  │  │  │  │  ├── libsoftdevice_controller_multirole.a
│  │  │  │  │  │ manifest.yaml
│  │  │  │  ├── softfp-float
│  │  │  │  │  ├── libsoftdevice_controller_multirole.a
│  │  │  │  │  │ manifest.yaml
│  │  │  ├── nrf54l
│  │  │  │  ├── hard-float
│  │  │  │  │  ├── libsoftdevice_controller_multirole.a
│  │  │  │  │  │ manifest.yaml
│  │  │  │  ├── soft-float
│  │  │  │  │  ├── libsoftdevice_controller_multirole.a
│  │  │  │  │  │ manifest.yaml
│  │  │  │  ├── softfp-float
│  │  │  │  │  ├── libsoftdevice_controller_multirole.a
│  │  │  │  │  │ manifest.yaml
│  │  │  ├── nrf54l_ns
│  │  │  │  ├── hard-float
│  │  │  │  │  ├── libsoftdevice_controller_multirole.a
│  │  │  │  │  │ manifest.yaml
│  │  │  │  ├── soft-float
│  │  │  │  │  ├── libsoftdevice_controller_multirole.a
│  │  │  │  │  │ manifest.yaml
│  │  │  │  ├── softfp-float
│  │  │  │  │  ├── libsoftdevice_controller_multirole.a
│  │  │  │  │  │ manifest.yaml
samples
│  ├── benchmarks
│  │  ├── coremark
│  │  │  │ Kconfig
│  ├── bluetooth
│  │  ├── central_and_peripheral_hr
│  │  │  │ sample.yaml
│  │  ├── central_uart
│  │  │  │ sample.yaml
│  │  ├── conn_time_sync
│  │  │  │ sample.yaml
│  │  ├── direct_test_mode
│  │  │  │ sample.yaml
│  │  ├── iso_combined_bis_and_cis
│  │  │  │ sample.yaml
│  │  ├── iso_time_sync
│  │  │  │ sample.yaml
│  │  ├── nrf_auraconfig
│  │  │  │ sample.yaml
│  │  ├── peripheral_lbs
│  │  │  │ sample.yaml
│  │  ├── peripheral_power_profiling
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── peripheral_uart
│  │  │  │ sample.yaml
│  │  ├── radio_notification_cb
│  │  │  │ sample.yaml
│  │  ├── subrating
│  │  │  │ sample.yaml
│  ├── crypto
│  │  ├── aes_cbc
│  │  │  │ sample.yaml
│  │  ├── aes_ccm
│  │  │  │ sample.yaml
│  │  ├── aes_ctr
│  │  │  │ sample.yaml
│  │  ├── aes_gcm
│  │  │  │ sample.yaml
│  │  ├── chachapoly
│  │  │  │ sample.yaml
│  │  ├── ecdh
│  │  │  │ sample.yaml
│  │  ├── ecdsa
│  │  │  │ sample.yaml
│  │  ├── ecjpake
│  │  │  │ sample.yaml
│  │  ├── eddsa
│  │  │  │ sample.yaml
│  │  ├── hkdf
│  │  │  │ sample.yaml
│  │  ├── hmac
│  │  │  │ sample.yaml
│  │  ├── pbkdf2
│  │  │  │ sample.yaml
│  │  ├── persistent_key_usage
│  │  │  │ sample.yaml
│  │  ├── psa_tls
│  │  │  │ sample.yaml
│  │  ├── rng
│  │  │  │ sample.yaml
│  │  ├── rsa
│  │  │  │ sample.yaml
│  │  ├── sha256
│  │  │  │ sample.yaml
│  │  ├── spake2p
│  │  │  │ sample.yaml
│  ├── esb
│  │  ├── esb_prx
│  │  │  │ sample.yaml
│  │  ├── esb_ptx
│  │  │  │ sample.yaml
│  ├── keys
│  │  ├── hw_unique_key
│  │  │  │ sample.yaml
│  ├── mpsl
│  │  ├── timeslot
│  │  │  │ sample.yaml
│  ├── nfc
│  │  ├── record_launch_app
│  │  │  │ sample.yaml
│  │  ├── record_text
│  │  │  │ sample.yaml
│  │  ├── shell
│  │  │  │ sample.yaml
│  │  ├── system_off
│  │  │  │ sample.yaml
│  │  ├── tnep_tag
│  │  │  │ sample.yaml
│  │  ├── writable_ndef_msg
│  │  │  │ sample.yaml
│  ├── peripheral
│  │  ├── 802154_phy_test
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── modules
│  │  │  │  ├── app_rpc
│  │  │  │  │  ├── zephyr
│  │  │  │  │  │  ├── Kconfig
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ app_rpc.c
│  │  ├── radio_test
│  │  │  │ sample.yaml
scripts
│  ├── quarantine_integration.yaml
│  │ quarantine_zephyr.yaml
snippets
│  ├── nrf70-wifi
│  │  │ snippet.yml
subsys
│  ├── bluetooth
│  │  ├── controller
│  │  │  │ Kconfig
│  ├── esb
│  │  ├── Kconfig
│  │  ├── esb.c
│  │  │ esb_dppi.c
│  ├── nrf_security
│  │  ├── Kconfig
│  │  ├── src
│  │  │  ├── drivers
│  │  │  │  ├── cracen
│  │  │  │  │  ├── cracenpsa
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ lib_kmu.c
│  │  │  │  │  │ psa_driver.Kconfig
│  ├── partition_manager
│  │  ├── CMakeLists.txt
│  │  ├── Kconfig
│  │  ├── pm.yml.nvs
│  │  │ pm.yml.settings
│  ├── sdfw_services
│  │  │ Kconfig
sysbuild
│  ├── Kconfig.appcore
│  ├── Kconfig.netcore
│  │ Kconfig.pprcore
tests
│  ├── benchmarks
│  │  ├── multicore
│  │  │  ├── idle_ppr
│  │  │  │  ├── remote
│  │  │  │  │  │ CMakeLists.txt
│  ├── drivers
│  │  ├── fprotect
│  │  │  ├── storage
│  │  │  │  │ testcase.yaml
│  │  ├── nrfx_integration_test
│  │  │  │ testcase.yaml
│  │  ├── pwm
│  │  │  ├── gpio_loopback
│  │  │  │  │ testcase.yaml
west.yml
zephyr
│  ├── arch
│  │  ├── arm
│  │  │  ├── core
│  │  │  │  ├── cortex_a_r
│  │  │  │  │  │ Kconfig
│  ├── boards
│  │  ├── 01space
│  │  │  ├── esp32c3_042_oled
│  │  │  │  │ board.yml
│  │  ├── 96boards
│  │  │  ├── aerocore2
│  │  │  │  │ board.yml
│  │  │  ├── argonkey
│  │  │  │  │ board.yml
│  │  │  ├── avenger96
│  │  │  │  │ board.yml
│  │  │  ├── carbon
│  │  │  │  │ board.yml
│  │  │  ├── meerkat96
│  │  │  │  │ board.yml
│  │  │  ├── neonkey
│  │  │  │  │ board.yml
│  │  │  ├── nitrogen
│  │  │  │  │ board.yml
│  │  │  ├── stm32_sensor_mez
│  │  │  │  │ board.yml
│  │  │  ├── wistrio
│  │  │  │  │ board.yml
│  │  ├── aconno
│  │  │  ├── acn52832
│  │  │  │  │ board.yml
│  │  ├── acrn
│  │  │  ├── acrn
│  │  │  │  │ board.yml
│  │  ├── actinius
│  │  │  ├── icarus
│  │  │  │  │ board.yml
│  │  │  ├── icarus_bee
│  │  │  │  │ board.yml
│  │  │  ├── icarus_som
│  │  │  │  │ board.yml
│  │  │  ├── icarus_som_dk
│  │  │  │  │ board.yml
│  │  ├── adafruit
│  │  │  ├── feather_m0_basic_proto
│  │  │  │  │ board.yml
│  │  │  ├── feather_m0_lora
│  │  │  │  │ board.yml
│  │  │  ├── feather_nrf52840
│  │  │  │  │ board.yml
│  │  │  ├── feather_stm32f405
│  │  │  │  │ board.yml
│  │  │  ├── grand_central_m4_express
│  │  │  │  │ board.yml
│  │  │  ├── itsybitsy
│  │  │  │  │ board.yml
│  │  │  ├── itsybitsy_m4_express
│  │  │  │  │ board.yml
│  │  │  ├── kb2040
│  │  │  │  │ board.yml
│  │  │  ├── nrf52_adafruit_feather
│  │  │  │  │ board.yml
│  │  │  ├── qt_py_rp2040
│  │  │  │  │ board.yml
│  │  │  ├── trinket_m0
│  │  │  │  │ board.yml
│  │  ├── adi
│  │  │  ├── apard32690
│  │  │  │  │ board.yml
│  │  │  ├── eval_adin1110ebz
│  │  │  │  │ board.yml
│  │  │  ├── eval_adin2111ebz
│  │  │  │  │ board.yml
│  │  │  ├── max32655evkit
│  │  │  │  │ board.yml
│  │  │  ├── max32655fthr
│  │  │  │  │ board.yml
│  │  │  ├── max32662evkit
│  │  │  │  │ board.yml
│  │  │  ├── max32666evkit
│  │  │  │  │ board.yml
│  │  │  ├── max32666fthr
│  │  │  │  │ board.yml
│  │  │  ├── max32670evkit
│  │  │  │  │ board.yml
│  │  │  ├── max32672evkit
│  │  │  │  │ board.yml
│  │  │  ├── max32672fthr
│  │  │  │  │ board.yml
│  │  │  ├── max32675evkit
│  │  │  │  │ board.yml
│  │  │  ├── max32680evkit
│  │  │  │  │ board.yml
│  │  │  ├── max32690evkit
│  │  │  │  │ board.yml
│  │  │  ├── max32690fthr
│  │  │  │  │ board.yml
│  │  │  ├── sdp_k1
│  │  │  │  │ board.yml
│  │  ├── alientek
│  │  │  ├── pandora_stm32l475
│  │  │  │  │ board.yml
│  │  ├── altr
│  │  │  ├── max10
│  │  │  │  │ board.yml
│  │  ├── ambiq
│  │  │  ├── apollo3_evb
│  │  │  │  │ board.yml
│  │  │  ├── apollo3p_evb
│  │  │  │  │ board.yml
│  │  │  ├── apollo4p_blue_kxr_evb
│  │  │  │  │ board.yml
│  │  │  ├── apollo4p_evb
│  │  │  │  │ board.yml
│  │  ├── amd
│  │  │  ├── kv260_r5
│  │  │  │  │ board.yml
│  │  ├── andestech
│  │  │  ├── adp_xc7k_ae350
│  │  │  │  │ board.yml
│  │  ├── arduino
│  │  │  ├── due
│  │  │  │  │ board.yml
│  │  │  ├── giga_r1
│  │  │  │  │ board.yml
│  │  │  ├── mkrzero
│  │  │  │  │ board.yml
│  │  │  ├── nano_33_ble
│  │  │  │  │ board.yml
│  │  │  ├── nano_33_iot
│  │  │  │  │ board.yml
│  │  │  ├── nicla_sense_me
│  │  │  │  │ board.yml
│  │  │  ├── nicla_vision
│  │  │  │  │ board.yml
│  │  │  ├── opta
│  │  │  │  │ board.yml
│  │  │  ├── portenta_h7
│  │  │  │  │ board.yml
│  │  │  ├── uno_r4
│  │  │  │  │ board.yml
│  │  │  ├── zero
│  │  │  │  │ board.yml
│  │  ├── arm
│  │  │  ├── fvp_base_revc_2xaemv8a
│  │  │  │  │ board.yml
│  │  │  ├── fvp_baser_aemv8r
│  │  │  │  │ board.yml
│  │  │  ├── mps2
│  │  │  │  │ board.yml
│  │  │  ├── mps3
│  │  │  │  │ board.yml
│  │  │  ├── v2m_beetle
│  │  │  │  │ board.yml
│  │  │  ├── v2m_musca_b1
│  │  │  │  │ board.yml
│  │  │  ├── v2m_musca_s1
│  │  │  │  │ board.yml
│  │  ├── aspeed
│  │  │  ├── ast1030_evb
│  │  │  │  │ board.yml
│  │  ├── atmarktechno
│  │  │  ├── degu_evk
│  │  │  │  │ board.yml
│  │  ├── atmel
│  │  │  ├── sam
│  │  │  │  ├── sam4e_xpro
│  │  │  │  │  │ board.yml
│  │  │  │  ├── sam4l_ek
│  │  │  │  │  │ board.yml
│  │  │  │  ├── sam4s_xplained
│  │  │  │  │  │ board.yml
│  │  │  │  ├── sam_e70_xplained
│  │  │  │  │  │ board.yml
│  │  │  │  ├── sam_v71_xult
│  │  │  │  │  │ board.yml
│  │  │  ├── sam0
│  │  │  │  ├── samc21n_xpro
│  │  │  │  │  │ board.yml
│  │  │  │  ├── samd20_xpro
│  │  │  │  │  │ board.yml
│  │  │  │  ├── samd21_xpro
│  │  │  │  │  │ board.yml
│  │  │  │  ├── same54_xpro
│  │  │  │  │  │ board.yml
│  │  │  │  ├── saml21_xpro
│  │  │  │  │  │ board.yml
│  │  │  │  ├── samr21_xpro
│  │  │  │  │  │ board.yml
│  │  │  │  ├── samr34_xpro
│  │  │  │  │  │ board.yml
│  │  ├── bbc
│  │  │  ├── microbit
│  │  │  │  │ board.yml
│  │  │  ├── microbit_v2
│  │  │  │  │ board.yml
│  │  ├── bcdevices
│  │  │  ├── plt_demo_v2
│  │  │  │  │ board.yml
│  │  ├── beagle
│  │  │  ├── beagleconnect_freedom
│  │  │  │  │ board.yml
│  │  │  ├── beagleplay
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.beagleplay
│  │  │  │  ├── beagleplay-cc1352p7-pinctrl.dtsi
│  │  │  │  ├── beagleplay_cc1352p7.dts
│  │  │  │  ├── beagleplay_cc1352p7.yaml
│  │  │  │  ├── beagleplay_cc1352p7_defconfig
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── doc
│  │  │  │  │  ├── beagleplay_cc1352p7.rst
│  │  │  │  │  ├── img
│  │  │  │  │  │  │ beagle_play.webp
│  │  │  │  ├── support
│  │  │  │  │  │ openocd.cfg
│  │  │  ├── beaglev_fire
│  │  │  │  │ board.yml
│  │  ├── blues
│  │  │  ├── swan_r5
│  │  │  │  │ board.yml
│  │  ├── brcm
│  │  │  ├── bcm958401m2
│  │  │  │  │ board.yml
│  │  │  ├── bcm958402m2
│  │  │  │  │ board.yml
│  │  ├── bytesatwork
│  │  │  ├── bytesensi_l
│  │  │  │  │ board.yml
│  │  ├── cdns
│  │  │  ├── xt-sim
│  │  │  │  │ board.yml
│  │  ├── circuitdojo
│  │  │  ├── feather
│  │  │  │  │ board.yml
│  │  ├── contextualelectronics
│  │  │  ├── abc
│  │  │  │  │ board.yml
│  │  ├── croxel
│  │  │  ├── croxel_cx1825
│  │  │  │  │ board.yml
│  │  ├── ct
│  │  │  ├── ctcc
│  │  │  │  │ board.yml
│  │  ├── cypress
│  │  │  ├── cy8ckit_062_ble
│  │  │  │  │ board.yml
│  │  │  ├── cy8ckit_062_wifi_bt
│  │  │  │  │ board.yml
│  │  ├── deprecated.cmake
│  │  ├── digilent
│  │  │  ├── arty_a7
│  │  │  │  │ board.yml
│  │  │  ├── zybo
│  │  │  │  │ board.yml
│  │  ├── dptechnics
│  │  │  ├── walter
│  │  │  │  │ board.yml
│  │  ├── dragino
│  │  │  ├── lsn50
│  │  │  │  │ board.yml
│  │  │  ├── nbsn95
│  │  │  │  │ board.yml
│  │  ├── ebyte
│  │  │  ├── e73_tbb
│  │  │  │  │ board.yml
│  │  ├── efinix
│  │  │  ├── titanium_ti60_f225
│  │  │  │  │ board.yml
│  │  ├── electronut
│  │  │  ├── nrf52840_blip
│  │  │  │  │ board.yml
│  │  │  ├── nrf52840_papyr
│  │  │  │  │ board.yml
│  │  ├── element14
│  │  │  ├── warp7
│  │  │  │  │ board.yml
│  │  ├── enclustra
│  │  │  ├── mercury_xu
│  │  │  │  │ board.yml
│  │  ├── ene
│  │  │  ├── kb1200_evb
│  │  │  │  │ board.yml
│  │  ├── enjoydigital
│  │  │  ├── litex_vexriscv
│  │  │  │  │ board.yml
│  │  ├── espressif
│  │  │  ├── esp32_devkitc_wroom
│  │  │  │  │ board.yml
│  │  │  ├── esp32_devkitc_wrover
│  │  │  │  │ board.yml
│  │  │  ├── esp32_ethernet_kit
│  │  │  │  │ board.yml
│  │  │  ├── esp32c3_devkitc
│  │  │  │  │ board.yml
│  │  │  ├── esp32c3_devkitm
│  │  │  │  │ board.yml
│  │  │  ├── esp32c3_rust
│  │  │  │  │ board.yml
│  │  │  ├── esp32c6_devkitc
│  │  │  │  │ board.yml
│  │  │  ├── esp32s2_devkitc
│  │  │  │  │ board.yml
│  │  │  ├── esp32s2_saola
│  │  │  │  │ board.yml
│  │  │  ├── esp32s3_devkitc
│  │  │  │  │ board.yml
│  │  │  ├── esp32s3_devkitm
│  │  │  │  │ board.yml
│  │  │  ├── esp32s3_eye
│  │  │  │  │ board.yml
│  │  │  ├── esp8684_devkitm
│  │  │  │  │ board.yml
│  │  │  ├── esp_wrover_kit
│  │  │  │  │ board.yml
│  │  ├── ezurio
│  │  │  ├── bl5340_dvk
│  │  │  │  │ board.yml
│  │  │  ├── bl652_dvk
│  │  │  │  │ board.yml
│  │  │  ├── bl653_dvk
│  │  │  │  │ board.yml
│  │  │  ├── bl654_dvk
│  │  │  │  │ board.yml
│  │  │  ├── bl654_sensor_board
│  │  │  │  │ board.yml
│  │  │  ├── bl654_usb
│  │  │  │  │ board.yml
│  │  │  ├── bt510
│  │  │  │  │ board.yml
│  │  │  ├── bt610
│  │  │  │  │ board.yml
│  │  │  ├── mg100
│  │  │  │  │ board.yml
│  │  │  ├── pinnacle_100_dvk
│  │  │  │  │ board.yml
│  │  │  ├── rm1xx_dvk
│  │  │  │  │ board.yml
│  │  ├── fanke
│  │  │  ├── fk7b0m1_vbt6
│  │  │  │  │ board.yml
│  │  ├── firefly
│  │  │  ├── roc_rk3568_pc
│  │  │  │  │ board.yml
│  │  ├── franzininho
│  │  │  ├── esp32s2_franzininho
│  │  │  │  │ board.yml
│  │  ├── gaisler
│  │  │  ├── generic_leon3
│  │  │  │  │ board.yml
│  │  │  ├── gr716a_mini
│  │  │  │  │ board.yml
│  │  ├── gd
│  │  │  ├── gd32a503v_eval
│  │  │  │  │ board.yml
│  │  │  ├── gd32e103v_eval
│  │  │  │  │ board.yml
│  │  │  ├── gd32e507v_start
│  │  │  │  │ board.yml
│  │  │  ├── gd32e507z_eval
│  │  │  │  │ board.yml
│  │  │  ├── gd32f350r_eval
│  │  │  │  │ board.yml
│  │  │  ├── gd32f403z_eval
│  │  │  │  │ board.yml
│  │  │  ├── gd32f407v_start
│  │  │  │  │ board.yml
│  │  │  ├── gd32f450i_eval
│  │  │  │  │ board.yml
│  │  │  ├── gd32f450v_start
│  │  │  │  │ board.yml
│  │  │  ├── gd32f450z_eval
│  │  │  │  │ board.yml
│  │  │  ├── gd32f470i_eval
│  │  │  │  │ board.yml
│  │  │  ├── gd32l233r_eval
│  │  │  │  │ board.yml
│  │  │  ├── gd32vf103c_starter
│  │  │  │  │ board.yml
│  │  │  ├── gd32vf103v_eval
│  │  │  │  │ board.yml
│  │  ├── google
│  │  │  ├── dragonclaw
│  │  │  │  │ board.yml
│  │  │  ├── twinkie_v2
│  │  │  │  │ board.yml
│  │  ├── hardkernel
│  │  │  ├── odroid_go
│  │  │  │  │ board.yml
│  │  ├── heltec
│  │  │  ├── heltec_wifi_lora32_v2
│  │  │  │  │ board.yml
│  │  │  ├── heltec_wireless_stick_lite_v3
│  │  │  │  │ board.yml
│  │  ├── holyiot
│  │  │  ├── yj16019
│  │  │  │  │ board.yml
│  │  ├── infineon
│  │  │  ├── cy8ckit_062s4
│  │  │  │  │ board.yml
│  │  │  ├── cy8cproto_062_4343w
│  │  │  │  │ board.yml
│  │  │  ├── cy8cproto_063_ble
│  │  │  │  │ board.yml
│  │  │  ├── cyw920829m2evk_02
│  │  │  │  │ board.yml
│  │  │  ├── xmc45_relax_kit
│  │  │  │  │ board.yml
│  │  │  ├── xmc47_relax_kit
│  │  │  │  │ board.yml
│  │  ├── innblue
│  │  │  ├── innblue21
│  │  │  │  │ board.yml
│  │  │  ├── innblue22
│  │  │  │  │ board.yml
│  │  ├── intel
│  │  │  ├── adl
│  │  │  │  │ board.yml
│  │  │  ├── adsp
│  │  │  │  │ board.yml
│  │  │  ├── ehl
│  │  │  │  │ board.yml
│  │  │  ├── ish
│  │  │  │  │ board.yml
│  │  │  ├── niosv_g
│  │  │  │  │ board.yml
│  │  │  ├── niosv_m
│  │  │  │  │ board.yml
│  │  │  ├── rpl
│  │  │  │  │ board.yml
│  │  │  ├── socfpga
│  │  │  │  ├── agilex5_socdk
│  │  │  │  │  │ board.yml
│  │  │  │  ├── agilex_socdk
│  │  │  │  │  │ board.yml
│  │  │  ├── socfpga_std
│  │  │  │  ├── cyclonev_socdk
│  │  │  │  │  │ board.yml
│  │  ├── ite
│  │  │  ├── it82xx2_evb
│  │  │  │  │ board.yml
│  │  │  ├── it8xxx2_evb
│  │  │  │  │ board.yml
│  │  ├── khadas
│  │  │  ├── edgev
│  │  │  │  │ board.yml
│  │  ├── kincony
│  │  │  ├── kincony_kc868_a32
│  │  │  │  │ board.yml
│  │  ├── lilygo
│  │  │  ├── ttgo_lora32
│  │  │  │  │ board.yml
│  │  │  ├── ttgo_t8c3
│  │  │  │  │ board.yml
│  │  ├── lowrisc
│  │  │  ├── opentitan_earlgrey
│  │  │  │  │ board.yml
│  │  ├── luatos
│  │  │  ├── esp32c3_luatos_core
│  │  │  │  │ board.yml
│  │  │  ├── esp32s3_luatos_core
│  │  │  │  │ board.yml
│  │  ├── m5stack
│  │  │  ├── m5stack_atom_lite
│  │  │  │  │ board.yml
│  │  │  ├── m5stack_atoms3
│  │  │  │  │ board.yml
│  │  │  ├── m5stack_atoms3_lite
│  │  │  │  │ board.yml
│  │  │  ├── m5stack_core2
│  │  │  │  │ board.yml
│  │  │  ├── m5stack_stamps3
│  │  │  │  │ board.yml
│  │  │  ├── m5stickc_plus
│  │  │  │  │ board.yml
│  │  │  ├── stamp_c3
│  │  │  │  │ board.yml
│  │  ├── madmachine
│  │  │  ├── mm_feather
│  │  │  │  │ board.yml
│  │  │  ├── mm_swiftio
│  │  │  │  │ board.yml
│  │  ├── makerdiary
│  │  │  ├── nrf52832_mdk
│  │  │  │  │ board.yml
│  │  │  ├── nrf52840_mdk
│  │  │  │  │ board.yml
│  │  │  ├── nrf52840_mdk_usb_dongle
│  │  │  │  │ board.yml
│  │  ├── mediatek
│  │  │  ├── mt8195_adsp
│  │  │  │  │ board.yml
│  │  ├── microchip
│  │  │  ├── ev11l78a
│  │  │  │  │ board.yml
│  │  │  ├── m2gl025_miv
│  │  │  │  │ board.yml
│  │  │  ├── mec1501modular_assy6885
│  │  │  │  │ board.yml
│  │  │  ├── mec15xxevb_assy6853
│  │  │  │  │ board.yml
│  │  │  ├── mec172xevb_assy6906
│  │  │  │  │ board.yml
│  │  │  ├── mec172xmodular_assy6930
│  │  │  │  │ board.yml
│  │  │  ├── mpfs_icicle
│  │  │  │  │ board.yml
│  │  ├── mikroe
│  │  │  ├── clicker_2
│  │  │  │  │ board.yml
│  │  │  ├── clicker_ra4m1
│  │  │  │  │ board.yml
│  │  │  ├── mini_m4_for_stm32
│  │  │  │  │ board.yml
│  │  │  ├── stm32_m4_clicker
│  │  │  │  │ board.yml
│  │  ├── mxchip
│  │  │  ├── az3166_iotdevkit
│  │  │  │  │ board.yml
│  │  ├── native
│  │  │  ├── native_posix
│  │  │  │  │ board.yml
│  │  │  ├── native_sim
│  │  │  │  │ board.yml
│  │  │  ├── nrf_bsim
│  │  │  │  │ board.yml
│  │  ├── nordic
│  │  │  ├── nrf21540dk
│  │  │  │  │ board.yml
│  │  │  ├── nrf51dk
│  │  │  │  │ board.yml
│  │  │  ├── nrf51dongle
│  │  │  │  │ board.yml
│  │  │  ├── nrf52833dk
│  │  │  │  │ board.yml
│  │  │  ├── nrf52840dk
│  │  │  │  │ board.yml
│  │  │  ├── nrf52840dongle
│  │  │  │  │ board.yml
│  │  │  ├── nrf52dk
│  │  │  │  │ board.yml
│  │  │  ├── nrf5340_audio_dk
│  │  │  │  │ board.yml
│  │  │  ├── nrf5340dk
│  │  │  │  │ board.yml
│  │  │  ├── nrf54h20dk
│  │  │  │  ├── Kconfig.nrf54h20dk
│  │  │  │  ├── board.yml
│  │  │  │  ├── nrf54h20dk_nrf54h20_0_8_0.dtsi
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuflpr_0_8_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuflpr_xip_0_8_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuppr_0_8_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuppr_xip_0_8_0.yaml
│  │  │  │  │ nrf54h20dk_nrf54h20_cpurad_0_8_0.yaml
│  │  │  ├── nrf54l15dk
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.nrf54l15dk
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── nrf54l15dk_common.dtsi
│  │  │  │  ├── nrf54l15dk_nrf54l05_cpuapp.dts
│  │  │  │  ├── nrf54l15dk_nrf54l05_cpuapp.yaml
│  │  │  │  ├── nrf54l15dk_nrf54l05_cpuapp_defconfig
│  │  │  │  ├── nrf54l15dk_nrf54l10_cpuapp.dts
│  │  │  │  ├── nrf54l15dk_nrf54l10_cpuapp.yaml
│  │  │  │  ├── nrf54l15dk_nrf54l10_cpuapp_defconfig
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.dts
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp_ns.dts
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuflpr.dts
│  │  │  │  ├── nrf54l15dk_nrf54l_05_10_15-pinctrl.dtsi
│  │  │  │  │ nrf54l_05_10_15_cpuapp_common.dtsi
│  │  │  ├── nrf54l15pdk
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.nrf54l15pdk
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── doc
│  │  │  │  │  ├── img
│  │  │  │  │  │  │ nrf54l15pdk_nrf54l15.webp
│  │  │  │  │  │ index.rst
│  │  │  │  ├── nrf54l15_cpuapp_common.dtsi
│  │  │  │  ├── nrf54l15pdk_nrf54l15-common.dtsi
│  │  │  │  ├── nrf54l15pdk_nrf54l15-pinctrl.dtsi
│  │  │  │  ├── nrf54l15pdk_nrf54l15_common_0_2_1.dtsi
│  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuapp.dts
│  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuapp_0_2_1.overlay
│  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuapp_ns.dts
│  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuapp_ns.yaml
│  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuflpr.dts
│  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuflpr.yaml
│  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuflpr_0_2_1.overlay
│  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuflpr_defconfig
│  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuflpr_xip.dts
│  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuflpr_xip.yaml
│  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuflpr_xip_0_2_1.overlay
│  │  │  │  │ nrf54l15pdk_nrf54l15_cpuflpr_xip_defconfig
│  │  │  ├── nrf54l20pdk
│  │  │  │  │ board.yml
│  │  │  ├── nrf7002dk
│  │  │  │  │ board.yml
│  │  │  ├── nrf9131ek
│  │  │  │  │ board.yml
│  │  │  ├── nrf9151dk
│  │  │  │  │ board.yml
│  │  │  ├── nrf9160dk
│  │  │  │  │ board.yml
│  │  │  ├── nrf9161dk
│  │  │  │  │ board.yml
│  │  │  ├── nrf9280pdk
│  │  │  │  │ board.yml
│  │  │  ├── thingy52
│  │  │  │  │ board.yml
│  │  │  ├── thingy53
│  │  │  │  │ board.yml
│  │  ├── nuvoton
│  │  │  ├── npcm400_evb
│  │  │  │  │ board.yml
│  │  │  ├── npcx4m8f_evb
│  │  │  │  │ board.yml
│  │  │  ├── npcx7m6fb_evb
│  │  │  │  │ board.yml
│  │  │  ├── npcx9m6f_evb
│  │  │  │  │ board.yml
│  │  │  ├── numaker_m2l31ki
│  │  │  │  │ board.yml
│  │  │  ├── numaker_pfm_m467
│  │  │  │  │ board.yml
│  │  │  ├── numaker_pfm_m487
│  │  │  │  │ board.yml
│  │  ├── nxp
│  │  │  ├── frdm_k22f
│  │  │  │  │ board.yml
│  │  │  ├── frdm_k64f
│  │  │  │  │ board.yml
│  │  │  ├── frdm_k82f
│  │  │  │  │ board.yml
│  │  │  ├── frdm_ke15z
│  │  │  │  │ board.yml
│  │  │  ├── frdm_ke17z
│  │  │  │  │ board.yml
│  │  │  ├── frdm_ke17z512
│  │  │  │  │ board.yml
│  │  │  ├── frdm_kl25z
│  │  │  │  │ board.yml
│  │  │  ├── frdm_kw41z
│  │  │  │  │ board.yml
│  │  │  ├── frdm_mcxa156
│  │  │  │  │ board.yml
│  │  │  ├── frdm_mcxc242
│  │  │  │  │ board.yml
│  │  │  ├── frdm_mcxc444
│  │  │  │  ├── Kconfig.frdm_mcxc444
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── doc
│  │  │  │  │  ├── frdm_mcxc444.webp
│  │  │  │  │  │ index.rst
│  │  │  │  ├── frdm_mcxc444-pinctrl.dtsi
│  │  │  │  ├── frdm_mcxc444.dts
│  │  │  │  ├── frdm_mcxc444.yaml
│  │  │  │  │ frdm_mcxc444_defconfig
│  │  │  ├── frdm_mcxn236
│  │  │  │  │ board.yml
│  │  │  ├── frdm_mcxn947
│  │  │  │  │ board.yml
│  │  │  ├── frdm_mcxw71
│  │  │  │  ├── Kconfig.frdm_mcxw71
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── doc
│  │  │  │  │  ├── frdm_mcxw71.webp
│  │  │  │  │  │ index.rst
│  │  │  │  ├── frdm_mcxw71-pinctrl.dtsi
│  │  │  │  ├── frdm_mcxw71.dts
│  │  │  │  ├── frdm_mcxw71.yaml
│  │  │  │  │ frdm_mcxw71_defconfig
│  │  │  ├── frdm_rw612
│  │  │  │  │ board.yml
│  │  │  ├── hexiwear
│  │  │  │  │ board.yml
│  │  │  ├── imx8mm_evk
│  │  │  │  │ board.yml
│  │  │  ├── imx8mn_evk
│  │  │  │  │ board.yml
│  │  │  ├── imx8mp_evk
│  │  │  │  │ board.yml
│  │  │  ├── imx8mq_evk
│  │  │  │  │ board.yml
│  │  │  ├── imx8qm_mek
│  │  │  │  │ board.yml
│  │  │  ├── imx8qxp_mek
│  │  │  │  │ board.yml
│  │  │  ├── imx8ulp_evk
│  │  │  │  │ board.yml
│  │  │  ├── imx93_evk
│  │  │  │  │ board.yml
│  │  │  ├── imx95_evk
│  │  │  │  │ board.yml
│  │  │  ├── lpcxpresso11u68
│  │  │  │  │ board.yml
│  │  │  ├── lpcxpresso51u68
│  │  │  │  │ board.yml
│  │  │  ├── lpcxpresso54114
│  │  │  │  │ board.yml
│  │  │  ├── lpcxpresso55s06
│  │  │  │  │ board.yml
│  │  │  ├── lpcxpresso55s16
│  │  │  │  │ board.yml
│  │  │  ├── lpcxpresso55s28
│  │  │  │  │ board.yml
│  │  │  ├── lpcxpresso55s36
│  │  │  │  │ board.yml
│  │  │  ├── lpcxpresso55s69
│  │  │  │  │ board.yml
│  │  │  ├── ls1046ardb
│  │  │  │  │ board.yml
│  │  │  ├── mimxrt1010_evk
│  │  │  │  │ board.yml
│  │  │  ├── mimxrt1015_evk
│  │  │  │  │ board.yml
│  │  │  ├── mimxrt1020_evk
│  │  │  │  │ board.yml
│  │  │  ├── mimxrt1024_evk
│  │  │  │  │ board.yml
│  │  │  ├── mimxrt1040_evk
│  │  │  │  │ board.yml
│  │  │  ├── mimxrt1050_evk
│  │  │  │  │ board.yml
│  │  │  ├── mimxrt1060_evk
│  │  │  │  │ board.yml
│  │  │  ├── mimxrt1062_fmurt6
│  │  │  │  │ board.yml
│  │  │  ├── mimxrt1064_evk
│  │  │  │  │ board.yml
│  │  │  ├── mimxrt1160_evk
│  │  │  │  │ board.yml
│  │  │  ├── mimxrt1170_evk
│  │  │  │  │ board.yml
│  │  │  ├── mimxrt1180_evk
│  │  │  │  │ board.yml
│  │  │  ├── mimxrt595_evk
│  │  │  │  │ board.yml
│  │  │  ├── mimxrt685_evk
│  │  │  │  │ board.yml
│  │  │  ├── mr_canhubk3
│  │  │  │  │ board.yml
│  │  │  ├── rd_rw612_bga
│  │  │  │  │ board.yml
│  │  │  ├── rddrone_fmuk66
│  │  │  │  │ board.yml
│  │  │  ├── s32z2xxdc2
│  │  │  │  │ board.yml
│  │  │  ├── twr_ke18f
│  │  │  │  │ board.yml
│  │  │  ├── twr_kv58f220m
│  │  │  │  │ board.yml
│  │  │  ├── ucans32k1sic
│  │  │  │  │ board.yml
│  │  │  ├── usb_kw24d512
│  │  │  │  │ board.yml
│  │  │  ├── vmu_rt1170
│  │  │  │  │ board.yml
│  │  ├── olimex
│  │  │  ├── lora_stm32wl_devkit
│  │  │  │  │ board.yml
│  │  │  ├── olimex_esp32_evb
│  │  │  │  │ board.yml
│  │  │  ├── olimexino_stm32
│  │  │  │  │ board.yml
│  │  │  ├── stm32_e407
│  │  │  │  │ board.yml
│  │  │  ├── stm32_h103
│  │  │  │  │ board.yml
│  │  │  ├── stm32_h405
│  │  │  │  │ board.yml
│  │  │  ├── stm32_h407
│  │  │  │  │ board.yml
│  │  │  ├── stm32_p405
│  │  │  │  │ board.yml
│  │  ├── openisa
│  │  │  ├── rv32m1_vega
│  │  │  │  │ board.yml
│  │  ├── others
│  │  │  ├── black_f407ve
│  │  │  │  │ board.yml
│  │  │  ├── black_f407zg_pro
│  │  │  │  │ board.yml
│  │  │  ├── icev_wireless
│  │  │  │  │ board.yml
│  │  │  ├── neorv32
│  │  │  │  │ board.yml
│  │  │  ├── serpente
│  │  │  │  │ board.yml
│  │  │  ├── stm32_min_dev
│  │  │  │  │ board.yml
│  │  │  ├── stm32f030_demo
│  │  │  │  │ board.yml
│  │  │  ├── stm32f103_mini
│  │  │  │  │ board.yml
│  │  │  ├── stm32f401_mini
│  │  │  │  │ board.yml
│  │  ├── panasonic
│  │  │  ├── pan1770_evb
│  │  │  │  │ board.yml
│  │  │  ├── pan1780_evb
│  │  │  │  │ board.yml
│  │  │  ├── pan1781_evb
│  │  │  │  │ board.yml
│  │  │  ├── pan1782_evb
│  │  │  │  │ board.yml
│  │  │  ├── pan1783
│  │  │  │  │ board.yml
│  │  ├── particle
│  │  │  ├── argon
│  │  │  │  │ board.yml
│  │  │  ├── boron
│  │  │  │  │ board.yml
│  │  │  ├── nrf51_blenano
│  │  │  │  │ board.yml
│  │  │  ├── nrf52_blenano2
│  │  │  │  │ board.yml
│  │  │  ├── xenon
│  │  │  │  │ board.yml
│  │  ├── phytec
│  │  │  ├── mimx8mm_phyboard_polis
│  │  │  │  │ board.yml
│  │  │  ├── mimx8mp_phyboard_pollux
│  │  │  │  │ board.yml
│  │  │  ├── phyboard_electra
│  │  │  │  │ board.yml
│  │  │  ├── phyboard_lyra
│  │  │  │  │ board.yml
│  │  │  ├── reel_board
│  │  │  │  │ board.yml
│  │  ├── pine64
│  │  │  ├── pinetime_devkit0
│  │  │  │  │ board.yml
│  │  ├── pjrc
│  │  │  ├── teensy4
│  │  │  │  │ board.yml
│  │  ├── qemu
│  │  │  ├── arc
│  │  │  │  │ board.yml
│  │  │  ├── cortex_a53
│  │  │  │  │ board.yml
│  │  │  ├── cortex_a9
│  │  │  │  │ board.yml
│  │  │  ├── cortex_m0
│  │  │  │  │ board.yml
│  │  │  ├── cortex_m3
│  │  │  │  │ board.yml
│  │  │  ├── cortex_r5
│  │  │  │  │ board.yml
│  │  │  ├── kvm_arm64
│  │  │  │  │ board.yml
│  │  │  ├── leon3
│  │  │  │  │ board.yml
│  │  │  ├── malta
│  │  │  │  │ board.yml
│  │  │  ├── nios2
│  │  │  │  │ board.yml
│  │  │  ├── riscv32
│  │  │  │  │ board.yml
│  │  │  ├── riscv32_xip
│  │  │  │  │ board.yml
│  │  │  ├── riscv32e
│  │  │  │  │ board.yml
│  │  │  ├── riscv64
│  │  │  │  │ board.yml
│  │  │  ├── x86
│  │  │  │  │ board.yml
│  │  │  ├── xtensa
│  │  │  │  │ board.yml
│  │  ├── qorvo
│  │  │  ├── decawave_dwm1001_dev
│  │  │  │  │ board.yml
│  │  ├── quicklogic
│  │  │  ├── qomu
│  │  │  │  │ board.yml
│  │  │  ├── quick_feather
│  │  │  │  │ board.yml
│  │  ├── rak
│  │  │  ├── rak11720
│  │  │  │  │ board.yml
│  │  │  ├── rak4631
│  │  │  │  │ board.yml
│  │  │  ├── rak5010
│  │  │  │  │ board.yml
│  │  ├── raspberrypi
│  │  │  ├── rpi_4b
│  │  │  │  │ board.yml
│  │  │  ├── rpi_5
│  │  │  │  │ board.yml
│  │  │  ├── rpi_pico
│  │  │  │  │ board.yml
│  │  ├── raytac
│  │  │  ├── mdbt50q_db_33
│  │  │  │  │ board.yml
│  │  │  ├── mdbt50q_db_40
│  │  │  │  │ board.yml
│  │  │  ├── mdbt53_db_40
│  │  │  │  │ board.yml
│  │  │  ├── mdbt53v_db_40
│  │  │  │  │ board.yml
│  │  ├── renesas
│  │  │  ├── da14695_dk_usb
│  │  │  │  │ board.yml
│  │  │  ├── da1469x_dk_pro
│  │  │  │  │ board.yml
│  │  │  ├── ek_ra2a1
│  │  │  │  │ board.yml
│  │  │  ├── ek_ra4e2
│  │  │  │  │ board.yml
│  │  │  ├── ek_ra4m2
│  │  │  │  │ board.yml
│  │  │  ├── ek_ra4m3
│  │  │  │  │ board.yml
│  │  │  ├── ek_ra4w1
│  │  │  │  │ board.yml
│  │  │  ├── ek_ra6e2
│  │  │  │  │ board.yml
│  │  │  ├── ek_ra6m1
│  │  │  │  │ board.yml
│  │  │  ├── ek_ra6m2
│  │  │  │  │ board.yml
│  │  │  ├── ek_ra6m3
│  │  │  │  │ board.yml
│  │  │  ├── ek_ra6m4
│  │  │  │  │ board.yml
│  │  │  ├── ek_ra6m5
│  │  │  │  │ board.yml
│  │  │  ├── ek_ra8d1
│  │  │  │  │ board.yml
│  │  │  ├── ek_ra8m1
│  │  │  │  │ board.yml
│  │  │  ├── fpb_ra6e1
│  │  │  │  │ board.yml
│  │  │  ├── fpb_ra6e2
│  │  │  │  │ board.yml
│  │  │  ├── mck_ra8t1
│  │  │  │  │ board.yml
│  │  │  ├── rcar_h3ulcb
│  │  │  │  │ board.yml
│  │  │  ├── rcar_salvator_x
│  │  │  │  │ board.yml
│  │  │  ├── rcar_salvator_xs
│  │  │  │  │ board.yml
│  │  │  ├── rcar_spider_s4
│  │  │  │  │ board.yml
│  │  │  ├── rzt2m_starterkit
│  │  │  │  │ board.yml
│  │  ├── renode
│  │  │  ├── cortex_r8_virtual
│  │  │  │  ├── Kconfig.cortex_r8_virtual
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── cortex_r8_virtual.dts
│  │  │  │  ├── cortex_r8_virtual.yaml
│  │  │  │  ├── cortex_r8_virtual_defconfig
│  │  │  │  ├── doc
│  │  │  │  │  │ index.rst
│  │  │  │  ├── support
│  │  │  │  │  ├── cortex_r8_virtual.repl
│  │  │  │  │  │ cortex_r8_virtual.resc
│  │  │  ├── riscv32_virtual
│  │  │  │  │ board.yml
│  │  ├── ronoth
│  │  │  ├── lodev
│  │  │  │  │ board.yml
│  │  ├── ruuvi
│  │  │  ├── ruuvitag
│  │  │  │  │ board.yml
│  │  ├── sc
│  │  │  ├── scobc_module1
│  │  │  │  │ board.yml
│  │  ├── seagate
│  │  │  ├── faze
│  │  │  │  │ board.yml
│  │  │  ├── legend
│  │  │  │  │ board.yml
│  │  ├── seco
│  │  │  ├── stm32f3_seco_d23
│  │  │  │  │ board.yml
│  │  ├── seeed
│  │  │  ├── lora_e5_dev_board
│  │  │  │  │ board.yml
│  │  │  ├── lora_e5_mini
│  │  │  │  │ board.yml
│  │  │  ├── seeeduino_xiao
│  │  │  │  │ board.yml
│  │  │  ├── wio_terminal
│  │  │  │  │ board.yml
│  │  │  ├── xiao_ble
│  │  │  │  │ board.yml
│  │  │  ├── xiao_esp32c3
│  │  │  │  │ board.yml
│  │  │  ├── xiao_esp32s3
│  │  │  │  │ board.yml
│  │  │  ├── xiao_rp2040
│  │  │  │  │ board.yml
│  │  ├── segger
│  │  │  ├── ip_k66f
│  │  │  │  │ board.yml
│  │  │  ├── trb_stm32f407
│  │  │  │  │ board.yml
│  │  ├── sensry
│  │  │  ├── ganymed_bob
│  │  │  │  │ board.yml
│  │  ├── sifive
│  │  │  ├── hifive1
│  │  │  │  │ board.yml
│  │  │  ├── hifive_unleashed
│  │  │  │  │ board.yml
│  │  │  ├── hifive_unmatched
│  │  │  │  │ board.yml
│  │  ├── silabs
│  │  │  ├── dev_kits
│  │  │  │  ├── sim3u1xx_dk
│  │  │  │  │  │ board.yml
│  │  │  │  ├── sltb004a
│  │  │  │  │  │ board.yml
│  │  │  │  ├── sltb009a
│  │  │  │  │  │ board.yml
│  │  │  │  ├── sltb010a
│  │  │  │  │  │ board.yml
│  │  │  │  ├── xg24_dk2601b
│  │  │  │  │  │ board.yml
│  │  │  │  ├── xg27_dk2602a
│  │  │  │  │  │ board.yml
│  │  │  ├── radio_boards
│  │  │  │  ├── slwrb4104a
│  │  │  │  │  │ board.yml
│  │  │  │  ├── slwrb4161a
│  │  │  │  │  │ board.yml
│  │  │  │  ├── slwrb4170a
│  │  │  │  │  │ board.yml
│  │  │  │  ├── slwrb4180a
│  │  │  │  │  │ board.yml
│  │  │  │  ├── slwrb4250b
│  │  │  │  │  │ board.yml
│  │  │  │  ├── slwrb4255a
│  │  │  │  │  │ board.yml
│  │  │  │  ├── slwrb4321a
│  │  │  │  │  │ board.yml
│  │  │  │  ├── xg24_rb4187c
│  │  │  │  │  │ board.yml
│  │  │  ├── starter_kits
│  │  │  │  ├── efm32wg_stk3800
│  │  │  │  │  │ board.yml
│  │  │  │  ├── slstk3400a
│  │  │  │  │  │ board.yml
│  │  │  │  ├── slstk3401a
│  │  │  │  │  │ board.yml
│  │  │  │  ├── slstk3402a
│  │  │  │  │  │ board.yml
│  │  │  │  ├── slstk3701a
│  │  │  │  │  │ board.yml
│  │  ├── sipeed
│  │  │  ├── longan_nano
│  │  │  │  │ board.yml
│  │  ├── snps
│  │  │  ├── em_starterkit
│  │  │  │  │ board.yml
│  │  │  ├── emsdp
│  │  │  │  │ board.yml
│  │  │  ├── hsdk
│  │  │  │  │ board.yml
│  │  │  ├── hsdk4xd
│  │  │  │  │ board.yml
│  │  │  ├── iotdk
│  │  │  │  │ board.yml
│  │  │  ├── nsim
│  │  │  │  ├── arc_classic
│  │  │  │  │  │ board.yml
│  │  │  │  ├── arc_v
│  │  │  │  │  │ board.yml
│  │  ├── sparkfun
│  │  │  ├── micromod
│  │  │  │  │ board.yml
│  │  │  ├── nrf52_sparkfun
│  │  │  │  │ board.yml
│  │  │  ├── pro_micro_rp2040
│  │  │  │  │ board.yml
│  │  │  ├── red_v_things_plus
│  │  │  │  │ board.yml
│  │  │  ├── thing_plus
│  │  │  │  │ board.yml
│  │  │  ├── thing_plus_matter_mgm240p
│  │  │  │  │ board.yml
│  │  ├── st
│  │  │  ├── b_g474e_dpow1
│  │  │  │  │ board.yml
│  │  │  ├── b_l072z_lrwan1
│  │  │  │  │ board.yml
│  │  │  ├── b_l4s5i_iot01a
│  │  │  │  │ board.yml
│  │  │  ├── b_u585i_iot02a
│  │  │  │  │ board.yml
│  │  │  ├── disco_l475_iot1
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_c031c6
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f030r8
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f031k6
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f042k6
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f070rb
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f091rc
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f103rb
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f207zg
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f302r8
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f303k8
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f303re
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f334r8
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f401re
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f410rb
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f411re
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f412zg
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f413zh
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f429zi
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f446re
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f446ze
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f722ze
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f746zg
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f756zg
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_f767zi
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_g031k8
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_g070rb
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_g071rb
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_g0b1re
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_g431rb
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_g474re
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_h503rb
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_h533re
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_h563zi
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_h723zg
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_h743zi
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_h745zi_q
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_h753zi
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_h755zi_q
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_h7a3zi_q
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_l011k4
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_l031k6
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_l053r8
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_l073rz
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_l152re
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_l412rb_p
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_l432kc
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_l433rc_p
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_l452re
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_l476rg
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_l496zg
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_l4a6zg
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_l4r5zi
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_l552ze_q
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_u031r8
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_u083rc
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_u575zi_q
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_u5a5zj_q
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_wb05kz
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_wb09ke
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_wb55rg
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_wba52cg
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_wba55cg
│  │  │  │  │ board.yml
│  │  │  ├── nucleo_wl55jc
│  │  │  │  │ board.yml
│  │  │  ├── sensortile_box
│  │  │  │  │ board.yml
│  │  │  ├── sensortile_box_pro
│  │  │  │  │ board.yml
│  │  │  ├── st25dv_mb1283_disco
│  │  │  │  │ board.yml
│  │  │  ├── steval_fcu001v1
│  │  │  │  │ board.yml
│  │  │  ├── steval_stwinbx1
│  │  │  │  │ board.yml
│  │  │  ├── stm3210c_eval
│  │  │  │  │ board.yml
│  │  │  ├── stm32373c_eval
│  │  │  │  │ board.yml
│  │  │  ├── stm32c0116_dk
│  │  │  │  │ board.yml
│  │  │  ├── stm32f072_eval
│  │  │  │  │ board.yml
│  │  │  ├── stm32f072b_disco
│  │  │  │  │ board.yml
│  │  │  ├── stm32f0_disco
│  │  │  │  │ board.yml
│  │  │  ├── stm32f3_disco
│  │  │  │  │ board.yml
│  │  │  ├── stm32f411e_disco
│  │  │  │  │ board.yml
│  │  │  ├── stm32f412g_disco
│  │  │  │  │ board.yml
│  │  │  ├── stm32f429i_disc1
│  │  │  │  │ board.yml
│  │  │  ├── stm32f469i_disco
│  │  │  │  │ board.yml
│  │  │  ├── stm32f4_disco
│  │  │  │  │ board.yml
│  │  │  ├── stm32f723e_disco
│  │  │  │  │ board.yml
│  │  │  ├── stm32f746g_disco
│  │  │  │  │ board.yml
│  │  │  ├── stm32f7508_dk
│  │  │  │  │ board.yml
│  │  │  ├── stm32f769i_disco
│  │  │  │  │ board.yml
│  │  │  ├── stm32g0316_disco
│  │  │  │  │ board.yml
│  │  │  ├── stm32g071b_disco
│  │  │  │  │ board.yml
│  │  │  ├── stm32g081b_eval
│  │  │  │  │ board.yml
│  │  │  ├── stm32h573i_dk
│  │  │  │  │ board.yml
│  │  │  ├── stm32h735g_disco
│  │  │  │  │ board.yml
│  │  │  ├── stm32h745i_disco
│  │  │  │  │ board.yml
│  │  │  ├── stm32h747i_disco
│  │  │  │  │ board.yml
│  │  │  ├── stm32h750b_dk
│  │  │  │  │ board.yml
│  │  │  ├── stm32h7b3i_dk
│  │  │  │  │ board.yml
│  │  │  ├── stm32h7s78_dk
│  │  │  │  │ board.yml
│  │  │  ├── stm32l1_disco
│  │  │  │  │ board.yml
│  │  │  ├── stm32l476g_disco
│  │  │  │  │ board.yml
│  │  │  ├── stm32l496g_disco
│  │  │  │  │ board.yml
│  │  │  ├── stm32l4r9i_disco
│  │  │  │  │ board.yml
│  │  │  ├── stm32l562e_dk
│  │  │  │  │ board.yml
│  │  │  ├── stm32mp157c_dk2
│  │  │  │  │ board.yml
│  │  │  ├── stm32u083c_dk
│  │  │  │  │ board.yml
│  │  │  ├── stm32u5a9j_dk
│  │  │  │  │ board.yml
│  │  │  ├── stm32vl_disco
│  │  │  │  │ board.yml
│  │  │  ├── stm32wb5mm_dk
│  │  │  │  │ board.yml
│  │  │  ├── stm32wb5mmg
│  │  │  │  │ board.yml
│  │  ├── starfive
│  │  │  ├── visionfive2
│  │  │  │  │ board.yml
│  │  ├── tdk
│  │  │  ├── robokit1
│  │  │  │  │ board.yml
│  │  ├── technexion
│  │  │  ├── pico_pi
│  │  │  │  │ board.yml
│  │  ├── telink
│  │  │  ├── tlsr9518adk80d
│  │  │  │  │ board.yml
│  │  ├── ti
│  │  │  ├── cc1352p1_launchxl
│  │  │  │  │ board.yml
│  │  │  ├── cc1352p7_launchpad
│  │  │  │  │ board.yml
│  │  │  ├── cc1352r1_launchxl
│  │  │  │  │ board.yml
│  │  │  ├── cc1352r_sensortag
│  │  │  │  │ board.yml
│  │  │  ├── cc26x2r1_launchxl
│  │  │  │  │ board.yml
│  │  │  ├── cc3220sf_launchxl
│  │  │  │  │ board.yml
│  │  │  ├── cc3235sf_launchxl
│  │  │  │  │ board.yml
│  │  │  ├── msp_exp432p401r_launchxl
│  │  │  │  │ board.yml
│  │  │  ├── sk_am62
│  │  │  │  │ board.yml
│  │  ├── toradex
│  │  │  ├── colibri_imx7d
│  │  │  │  │ board.yml
│  │  │  ├── verdin_imx8mp
│  │  │  │  │ board.yml
│  │  ├── u-blox
│  │  │  ├── ubx_bmd300eval
│  │  │  │  │ board.yml
│  │  │  ├── ubx_bmd330eval
│  │  │  │  │ board.yml
│  │  │  ├── ubx_bmd340eval
│  │  │  │  │ board.yml
│  │  │  ├── ubx_bmd345eval
│  │  │  │  │ board.yml
│  │  │  ├── ubx_bmd360eval
│  │  │  │  │ board.yml
│  │  │  ├── ubx_bmd380eval
│  │  │  │  │ board.yml
│  │  │  ├── ubx_evkannab1
│  │  │  │  │ board.yml
│  │  │  ├── ubx_evkninab1
│  │  │  │  │ board.yml
│  │  │  ├── ubx_evkninab3
│  │  │  │  │ board.yml
│  │  │  ├── ubx_evkninab4
│  │  │  │  │ board.yml
│  │  ├── udoo
│  │  │  ├── udoo_neo_full
│  │  │  │  │ board.yml
│  │  ├── up-bridge-the-gap
│  │  │  ├── up_squared
│  │  │  │  │ board.yml
│  │  │  ├── up_squared_pro_7000
│  │  │  │  │ board.yml
│  │  ├── vcc-gnd
│  │  │  ├── yd_esp32
│  │  │  │  │ board.yml
│  │  │  ├── yd_stm32h750vb
│  │  │  │  │ board.yml
│  │  ├── vngiotlab
│  │  │  ├── nrf51_vbluno51
│  │  │  │  │ board.yml
│  │  │  ├── nrf52_vbluno52
│  │  │  │  │ board.yml
│  │  ├── waveshare
│  │  │  ├── esp32s3_touch_lcd_1_28
│  │  │  │  │ board.yml
│  │  │  ├── nrf51_ble400
│  │  │  │  │ board.yml
│  │  │  ├── open103z
│  │  │  │  │ board.yml
│  │  ├── we
│  │  │  ├── ophelia1ev
│  │  │  │  │ board.yml
│  │  │  ├── proteus2ev
│  │  │  │  │ board.yml
│  │  │  ├── proteus3ev
│  │  │  │  │ board.yml
│  │  ├── weact
│  │  │  ├── blackpill_f401cc
│  │  │  │  │ board.yml
│  │  │  ├── blackpill_f401ce
│  │  │  │  │ board.yml
│  │  │  ├── blackpill_f411ce
│  │  │  │  │ board.yml
│  │  │  ├── mini_stm32h743
│  │  │  │  │ board.yml
│  │  │  ├── stm32f405_core
│  │  │  │  │ board.yml
│  │  │  ├── stm32g431_core
│  │  │  │  │ board.yml
│  │  ├── wemos
│  │  │  ├── esp32s2_lolin_mini
│  │  │  │  │ board.yml
│  │  ├── witte
│  │  │  ├── linum
│  │  │  │  │ board.yml
│  │  ├── wiznet
│  │  │  ├── w5500_evb_pico
│  │  │  │  │ board.yml
│  │  ├── xen
│  │  │  ├── xenvm
│  │  │  │  │ board.yml
│  ├── cmake
│  │  ├── gcc-m-cpu.cmake
│  │  │ gcc-m-fpu.cmake
│  ├── doc
│  │  ├── releases
│  │  │  │ release-notes-4.0.rst
│  ├── drivers
│  │  ├── adc
│  │  │  │ adc_nrfx_saadc.c
│  │  ├── cache
│  │  │  │ Kconfig.nrf
│  │  ├── comparator
│  │  │  ├── comparator_nrf_comp.c
│  │  │  │ comparator_nrf_lpcomp.c
│  │  ├── counter
│  │  │  │ counter_nrfx_timer.c
│  │  ├── i2c
│  │  │  ├── CMakeLists.txt
│  │  │  ├── i2c_nrfx_twi_common.h
│  │  │  ├── i2c_nrfx_twim.c
│  │  │  ├── i2c_nrfx_twim_common.c
│  │  │  ├── i2c_nrfx_twim_common.h
│  │  │  │ i2c_nrfx_twim_rtio.c
│  │  ├── mbox
│  │  │  ├── mbox_nrf_vevif_event_rx.c
│  │  │  ├── mbox_nrf_vevif_event_tx.c
│  │  │  ├── mbox_nrf_vevif_task_rx.c
│  │  │  │ mbox_nrf_vevif_task_tx.c
│  │  ├── misc
│  │  │  ├── nordic_vpr_launcher
│  │  │  │  │ nordic_vpr_launcher.c
│  ├── dts
│  │  ├── arm
│  │  │  ├── cortex_r8_virt.dtsi
│  │  │  ├── nordic
│  │  │  │  ├── nrf51822.dtsi
│  │  │  │  ├── nrf52805.dtsi
│  │  │  │  ├── nrf52810.dtsi
│  │  │  │  ├── nrf52811.dtsi
│  │  │  │  ├── nrf52820.dtsi
│  │  │  │  ├── nrf52832.dtsi
│  │  │  │  ├── nrf52833.dtsi
│  │  │  │  ├── nrf52840.dtsi
│  │  │  │  ├── nrf5340_cpuapp_peripherals.dtsi
│  │  │  │  ├── nrf5340_cpunet.dtsi
│  │  │  │  ├── nrf54l05_cpuapp.dtsi
│  │  │  │  ├── nrf54l10_cpuapp.dtsi
│  │  │  │  ├── nrf54l15_cpuapp.dtsi
│  │  │  │  ├── nrf54l15_enga_cpuapp.dtsi
│  │  │  │  ├── nrf54l_05_10_15_cpuapp.dtsi
│  │  │  │  │ nrf91_peripherals.dtsi
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  ├── nrf54h20.dtsi
│  │  │  │  ├── nrf54l05.dtsi
│  │  │  │  ├── nrf54l10.dtsi
│  │  │  │  ├── nrf54l15.dtsi
│  │  │  │  ├── nrf54l20.dtsi
│  │  │  │  ├── nrf54l_05_10_15.dtsi
│  │  │  │  │ nrf9280.dtsi
│  │  ├── riscv
│  │  │  ├── nordic
│  │  │  │  ├── nrf54l05_cpuflpr.dtsi
│  │  │  │  ├── nrf54l10_cpuflpr.dtsi
│  │  │  │  ├── nrf54l15_cpuflpr.dtsi
│  │  │  │  ├── nrf54l15_enga_cpuflpr.dtsi
│  │  │  │  │ nrf54l_05_10_15_cpuflpr.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── arch
│  │  │  │  ├── arm
│  │  │  │  │  ├── cortex_a_r
│  │  │  │  │  │  │ mpu.h
│  ├── modules
│  │  ├── cmsis
│  │  │  │ cmsis_core_a_r.h
│  │  ├── hal_nordic
│  │  │  ├── Kconfig
│  │  │  ├── nrfs
│  │  │  │  │ Kconfig
│  │  │  ├── nrfx
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── nrfx_config.h
│  │  │  │  ├── nrfx_config_nrf54l05_application.h
│  │  │  │  ├── nrfx_config_nrf54l05_flpr.h
│  │  │  │  ├── nrfx_config_nrf54l10_application.h
│  │  │  │  ├── nrfx_config_nrf54l10_flpr.h
│  │  │  │  ├── nrfx_config_nrf54l15_application.h
│  │  │  │  │ nrfx_config_nrf54l15_flpr.h
│  ├── samples
│  │  ├── bluetooth
│  │  │  ├── beacon
│  │  │  │  │ sample.yaml
│  │  │  ├── hci_uart
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp_df.overlay
│  │  │  │  │ sample.yaml
│  │  │  ├── peripheral_hr
│  │  │  │  │ sample.yaml
│  │  ├── drivers
│  │  │  ├── mbox
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  │  ├── remote
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuflpr.overlay
│  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuflpr_xip.overlay
│  │  │  ├── watchdog
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf54l15dk_nrf54l05_cpuapp.overlay
│  │  │  │  │  ├── nrf54l15dk_nrf54l10_cpuapp.overlay
│  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuflpr_xip.overlay
│  │  ├── subsys
│  │  │  ├── fs
│  │  │  │  ├── fs_sample
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuapp.conf
│  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── littlefs
│  │  │  │  │  │ sample.yaml
│  │  │  ├── ipc
│  │  │  │  ├── ipc_service
│  │  │  │  │  ├── icmsg
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  ├── remote
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuflpr.overlay
│  │  │  ├── settings
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp.conf
│  │  │  │  │ sample.yaml
│  │  ├── sysbuild
│  │  │  ├── hello_world
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── sysbuild
│  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuflpr.conf
│  ├── scripts
│  │  ├── list_boards.py
│  │  ├── pylib
│  │  │  ├── twister
│  │  │  │  ├── twisterlib
│  │  │  │  │  │ environment.py
│  │  ├── schemas
│  │  │  │ board-schema.yml
│  │  ├── west_commands
│  │  │  ├── boards.py
│  │  │  ├── runners
│  │  │  │  │ nrf_common.py
│  ├── snippets
│  │  ├── nordic-flpr-xip
│  │  │  ├── boards
│  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  │ snippet.yml
│  │  ├── nordic-flpr
│  │  │  ├── boards
│  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  │ snippet.yml
│  ├── soc
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  ├── vpr
│  │  │  │  │  │ Kconfig.sysbuild
│  │  │  ├── nrf54h
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig.nrf54h20_cpuapp
│  │  │  │  ├── Kconfig.defconfig.nrf54h20_cpuflpr
│  │  │  │  ├── Kconfig.defconfig.nrf54h20_cpuppr
│  │  │  │  ├── Kconfig.defconfig.nrf54h20_cpurad
│  │  │  │  ├── Kconfig.soc
│  │  │  │  ├── gpd
│  │  │  │  │  │ Kconfig
│  │  │  │  │ soc.h
│  │  │  ├── nrf54l
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig.nrf54l15_cpuapp
│  │  │  │  ├── Kconfig.defconfig.nrf54l15_cpuflpr
│  │  │  │  ├── Kconfig.defconfig.nrf54l15_enga_cpuapp
│  │  │  │  ├── Kconfig.defconfig.nrf54l_05_10_15_cpuapp
│  │  │  │  ├── Kconfig.defconfig.nrf54l_05_10_15_cpuflpr
│  │  │  │  │ Kconfig.soc
│  │  │  ├── soc.yml
│  │  │  │ validate_base_addresses.c
│  │  ├── nxp
│  │  │  ├── mcx
│  │  │  │  ├── mcxc
│  │  │  │  │  │ Kconfig.soc
│  │  │  │  ├── mcxw
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── Kconfig.defconfig
│  │  │  │  │  ├── Kconfig.soc
│  │  │  │  │  ├── linker.ld
│  │  │  │  │  ├── mcxw71_platform_init.S
│  │  │  │  │  ├── pinctrl_soc.h
│  │  │  │  │  ├── soc.c
│  │  │  │  │  │ soc.h
│  │  │  │  │ soc.yml
│  │  ├── renode
│  │  │  ├── cortex_r8_virtual
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.soc
│  │  │  │  ├── arm_mpu_regions.c
│  │  │  │  ├── soc.c
│  │  │  │  ├── soc.h
│  │  │  │  │ soc.yml
│  │  ├── ti
│  │  │  ├── k3
│  │  │  │  ├── am6x
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── m4
│  │  │  │  │  │  │ soc.c
│  │  │  ├── simplelink
│  │  │  │  ├── cc13x2_cc26x2
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── cc13x2x7_cc26x2x7
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── cc32xx
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── msp432p4xx
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── controller
│  │  │  │  ├── ll_sw
│  │  │  │  │  ├── nordic
│  │  │  │  │  │  ├── hal
│  │  │  │  │  │  │  ├── nrf5
│  │  │  │  │  │  │  │  ├── radio
│  │  │  │  │  │  │  │  │  │ radio.c
│  │  ├── logging
│  │  │  ├── frontends
│  │  │  │  │ Kconfig
│  │  ├── mgmt
│  │  │  ├── mcumgr
│  │  │  │  ├── grp
│  │  │  │  │  ├── os_mgmt
│  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  │ os_mgmt_processor.h
│  ├── tests
│  │  ├── boot
│  │  │  ├── with_mcumgr
│  │  │  │  │ testcase.yaml
│  │  ├── drivers
│  │  │  ├── adc
│  │  │  │  ├── adc_accuracy_test
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── ek_ra8m1.overlay
│  │  │  │  │  │  ├── frdm_mcxc242.conf
│  │  │  │  │  │  ├── frdm_mcxc242.overlay
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── adc_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── frdm_mcxc242.conf
│  │  │  │  │  │  ├── frdm_mcxc242.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l05_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l15dk_nrf54l10_cpuapp.overlay
│  │  │  ├── flash
│  │  │  │  ├── negative_tests
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── gpio
│  │  │  │  ├── gpio_basic_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuflpr.overlay
│  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuflpr_xip.overlay
│  │  │  ├── i2s
│  │  │  │  ├── i2s_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  │  ├── i2s_speed
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  ├── mbox
│  │  │  │  ├── mbox_error_cases
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── pwm
│  │  │  │  ├── pwm_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  ├── sensor
│  │  │  │  ├── temp_sensor
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  ├── uart
│  │  │  │  ├── uart_async_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuflpr.overlay
│  │  │  │  ├── uart_errors
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  ├── watchdog
│  │  │  │  ├── wdt_basic_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l05_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l15dk_nrf54l10_cpuapp.overlay
│  │  │  │  ├── wdt_error_cases
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  ├── kernel
│  │  │  ├── interrupt
│  │  │  │  ├── src
│  │  │  │  │  │ nested_irq.c
│  │  ├── lib
│  │  │  ├── cpp
│  │  │  │  ├── cxx
│  │  │  │  │  │ testcase.yaml
│  │  ├── subsys
│  │  │  ├── fs
│  │  │  │  ├── fcb
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── littlefs
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── storage
│  │  │  │  ├── stream
│  │  │  │  │  ├── stream_flash
│  │  │  │  │  │  │ testcase.yaml
│  │ west.yml

Outputs:

Toolchain

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

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
  • ❌ Integration tests
    • ✅ test-sdk-audio
    • ❌ desktop52_verification
    • ✅ test-fw-nrfconnect-boot
    • ✅ test-fw-nrfconnect-apps
    • ❌ 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_libmodem-nrf
    • ✅ test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • ✅ test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • ✅ test-fw-nrfconnect-nrf-iot_samples
    • ❌ test-fw-nrfconnect-nrf-iot_lwm2m
    • ✅ doc-internal
    • ❌ 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-fw-nrfconnect-zigbee
    • ❌ test-sdk-find-my
    • ❌ test-fw-nrfconnect-nrf-iot_mosh
    • ❌ test-fw-nrfconnect-nrf-iot_positioning
    • ✅ test-sdk-sidewalk
    • ✅ test-sdk-wifi
    • ✅ test-low-level
    • ✅ test-fw-nrfconnect-nrf-iot_nrf_provisioning
    • ✅ test-sdk-pmic-samples
    • ✅ test-sdk-mcuboot
    • ✅ test-sdk-dfu
    • ❌ test-fw-nrfconnect-ps
    • ✅ test-secdom-samples-public
    • ⚠️ test-fw-nrfconnect-fw-update
    • ⚠️ test-fw-nrfconnect-nrf-iot_cloud
    • ⚠️ test-fw-nrfconnect-proprietary_esb
    • ⚠️ test-sdk-dfu

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

@carlescufi carlescufi requested review from a team as code owners November 20, 2024 10:44
@carlescufi carlescufi force-pushed the manifest-sdk-zephyr-2147 branch from 68057a6 to cde2597 Compare November 20, 2024 10:54
@carlescufi carlescufi requested review from tejlmand and a team as code owners November 20, 2024 10:54
@carlescufi carlescufi force-pushed the manifest-sdk-zephyr-2147 branch from 4c9fd9e to ce0d0a8 Compare November 20, 2024 11:16
@carlescufi carlescufi changed the title manifest: Update sdk-zephyr revision treewide: Remove H20 EngB and L15 EngA Nov 20, 2024
@carlescufi carlescufi force-pushed the manifest-sdk-zephyr-2147 branch 3 times, most recently from 8cd0dd1 to 4eb5aaf Compare November 20, 2024 13:08
@github-actions github-actions bot added the doc-required PR must not be merged without tech writer approval. label Nov 20, 2024
Copy link
Contributor

@tomi-font tomi-font left a comment

Choose a reason for hiding this comment

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

subsys/nrf_security

@annwoj annwoj requested review from a team as code owners November 20, 2024 18:04
@carlescufi carlescufi force-pushed the manifest-sdk-zephyr-2147 branch from 291857f to 4c61115 Compare November 20, 2024 18:21
@carlescufi carlescufi requested review from a team and krish2718 as code owners November 21, 2024 13:56
@carlescufi carlescufi force-pushed the manifest-sdk-zephyr-2147 branch from 8836c59 to 02461f2 Compare November 26, 2024 22:06
@carlescufi carlescufi force-pushed the manifest-sdk-zephyr-2147 branch from 02461f2 to 167b2f7 Compare November 27, 2024 08:19
Copy link
Contributor

@nordicjm nordicjm left a comment

Choose a reason for hiding this comment

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

Manifest can be updated

@carlescufi carlescufi force-pushed the manifest-sdk-zephyr-2147 branch from 167b2f7 to 362b645 Compare November 27, 2024 11:48
carlescufi and others added 11 commits November 27, 2024 12:52
The SoC has now been removed.

Signed-off-by: Carles Cufi <[email protected]>
The SoC has been removed.

Signed-off-by: Carles Cufi <[email protected]>
The nRF54L15PDK is no longer supported.

Signed-off-by: Carles Cufi <[email protected]>
Zephyr now requires the anytree package.

Signed-off-by: Carles Cufi <[email protected]>
removed pdk zephyr references

Signed-off-by: Anna Wojdylo <[email protected]>
The PDK has been removed.

Signed-off-by: Carles Cufi <[email protected]>
Platform_allow already superseeds platform_exclude.
Also, it should be nrf5340_audio_dk/nrf5340/cpuapp/ns
not nrf5340_audio_dk/nrf5340/cpuapp_ns if needed.

Signed-off-by: Maciej Perkowski <[email protected]>
Align code to the changes in nrfx 3.9.0.

Signed-off-by: Karol Lasończyk <[email protected]>
@carlescufi carlescufi force-pushed the manifest-sdk-zephyr-2147 branch from 362b645 to ecf97f6 Compare November 27, 2024 11:52
@NordicBuilder NordicBuilder removed the DNM label Nov 27, 2024
@carlescufi carlescufi merged commit c4d2187 into nrfconnect:main Nov 27, 2024
11 of 14 checks passed
rugeGerritsen added a commit to rugeGerritsen/sdk-nrf that referenced this pull request Nov 28, 2024
These boards where added in
nrfconnect#18969.
By adding these we can make samples reference them.

Signed-off-by: Rubin Gerritsen <[email protected]>
rugeGerritsen added a commit to rugeGerritsen/sdk-nrf that referenced this pull request Nov 28, 2024
These boards where added in
nrfconnect#18969.
By adding these we can make samples reference them.

The emulated boards are not yet described in
`zephyr/boards/nordic/nrf54l15dk/doc/index.rst`, so these
boards just link to the default 54l15 board.
These links should be added separately, similar to other
emulated 52 series devices.

Signed-off-by: Rubin Gerritsen <[email protected]>
rugeGerritsen added a commit to rugeGerritsen/sdk-nrf that referenced this pull request Nov 28, 2024
These boards where added in
nrfconnect#18969.
By adding these we can make samples reference them.

The emulated boards are not yet described in
`zephyr/boards/nordic/nrf54l15dk/doc/index.rst`, so these
boards just link to the default 54l15 board.
These links should be added separately, similar to other
emulated 52 series devices.

Signed-off-by: Rubin Gerritsen <[email protected]>
rugeGerritsen added a commit to rugeGerritsen/sdk-nrf that referenced this pull request Nov 28, 2024
These boards where added in
nrfconnect#18969.
By adding these we can make samples reference them.

The emulated boards are not yet described in
`zephyr/boards/nordic/nrf54l15dk/doc/index.rst`, so these
boards just link to the default 54l15 board.
These links should be added separately, similar to other
emulated 52 series devices.

Signed-off-by: Rubin Gerritsen <[email protected]>
rugeGerritsen added a commit to rugeGerritsen/sdk-nrf that referenced this pull request Nov 28, 2024
These boards where added in
nrfconnect#18969.
By adding these we can make samples reference them.

The emulated boards are not yet described in
`zephyr/boards/nordic/nrf54l15dk/doc/index.rst`, so these
boards just link to the default 54l15 board.
These links should be added separately, similar to other
emulated 52 series devices.

Signed-off-by: Rubin Gerritsen <[email protected]>
rugeGerritsen added a commit to rugeGerritsen/sdk-nrf that referenced this pull request Nov 28, 2024
These boards where added in
nrfconnect#18969.
By adding these we can make samples reference them.

The emulated boards are not yet described in
`zephyr/boards/nordic/nrf54l15dk/doc/index.rst`, so these
boards just link to the default 54l15 board.
These links should be added separately, similar to other
emulated 52 series devices.

Signed-off-by: Rubin Gerritsen <[email protected]>
rugeGerritsen added a commit to rugeGerritsen/sdk-nrf that referenced this pull request Nov 28, 2024
These boards where added in
nrfconnect#18969.
By adding these we can make samples reference them.

The emulated boards are not yet described in
`zephyr/boards/nordic/nrf54l15dk/doc/index.rst`, so these
boards just link to the default 54l15 board.
These links should be added separately, similar to other
emulated 52 series devices.

Signed-off-by: Rubin Gerritsen <[email protected]>
rugeGerritsen added a commit that referenced this pull request Nov 28, 2024
These boards where added in
#18969.
By adding these we can make samples reference them.

The emulated boards are not yet described in
`zephyr/boards/nordic/nrf54l15dk/doc/index.rst`, so these
boards just link to the default 54l15 board.
These links should be added separately, similar to other
emulated 52 series devices.

Signed-off-by: Rubin Gerritsen <[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. CI-force-downstream doc-required PR must not be merged without tech writer approval. manifest manifest-nrfxlib manifest-trusted-firmware-m manifest-zephyr
Projects
None yet
Development

Successfully merging this pull request may close these issues.