Fix stack pointer in core dumps #76221
19 errors, 38 skipped, 3 482 pass in 1h 12m 51s
Annotations
github-actions / Unit Test Results
samples/basic/hash_map/libraries.hash_map.newlib.cxx_unordered_map.djb2 (mps2/an385:samples/basic/hash_map/libraries.hash_map.newlib.cxx_unordered_map.djb2) with error
artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 3s]
Raw output
Build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/samples/basic/hash_map
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/samples/basic/hash_map/libraries.hash_map.newlib.cxx_unordered_map.djb2/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/samples/basic/hash_map/libraries.hash_map.newlib.cxx_unordered_map.djb2/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/samples/basic/hash_map/libraries.hash_map.newlib.cxx_unordered_map.djb2/zephyr/dts.cmake
Parsing /__w/zephyr/zephyr/samples/basic/hash_map/Kconfig
Loaded configuration '/__w/zephyr/zephyr/boards/arm/mps2/mps2_an385_defconfig'
Merged configuration '/__w/zephyr/zephyr/samples/basic/hash_map/prj.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/samples/basic/hash_map/libraries.hash_map.newlib.cxx_unordered_map.djb2/twister/testsuite_extra.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/samples/basic/hash_map/libraries.hash_map.newlib.cxx_unordered_map.djb2/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/samples/basic/hash_map/libraries.hash_map.newlib.cxx_unordered_map.djb2/zephyr/.config'
Kconfig header saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/samples/basic/hash_map/libraries.hash_map.newlib.cxx_unordered_map.djb2/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
CMake Warning at /__w/zephyr/zephyr/subsys/random/CMakeLists.txt:12 (message):
Warning: CONFIG_TIMER_RANDOM_GENERATOR is not a truly random generator.
This capability is not secure and it is provided for testing purposes only.
Use it carefully.
-- Using ccache: /usr/local/bin/ccache
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
TC_RUNID
-- Build files have been written to: /__w/zephyr/zephyr/twister-out/mps2_an385/samples/basic/hash_map/libraries.hash_map.newlib.cxx_unordered_map.djb2
[1/128] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr), build: v3.7.0-531-g1a7051b074ee
[2/128] Preparing syscall dependency handling
[3/128] Generating misc/generated/syscalls_subdirs.trigger
[4/128] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[5/128] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h
[6/128] Generating include/generated/zephyr/driver-validation.h
[7/128] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h
[8/128] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[9/128] Generating include/generated/zephyr/offsets.h
[10/128] Building C object CMakeFiles/app.dir/src/main.c.obj
[11/128] Linking C static library app/libapp.a
[12/128] Building C object zephyr/CMakeFiles/zephyr.dir/lib/cpp/abi/cpp_dtors.c.obj
[13/128] Building C object zephyr/CMakeFiles/zephyr.dir/lib/hash/hash_func32_djb2.c.obj
[14/128] Building CXX object zephyr/CMakeFiles/zephyr.dir/lib/hash/hash_map_cxx.cpp.obj
FAILED: zephyr/CMakeFiles/zephyr.dir/lib/hash/hash_map_cxx.cpp.obj
ccache /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/__w/zephyr/zephyr/kernel/include -I/__w/zephyr/zephyr/arch/arm/include -I/__w/zephyr/zephyr/twister-out/mps2_an385/samples/basic/hash_map/libraries.hash_map.newlib.cxx_unordered_map.djb2/zephyr/include/generated/zephyr -I/__w/zephyr/zephyr/include -I/__w/zephyr/zephyr/twister-out/mps2_an385/samples/basic/hash_map/libraries.hash_map.newlib.cxx_unordered_map.djb2/zephyr/include/generated -I/__w/zephyr/zephyr/soc/arm -I/__w/zephyr/zephyr/lib/libc/newlib/include -I/__w/zephyr/zephyr/soc/arm/mps2/. -I/__w/zephyr/modules/hal/cmsis/CMSIS/Core/Include -I/__w/zephyr/zephyr/modules/cmsis/. -isystem /__w/zephyr/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -fcheck-new -std=c++11 -fno-rtti -imacros /__w/zephyr/zephyr/twister-out/mps2_an385/samples/basic/hash_map/libraries.hash_map.newlib.cxx_unordered_map.djb2/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /__w/zephyr/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/__w/zephyr/zephyr/samples/basic/hash_map=CMAKE_SOURCE_DIR -fmacro-prefix-map=/__w/zephyr/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/__w/zephyr=WEST_TOPDIR -ffunction-sections -fdata-sections -MD -MT zephyr/CMakeFiles/zephyr.dir/lib/hash/hash_map_cxx.cpp.obj -MF zephyr/CMakeFiles/zephyr.dir/lib/hash/hash_map_cxx.cpp.obj.d -o zephyr/CMakeFiles/zephyr.dir/lib/hash/hash_map_cxx.cpp.obj -c /__w/zephyr/zephyr/lib/hash/hash_map_cxx.cpp
In file included from /__w/zephyr/zephyr/include/zephyr/arch/arm/exception.h:19,
from /__w/zephyr/zephyr/include/zephyr/arch/arm/arch.h:26,
from /__w/zephyr/zephyr/include/zephyr/arch/cpu.h:19,
from /__w/zephyr/zephyr/include/zephyr/kernel_includes.h:36,
from /__w/zephyr/zephyr/include/zephyr/kernel.h:17,
from /__w/zephyr/zephyr/include/zephyr/sys/hash_map.h:21,
from /__w/zephyr/zephyr/lib/hash/hash_map_cxx.cpp:10:
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h: In function 'int z_arm_get_hw_esf_size(uint32_t)':
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h:140:16: error: invalid application of 'sizeof' to incomplete type 'z_arm_get_hw_esf_size(uint32_t)::__basic_sf'
140 | return sizeof(struct __basic_sf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Check failure on line 0 in mps2/an385:samples/subsys/logging/syst/sample.logger.syst.immediate_cpp
github-actions / Unit Test Results
samples/subsys/logging/syst/sample.logger.syst.immediate_cpp (mps2/an385:samples/subsys/logging/syst/sample.logger.syst.immediate_cpp) with error
artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 22s]
Raw output
Build failure
Loading Zephyr module(s) (Zephyr base): extensions
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
Loading Zephyr module(s) (Zephyr base (cached)): zephyr_default:kconfig
-- Application: /__w/zephyr/zephyr/samples/subsys/logging/syst
-- CMake version: 3.22.1
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/samples/subsys/logging/syst/sample.logger.syst.immediate_cpp/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/samples/subsys/logging/syst/sample.logger.syst.immediate_cpp/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/samples/subsys/logging/syst/sample.logger.syst.immediate_cpp/zephyr/dts.cmake
Parsing /__w/zephyr/zephyr/Kconfig
Loaded configuration '/__w/zephyr/zephyr/boards/arm/mps2/mps2_an385_defconfig'
Merged configuration '/__w/zephyr/zephyr/samples/subsys/logging/syst/prj.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/samples/subsys/logging/syst/sample.logger.syst.immediate_cpp/twister/testsuite_extra.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/samples/subsys/logging/syst/sample.logger.syst.immediate_cpp/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/samples/subsys/logging/syst/sample.logger.syst.immediate_cpp/zephyr/.config'
Kconfig header saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/samples/subsys/logging/syst/sample.logger.syst.immediate_cpp/zephyr/include/generated/zephyr/autoconf.h'
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/samples/subsys/logging/syst
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/samples/subsys/logging/syst/sample.logger.syst.immediate_cpp/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/samples/subsys/logging/syst/sample.logger.syst.immediate_cpp/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/samples/subsys/logging/syst/sample.logger.syst.immediate_cpp/zephyr/dts.cmake
Parsing /__w/zephyr/zephyr/Kconfig
Loaded configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/samples/subsys/logging/syst/sample.logger.syst.immediate_cpp/zephyr/.config'
No change to configuration in '/__w/zephyr/zephyr/twister-out/mps2_an385/samples/subsys/logging/syst/sample.logger.syst.immediate_cpp/zephyr/.config'
No change to Kconfig header in '/__w/zephyr/zephyr/twister-out/mps2_an385/samples/subsys/logging/syst/sample.logger.syst.immediate_cpp/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Using ccache: /usr/local/bin/ccache
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
TC_RUNID
-- Build files have been written to: /__w/zephyr/zephyr/twister-out/mps2_an385/samples/subsys/logging/syst/sample.logger.syst.immediate_cpp
[1/136] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr), build: v3.7.0-531-g1a7051b074ee
[2/136] Preparing syscall dependency handling
[3/136] Generating misc/generated/syscalls_subdirs.trigger
[4/136] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[5/136] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h
[6/136] Generating include/generated/zephyr/driver-validation.h
[7/136] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h
[8/136] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[9/136] Generating include/generated/zephyr/offsets.h
[10/136] Building CXX object CMakeFiles/app.dir/src/main.c.obj
FAILED: CMakeFiles/app.dir/src/main.c.obj
ccache /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/__w/zephyr/zephyr/twister-out/mps2_an385/samples/subsys/logging/syst/sample.logger.syst.immediate_cpp/zephyr/include/generated/zephyr -I/__w/zephyr/zephyr/include -I/__w/zephyr/zephyr/twister-out/mps2_an385/samples/subsys/logging/syst/sample.logger.syst.immediate_cpp/zephyr/include/generated -I/__w/zephyr/zephyr/soc/arm -I/__w/zephyr/zephyr/soc/arm/mps2/. -I/__w/zephyr/modules/hal/cmsis/CMSIS/Core/Include -I/__w/zephyr/zephyr/modules/cmsis/. -I/__w/zephyr/modules/debug/mipi-sys-t/mipi_syst_library -I/__w/zephyr/zephyr/twister-out/mps2_an385/samples/subsys/logging/syst/sample.logger.syst.immediate_cpp/modules/mipi-sys-t/library/include -I/__w/zephyr/zephyr/subsys/logging -I/__w/zephyr/modules/debug/mipi-sys-t/library/include -I/__w/zephyr/modules/debug/mipi-sys-t/include -isystem /__w/zephyr/zephyr/lib/libc/common/include -isystem /__w/zephyr/zephyr/lib/cpp/minimal/include -x c++ -fno-strict-aliasing -Os -fcheck-new -std=c++11 -fno-exceptions -fno-rtti -imacros /__w/zephyr/zephyr/twister-out/mps2_an385/samples/subsys/logging/syst/sample.logger.syst.immediate_cpp/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /__w/zephyr/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/__w/zephyr/zephyr/samples/subsys/logging/syst=CMAKE_SOURCE_DIR -fmacro-prefix-map=/__w/zephyr/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/__w/zephyr=WEST_TOPDIR -ffunction-sections -fdata-sections --specs=picolibc.specs -nostdinc++ -MD -MT CMakeFiles/app.dir/src/main.c.obj -MF CMakeFiles/app.dir/src/main.c.obj.d -o CMakeFiles/app.dir/src/main.c.obj -c /__w/zephyr/zephyr/samples/subsys/logging/syst/src/main.c
In file included from /__w/zephyr/zephyr/include/zephyr/arch/arm/exception.h:19,
from /__w/zephyr/zephyr/include/zephyr/arch/arm/arch.h:26,
from /__w/zephyr/zephyr/include/zephyr/arch/cpu.h:19,
from /__w/zephyr/zephyr/include/zephyr/kernel_includes.h:36,
from /__w/zephyr/zephyr/include/zephyr/kernel.h:17,
from /__w/zephyr/zephyr/samples/subsys/logging/syst/src/main.c:7:
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h: In function 'int z_arm_get_hw_esf_size(uint32_t)':
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h:140:16: error: invalid application of 'sizeof' to incomplete type 'z_arm_get_hw_esf_size(uint32_t)::__basic_sf'
140 | return sizeof(struct __basic_sf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Check failure on line 0 in mps2/an385:tests/lib/cpp/cxx/cpp.main.cpp14
github-actions / Unit Test Results
tests/lib/cpp/cxx/cpp.main.cpp14 (mps2/an385:tests/lib/cpp/cxx/cpp.main.cpp14) with error
artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 5m 32s]
Raw output
Build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/lib/cpp/cxx
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Found devicetree overlay: /__w/zephyr/zephyr/tests/lib/cpp/cxx/app.overlay
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp14/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp14/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp14/zephyr/dts.cmake
warning: PM (defined at soc/silabs/silabs_s2/efr32bg22/Kconfig.defconfig:12,
soc/silabs/silabs_s2/efr32bg27/Kconfig.defconfig:12,
soc/silabs/silabs_s2/efr32mg24/Kconfig.defconfig:12,
soc/renesas/smartbond/da1469x/Kconfig.defconfig:39, subsys/pm/Kconfig:13) was assigned the value 'y'
but got the value 'n'. Check these unsatisfied dependencies: (SOC_SERIES_EFR32BG22 ||
SOC_SERIES_EFR32BG27 || SOC_SERIES_EFR32MG24 || (SOC_SERIES_DA1469X && SOC_FAMILY_RENESAS_SMARTBOND)
|| (SYS_CLOCK_EXISTS && HAS_PM)) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_PM and/or look up PM in the
menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
Parsing /__w/zephyr/zephyr/Kconfig
Loaded configuration '/__w/zephyr/zephyr/boards/arm/mps2/mps2_an385_defconfig'
Merged configuration '/__w/zephyr/zephyr/tests/lib/cpp/cxx/prj.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp14/twister/testsuite_extra.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp14/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp14/zephyr/.config'
Kconfig header saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp14/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Using ccache: /usr/local/bin/ccache
-- Configuring done
-- Generating done
-- Build files have been written to: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp14
[1/147] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr), build: v3.7.0-531-g1a7051b074ee
[2/147] Preparing syscall dependency handling
[3/147] Generating misc/generated/syscalls_subdirs.trigger
[4/147] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[5/147] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h
[6/147] Generating include/generated/zephyr/driver-validation.h
[7/147] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h
[8/147] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[9/147] Generating include/generated/zephyr/offsets.h
[10/147] Building CXX object CMakeFiles/app.dir/src/main.cpp.obj
FAILED: CMakeFiles/app.dir/src/main.cpp.obj
ccache /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DTC_RUNID=a36b9f7e95c9f95e518e44a0eb8cabb6 -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp14/zephyr/include/generated/zephyr -I/__w/zephyr/zephyr/include -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp14/zephyr/include/generated -I/__w/zephyr/zephyr/soc/arm -I/__w/zephyr/zephyr/soc/arm/mps2/. -I/__w/zephyr/zephyr/subsys/rtio -I/__w/zephyr/zephyr/subsys/testsuite/include -I/__w/zephyr/zephyr/subsys/testsuite/coverage -I/__w/zephyr/zephyr/subsys/testsuite/ztest/include -I/__w/zephyr/modules/hal/cmsis/CMSIS/Core/Include -I/__w/zephyr/zephyr/modules/cmsis/. -isystem /__w/zephyr/zephyr/lib/libc/common/include -isystem /__w/zephyr/zephyr/lib/cpp/minimal/include -fno-strict-aliasing -Os -fcheck-new -std=c++14 -fno-exceptions -fno-rtti -imacros /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp14/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /__w/zephyr/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/__w/zephyr/zephyr/tests/lib/cpp/cxx=CMAKE_SOURCE_DIR -fmacro-prefix-map=/__w/zephyr/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/__w/zephyr=WEST_TOPDIR -ffunction-sections -fdata-sections --specs=picolibc.specs -nostdinc++ -MD -MT CMakeFiles/app.dir/src/main.cpp.obj -MF CMakeFiles/app.dir/src/main.cpp.obj.d -o CMakeFiles/app.dir/src/main.cpp.obj -c /__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp
In file included from /__w/zephyr/zephyr/include/zephyr/arch/arm/exception.h:19,
from /__w/zephyr/zephyr/include/zephyr/arch/arm/arch.h:26,
from /__w/zephyr/zephyr/include/zephyr/arch/cpu.h:19,
from /__w/zephyr/zephyr/include/zephyr/kernel_includes.h:36,
from /__w/zephyr/zephyr/include/zephyr/kernel.h:17,
from /__w/zephyr/zephyr/include/zephyr/pm/device.h:11,
from /__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp:18:
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h: In function 'int z_arm_get_hw_esf_size(uint32_t)':
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h:140:16: error: invalid application of 'sizeof' to incomplete type 'z_arm_get_hw_esf_size(uint32_t)::__basic_sf'
140 | return sizeof(struct __basic_sf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Check failure on line 0 in mps2/an385:tests/lib/cpp/cxx/cpp.main.cpp17
github-actions / Unit Test Results
tests/lib/cpp/cxx/cpp.main.cpp17 (mps2/an385:tests/lib/cpp/cxx/cpp.main.cpp17) with error
artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 5m 32s]
Raw output
Build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/lib/cpp/cxx
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Found devicetree overlay: /__w/zephyr/zephyr/tests/lib/cpp/cxx/app.overlay
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp17/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp17/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp17/zephyr/dts.cmake
warning: PM (defined at soc/silabs/silabs_s2/efr32bg22/Kconfig.defconfig:12,
soc/silabs/silabs_s2/efr32bg27/Kconfig.defconfig:12,
soc/silabs/silabs_s2/efr32mg24/Kconfig.defconfig:12,
soc/renesas/smartbond/da1469x/Kconfig.defconfig:39, subsys/pm/Kconfig:13) was assigned the value 'y'
but got the value 'n'. Check these unsatisfied dependencies: (SOC_SERIES_EFR32BG22 ||
SOC_SERIES_EFR32BG27 || SOC_SERIES_EFR32MG24 || (SOC_SERIES_DA1469X && SOC_FAMILY_RENESAS_SMARTBOND)
|| (SYS_CLOCK_EXISTS && HAS_PM)) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_PM and/or look up PM in the
menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
Parsing /__w/zephyr/zephyr/Kconfig
Loaded configuration '/__w/zephyr/zephyr/boards/arm/mps2/mps2_an385_defconfig'
Merged configuration '/__w/zephyr/zephyr/tests/lib/cpp/cxx/prj.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp17/twister/testsuite_extra.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp17/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp17/zephyr/.config'
Kconfig header saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp17/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Using ccache: /usr/local/bin/ccache
-- Configuring done
-- Generating done
-- Build files have been written to: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp17
[1/147] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr), build: v3.7.0-531-g1a7051b074ee
[2/147] Preparing syscall dependency handling
[3/147] Generating misc/generated/syscalls_subdirs.trigger
[4/147] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[5/147] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h
[6/147] Generating include/generated/zephyr/driver-validation.h
[7/147] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h
[8/147] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[9/147] Generating include/generated/zephyr/offsets.h
[10/147] Building CXX object CMakeFiles/app.dir/src/main.cpp.obj
FAILED: CMakeFiles/app.dir/src/main.cpp.obj
ccache /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DTC_RUNID=3ee2d8cc83434c116d5beefbf6ad84dc -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp17/zephyr/include/generated/zephyr -I/__w/zephyr/zephyr/include -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp17/zephyr/include/generated -I/__w/zephyr/zephyr/soc/arm -I/__w/zephyr/zephyr/soc/arm/mps2/. -I/__w/zephyr/zephyr/subsys/rtio -I/__w/zephyr/zephyr/subsys/testsuite/include -I/__w/zephyr/zephyr/subsys/testsuite/coverage -I/__w/zephyr/zephyr/subsys/testsuite/ztest/include -I/__w/zephyr/modules/hal/cmsis/CMSIS/Core/Include -I/__w/zephyr/zephyr/modules/cmsis/. -isystem /__w/zephyr/zephyr/lib/libc/common/include -isystem /__w/zephyr/zephyr/lib/cpp/minimal/include -fno-strict-aliasing -Os -fcheck-new -std=c++17 -Wno-register -fno-exceptions -fno-rtti -imacros /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp17/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /__w/zephyr/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/__w/zephyr/zephyr/tests/lib/cpp/cxx=CMAKE_SOURCE_DIR -fmacro-prefix-map=/__w/zephyr/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/__w/zephyr=WEST_TOPDIR -ffunction-sections -fdata-sections --specs=picolibc.specs -nostdinc++ -MD -MT CMakeFiles/app.dir/src/main.cpp.obj -MF CMakeFiles/app.dir/src/main.cpp.obj.d -o CMakeFiles/app.dir/src/main.cpp.obj -c /__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp
In file included from /__w/zephyr/zephyr/include/zephyr/arch/arm/exception.h:19,
from /__w/zephyr/zephyr/include/zephyr/arch/arm/arch.h:26,
from /__w/zephyr/zephyr/include/zephyr/arch/cpu.h:19,
from /__w/zephyr/zephyr/include/zephyr/kernel_includes.h:36,
from /__w/zephyr/zephyr/include/zephyr/kernel.h:17,
from /__w/zephyr/zephyr/include/zephyr/pm/device.h:11,
from /__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp:18:
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h: In function 'int z_arm_get_hw_esf_size(uint32_t)':
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h:140:16: error: invalid application of 'sizeof' to incomplete type 'z_arm_get_hw_esf_size(uint32_t)::__basic_sf'
140 | return sizeof(struct __basic_sf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Check failure on line 0 in mps2/an385:tests/lib/cpp/cxx/cpp.main.cpp20
github-actions / Unit Test Results
tests/lib/cpp/cxx/cpp.main.cpp20 (mps2/an385:tests/lib/cpp/cxx/cpp.main.cpp20) with error
artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 5m 32s]
Raw output
Build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/lib/cpp/cxx
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Found devicetree overlay: /__w/zephyr/zephyr/tests/lib/cpp/cxx/app.overlay
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp20/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp20/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp20/zephyr/dts.cmake
warning: PM (defined at soc/silabs/silabs_s2/efr32bg22/Kconfig.defconfig:12,
soc/silabs/silabs_s2/efr32bg27/Kconfig.defconfig:12,
soc/silabs/silabs_s2/efr32mg24/Kconfig.defconfig:12,
soc/renesas/smartbond/da1469x/Kconfig.defconfig:39, subsys/pm/Kconfig:13) was assigned the value 'y'
but got the value 'n'. Check these unsatisfied dependencies: (SOC_SERIES_EFR32BG22 ||
SOC_SERIES_EFR32BG27 || SOC_SERIES_EFR32MG24 || (SOC_SERIES_DA1469X && SOC_FAMILY_RENESAS_SMARTBOND)
|| (SYS_CLOCK_EXISTS && HAS_PM)) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_PM and/or look up PM in the
menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
Parsing /__w/zephyr/zephyr/Kconfig
Loaded configuration '/__w/zephyr/zephyr/boards/arm/mps2/mps2_an385_defconfig'
Merged configuration '/__w/zephyr/zephyr/tests/lib/cpp/cxx/prj.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp20/twister/testsuite_extra.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp20/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp20/zephyr/.config'
Kconfig header saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp20/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Using ccache: /usr/local/bin/ccache
-- Configuring done
-- Generating done
-- Build files have been written to: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp20
[1/147] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr), build: v3.7.0-531-g1a7051b074ee
[2/147] Preparing syscall dependency handling
[3/147] Generating misc/generated/syscalls_subdirs.trigger
[4/147] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[5/147] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h
[6/147] Generating include/generated/zephyr/driver-validation.h
[7/147] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h
[8/147] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[9/147] Generating include/generated/zephyr/offsets.h
[10/147] Building CXX object CMakeFiles/app.dir/src/main.cpp.obj
FAILED: CMakeFiles/app.dir/src/main.cpp.obj
ccache /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DTC_RUNID=07544ad8422b484ad31b322cd9704c20 -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp20/zephyr/include/generated/zephyr -I/__w/zephyr/zephyr/include -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp20/zephyr/include/generated -I/__w/zephyr/zephyr/soc/arm -I/__w/zephyr/zephyr/soc/arm/mps2/. -I/__w/zephyr/zephyr/subsys/rtio -I/__w/zephyr/zephyr/subsys/testsuite/include -I/__w/zephyr/zephyr/subsys/testsuite/coverage -I/__w/zephyr/zephyr/subsys/testsuite/ztest/include -I/__w/zephyr/modules/hal/cmsis/CMSIS/Core/Include -I/__w/zephyr/zephyr/modules/cmsis/. -isystem /__w/zephyr/zephyr/lib/libc/common/include -isystem /__w/zephyr/zephyr/lib/cpp/minimal/include -fno-strict-aliasing -Os -fcheck-new -std=c++20 -Wno-register -Wno-volatile -fno-exceptions -fno-rtti -imacros /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp20/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /__w/zephyr/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/__w/zephyr/zephyr/tests/lib/cpp/cxx=CMAKE_SOURCE_DIR -fmacro-prefix-map=/__w/zephyr/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/__w/zephyr=WEST_TOPDIR -ffunction-sections -fdata-sections --specs=picolibc.specs -nostdinc++ -MD -MT CMakeFiles/app.dir/src/main.cpp.obj -MF CMakeFiles/app.dir/src/main.cpp.obj.d -o CMakeFiles/app.dir/src/main.cpp.obj -c /__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp
In file included from /__w/zephyr/zephyr/include/zephyr/arch/arm/exception.h:19,
from /__w/zephyr/zephyr/include/zephyr/arch/arm/arch.h:26,
from /__w/zephyr/zephyr/include/zephyr/arch/cpu.h:19,
from /__w/zephyr/zephyr/include/zephyr/kernel_includes.h:36,
from /__w/zephyr/zephyr/include/zephyr/kernel.h:17,
from /__w/zephyr/zephyr/include/zephyr/pm/device.h:11,
from /__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp:18:
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h: In function 'int z_arm_get_hw_esf_size(uint32_t)':
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h:140:16: error: invalid application of 'sizeof' to incomplete type 'z_arm_get_hw_esf_size(uint32_t)::__basic_sf'
140 | return sizeof(struct __basic_sf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Check failure on line 0 in mps2/an385:tests/lib/cpp/cxx/cpp.main.cpp2A
github-actions / Unit Test Results
tests/lib/cpp/cxx/cpp.main.cpp2A (mps2/an385:tests/lib/cpp/cxx/cpp.main.cpp2A) with error
artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 5m 32s]
Raw output
Build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/lib/cpp/cxx
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Found devicetree overlay: /__w/zephyr/zephyr/tests/lib/cpp/cxx/app.overlay
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2A/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2A/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2A/zephyr/dts.cmake
warning: PM (defined at soc/silabs/silabs_s2/efr32bg22/Kconfig.defconfig:12,
soc/silabs/silabs_s2/efr32bg27/Kconfig.defconfig:12,
soc/silabs/silabs_s2/efr32mg24/Kconfig.defconfig:12,
soc/renesas/smartbond/da1469x/Kconfig.defconfig:39, subsys/pm/Kconfig:13) was assigned the value 'y'
but got the value 'n'. Check these unsatisfied dependencies: (SOC_SERIES_EFR32BG22 ||
SOC_SERIES_EFR32BG27 || SOC_SERIES_EFR32MG24 || (SOC_SERIES_DA1469X && SOC_FAMILY_RENESAS_SMARTBOND)
|| (SYS_CLOCK_EXISTS && HAS_PM)) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_PM and/or look up PM in the
menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
Parsing /__w/zephyr/zephyr/Kconfig
Loaded configuration '/__w/zephyr/zephyr/boards/arm/mps2/mps2_an385_defconfig'
Merged configuration '/__w/zephyr/zephyr/tests/lib/cpp/cxx/prj.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2A/twister/testsuite_extra.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2A/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2A/zephyr/.config'
Kconfig header saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2A/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Using ccache: /usr/local/bin/ccache
-- Configuring done
-- Generating done
-- Build files have been written to: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2A
[1/147] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr), build: v3.7.0-531-g1a7051b074ee
[2/147] Preparing syscall dependency handling
[3/147] Generating misc/generated/syscalls_subdirs.trigger
[4/147] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[5/147] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h
[6/147] Generating include/generated/zephyr/driver-validation.h
[7/147] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h
[8/147] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[9/147] Generating include/generated/zephyr/offsets.h
[10/147] Building CXX object CMakeFiles/app.dir/src/main.cpp.obj
FAILED: CMakeFiles/app.dir/src/main.cpp.obj
ccache /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DTC_RUNID=2dfbeb16b46c5a417278f9faaa2946ec -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2A/zephyr/include/generated/zephyr -I/__w/zephyr/zephyr/include -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2A/zephyr/include/generated -I/__w/zephyr/zephyr/soc/arm -I/__w/zephyr/zephyr/soc/arm/mps2/. -I/__w/zephyr/zephyr/subsys/rtio -I/__w/zephyr/zephyr/subsys/testsuite/include -I/__w/zephyr/zephyr/subsys/testsuite/coverage -I/__w/zephyr/zephyr/subsys/testsuite/ztest/include -I/__w/zephyr/modules/hal/cmsis/CMSIS/Core/Include -I/__w/zephyr/zephyr/modules/cmsis/. -isystem /__w/zephyr/zephyr/lib/libc/common/include -isystem /__w/zephyr/zephyr/lib/cpp/minimal/include -fno-strict-aliasing -Os -fcheck-new -std=c++2a -Wno-register -Wno-volatile -fno-exceptions -fno-rtti -imacros /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2A/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /__w/zephyr/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/__w/zephyr/zephyr/tests/lib/cpp/cxx=CMAKE_SOURCE_DIR -fmacro-prefix-map=/__w/zephyr/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/__w/zephyr=WEST_TOPDIR -ffunction-sections -fdata-sections --specs=picolibc.specs -nostdinc++ -MD -MT CMakeFiles/app.dir/src/main.cpp.obj -MF CMakeFiles/app.dir/src/main.cpp.obj.d -o CMakeFiles/app.dir/src/main.cpp.obj -c /__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp
In file included from /__w/zephyr/zephyr/include/zephyr/arch/arm/exception.h:19,
from /__w/zephyr/zephyr/include/zephyr/arch/arm/arch.h:26,
from /__w/zephyr/zephyr/include/zephyr/arch/cpu.h:19,
from /__w/zephyr/zephyr/include/zephyr/kernel_includes.h:36,
from /__w/zephyr/zephyr/include/zephyr/kernel.h:17,
from /__w/zephyr/zephyr/include/zephyr/pm/device.h:11,
from /__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp:18:
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h: In function 'int z_arm_get_hw_esf_size(uint32_t)':
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h:140:16: error: invalid application of 'sizeof' to incomplete type 'z_arm_get_hw_esf_size(uint32_t)::__basic_sf'
140 | return sizeof(struct __basic_sf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Check failure on line 0 in mps2/an385:tests/lib/cpp/cxx/cpp.main.cpp2B
github-actions / Unit Test Results
tests/lib/cpp/cxx/cpp.main.cpp2B (mps2/an385:tests/lib/cpp/cxx/cpp.main.cpp2B) with error
artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 5m 32s]
Raw output
Build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/lib/cpp/cxx
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Found devicetree overlay: /__w/zephyr/zephyr/tests/lib/cpp/cxx/app.overlay
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2B/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2B/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2B/zephyr/dts.cmake
warning: PM (defined at soc/silabs/silabs_s2/efr32bg22/Kconfig.defconfig:12,
soc/silabs/silabs_s2/efr32bg27/Kconfig.defconfig:12,
soc/silabs/silabs_s2/efr32mg24/Kconfig.defconfig:12,
soc/renesas/smartbond/da1469x/Kconfig.defconfig:39, subsys/pm/Kconfig:13) was assigned the value 'y'
but got the value 'n'. Check these unsatisfied dependencies: (SOC_SERIES_EFR32BG22 ||
SOC_SERIES_EFR32BG27 || SOC_SERIES_EFR32MG24 || (SOC_SERIES_DA1469X && SOC_FAMILY_RENESAS_SMARTBOND)
|| (SYS_CLOCK_EXISTS && HAS_PM)) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_PM and/or look up PM in the
menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
Parsing /__w/zephyr/zephyr/Kconfig
Loaded configuration '/__w/zephyr/zephyr/boards/arm/mps2/mps2_an385_defconfig'
Merged configuration '/__w/zephyr/zephyr/tests/lib/cpp/cxx/prj.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2B/twister/testsuite_extra.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2B/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2B/zephyr/.config'
Kconfig header saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2B/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Using ccache: /usr/local/bin/ccache
-- Configuring done
-- Generating done
-- Build files have been written to: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2B
[1/147] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr), build: v3.7.0-531-g1a7051b074ee
[2/147] Preparing syscall dependency handling
[3/147] Generating misc/generated/syscalls_subdirs.trigger
[4/147] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[5/147] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h
[6/147] Generating include/generated/zephyr/driver-validation.h
[7/147] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h
[8/147] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[9/147] Generating include/generated/zephyr/offsets.h
[10/147] Building CXX object CMakeFiles/app.dir/src/main.cpp.obj
FAILED: CMakeFiles/app.dir/src/main.cpp.obj
ccache /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DTC_RUNID=8257e9216f89d651876f991a5ff4a05f -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2B/zephyr/include/generated/zephyr -I/__w/zephyr/zephyr/include -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2B/zephyr/include/generated -I/__w/zephyr/zephyr/soc/arm -I/__w/zephyr/zephyr/soc/arm/mps2/. -I/__w/zephyr/zephyr/subsys/rtio -I/__w/zephyr/zephyr/subsys/testsuite/include -I/__w/zephyr/zephyr/subsys/testsuite/coverage -I/__w/zephyr/zephyr/subsys/testsuite/ztest/include -I/__w/zephyr/modules/hal/cmsis/CMSIS/Core/Include -I/__w/zephyr/zephyr/modules/cmsis/. -isystem /__w/zephyr/zephyr/lib/libc/common/include -isystem /__w/zephyr/zephyr/lib/cpp/minimal/include -fno-strict-aliasing -Os -fcheck-new -std=c++2b -Wno-register -Wno-volatile -fno-exceptions -fno-rtti -imacros /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp2B/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /__w/zephyr/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/__w/zephyr/zephyr/tests/lib/cpp/cxx=CMAKE_SOURCE_DIR -fmacro-prefix-map=/__w/zephyr/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/__w/zephyr=WEST_TOPDIR -ffunction-sections -fdata-sections --specs=picolibc.specs -nostdinc++ -MD -MT CMakeFiles/app.dir/src/main.cpp.obj -MF CMakeFiles/app.dir/src/main.cpp.obj.d -o CMakeFiles/app.dir/src/main.cpp.obj -c /__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp
In file included from /__w/zephyr/zephyr/include/zephyr/arch/arm/exception.h:19,
from /__w/zephyr/zephyr/include/zephyr/arch/arm/arch.h:26,
from /__w/zephyr/zephyr/include/zephyr/arch/cpu.h:19,
from /__w/zephyr/zephyr/include/zephyr/kernel_includes.h:36,
from /__w/zephyr/zephyr/include/zephyr/kernel.h:17,
from /__w/zephyr/zephyr/include/zephyr/pm/device.h:11,
from /__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp:18:
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h: In function 'int z_arm_get_hw_esf_size(uint32_t)':
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h:140:16: error: invalid application of 'sizeof' to incomplete type 'z_arm_get_hw_esf_size(uint32_t)::__basic_sf'
140 | return sizeof(struct __basic_sf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Check failure on line 0 in mps2/an385:tests/lib/cpp/cxx/cpp.main.cpp98
github-actions / Unit Test Results
tests/lib/cpp/cxx/cpp.main.cpp98 (mps2/an385:tests/lib/cpp/cxx/cpp.main.cpp98) with error
artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 5m 32s]
Raw output
Build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/lib/cpp/cxx
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Found devicetree overlay: /__w/zephyr/zephyr/tests/lib/cpp/cxx/app.overlay
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp98/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp98/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp98/zephyr/dts.cmake
warning: PM (defined at soc/silabs/silabs_s2/efr32bg22/Kconfig.defconfig:12,
soc/silabs/silabs_s2/efr32bg27/Kconfig.defconfig:12,
soc/silabs/silabs_s2/efr32mg24/Kconfig.defconfig:12,
soc/renesas/smartbond/da1469x/Kconfig.defconfig:39, subsys/pm/Kconfig:13) was assigned the value 'y'
but got the value 'n'. Check these unsatisfied dependencies: (SOC_SERIES_EFR32BG22 ||
SOC_SERIES_EFR32BG27 || SOC_SERIES_EFR32MG24 || (SOC_SERIES_DA1469X && SOC_FAMILY_RENESAS_SMARTBOND)
|| (SYS_CLOCK_EXISTS && HAS_PM)) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_PM and/or look up PM in the
menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
Parsing /__w/zephyr/zephyr/Kconfig
Loaded configuration '/__w/zephyr/zephyr/boards/arm/mps2/mps2_an385_defconfig'
Merged configuration '/__w/zephyr/zephyr/tests/lib/cpp/cxx/prj.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp98/twister/testsuite_extra.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp98/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp98/zephyr/.config'
Kconfig header saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp98/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Using ccache: /usr/local/bin/ccache
-- Configuring done
-- Generating done
-- Build files have been written to: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp98
[1/147] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr), build: v3.7.0-531-g1a7051b074ee
[2/147] Preparing syscall dependency handling
[3/147] Generating misc/generated/syscalls_subdirs.trigger
[4/147] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[5/147] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h
[6/147] Generating include/generated/zephyr/driver-validation.h
[7/147] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h
[8/147] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[9/147] Generating include/generated/zephyr/offsets.h
[10/147] Building CXX object CMakeFiles/app.dir/src/main.cpp.obj
FAILED: CMakeFiles/app.dir/src/main.cpp.obj
ccache /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DTC_RUNID=14f5fbb8ceb11155c60a8aed08b728e9 -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp98/zephyr/include/generated/zephyr -I/__w/zephyr/zephyr/include -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp98/zephyr/include/generated -I/__w/zephyr/zephyr/soc/arm -I/__w/zephyr/zephyr/soc/arm/mps2/. -I/__w/zephyr/zephyr/subsys/rtio -I/__w/zephyr/zephyr/subsys/testsuite/include -I/__w/zephyr/zephyr/subsys/testsuite/coverage -I/__w/zephyr/zephyr/subsys/testsuite/ztest/include -I/__w/zephyr/modules/hal/cmsis/CMSIS/Core/Include -I/__w/zephyr/zephyr/modules/cmsis/. -isystem /__w/zephyr/zephyr/lib/libc/common/include -isystem /__w/zephyr/zephyr/lib/cpp/minimal/include -fno-strict-aliasing -Os -fcheck-new -std=c++98 -fno-exceptions -fno-rtti -imacros /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.cpp98/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /__w/zephyr/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/__w/zephyr/zephyr/tests/lib/cpp/cxx=CMAKE_SOURCE_DIR -fmacro-prefix-map=/__w/zephyr/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/__w/zephyr=WEST_TOPDIR -ffunction-sections -fdata-sections --specs=picolibc.specs -nostdinc++ -MD -MT CMakeFiles/app.dir/src/main.cpp.obj -MF CMakeFiles/app.dir/src/main.cpp.obj.d -o CMakeFiles/app.dir/src/main.cpp.obj -c /__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp
In file included from /__w/zephyr/zephyr/include/zephyr/arch/arm/exception.h:19,
from /__w/zephyr/zephyr/include/zephyr/arch/arm/arch.h:26,
from /__w/zephyr/zephyr/include/zephyr/arch/cpu.h:19,
from /__w/zephyr/zephyr/include/zephyr/kernel_includes.h:36,
from /__w/zephyr/zephyr/include/zephyr/kernel.h:17,
from /__w/zephyr/zephyr/include/zephyr/pm/device.h:11,
from /__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp:18:
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h: In function 'int z_arm_get_hw_esf_size(uint32_t)':
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h:140:16: error: invalid application of 'sizeof' to incomplete type 'z_arm_get_hw_esf_size(uint32_t)::__basic_sf'
140 | return sizeof(struct __basic_sf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp: At global scope:
/__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp:102:19: warning: 'foos' defined but not used [-Wunused-variable]
102 | static struct foo foos[5];
| ^~~~
ninja: build stopped: subcommand failed.
Check failure on line 0 in mps2/an385:tests/lib/cpp/cxx/cpp.main.minimal
github-actions / Unit Test Results
tests/lib/cpp/cxx/cpp.main.minimal (mps2/an385:tests/lib/cpp/cxx/cpp.main.minimal) with error
artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 5m 32s]
Raw output
Build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/lib/cpp/cxx
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Found devicetree overlay: /__w/zephyr/zephyr/tests/lib/cpp/cxx/app.overlay
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.minimal/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.minimal/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.minimal/zephyr/dts.cmake
warning: PM (defined at soc/silabs/silabs_s2/efr32bg22/Kconfig.defconfig:12,
soc/silabs/silabs_s2/efr32bg27/Kconfig.defconfig:12,
soc/silabs/silabs_s2/efr32mg24/Kconfig.defconfig:12,
soc/renesas/smartbond/da1469x/Kconfig.defconfig:39, subsys/pm/Kconfig:13) was assigned the value 'y'
but got the value 'n'. Check these unsatisfied dependencies: (SOC_SERIES_EFR32BG22 ||
SOC_SERIES_EFR32BG27 || SOC_SERIES_EFR32MG24 || (SOC_SERIES_DA1469X && SOC_FAMILY_RENESAS_SMARTBOND)
|| (SYS_CLOCK_EXISTS && HAS_PM)) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_PM and/or look up PM in the
menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
Parsing /__w/zephyr/zephyr/Kconfig
Loaded configuration '/__w/zephyr/zephyr/boards/arm/mps2/mps2_an385_defconfig'
Merged configuration '/__w/zephyr/zephyr/tests/lib/cpp/cxx/prj.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.minimal/twister/testsuite_extra.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.minimal/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.minimal/zephyr/.config'
Kconfig header saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.minimal/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Using ccache: /usr/local/bin/ccache
-- Configuring done
-- Generating done
-- Build files have been written to: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.minimal
[1/167] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr), build: v3.7.0-531-g1a7051b074ee
[2/167] Preparing syscall dependency handling
[3/167] Generating misc/generated/syscalls_subdirs.trigger
[4/167] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[5/167] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h
[6/167] Generating include/generated/zephyr/driver-validation.h
[7/167] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h
[8/167] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[9/167] Generating include/generated/zephyr/offsets.h
[10/167] Building CXX object CMakeFiles/app.dir/src/main.cpp.obj
FAILED: CMakeFiles/app.dir/src/main.cpp.obj
ccache /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DTC_RUNID=40e3338a4735c7bd14d6ea44c0c6095e -D__PROGRAM_START -D__ZEPHYR__=1 -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.minimal/zephyr/include/generated/zephyr -I/__w/zephyr/zephyr/include -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.minimal/zephyr/include/generated -I/__w/zephyr/zephyr/soc/arm -I/__w/zephyr/zephyr/soc/arm/mps2/. -I/__w/zephyr/zephyr/subsys/rtio -I/__w/zephyr/zephyr/subsys/testsuite/include -I/__w/zephyr/zephyr/subsys/testsuite/coverage -I/__w/zephyr/zephyr/subsys/testsuite/ztest/include -I/__w/zephyr/modules/hal/cmsis/CMSIS/Core/Include -I/__w/zephyr/zephyr/modules/cmsis/. -isystem /__w/zephyr/zephyr/lib/libc/minimal/include -isystem /__w/zephyr/zephyr/lib/libc/common/include -isystem /__w/zephyr/zephyr/lib/cpp/minimal/include -isystem /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/include -isystem /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/include-fixed -fno-strict-aliasing -Os -fcheck-new -std=c++11 -fno-exceptions -fno-rtti -imacros /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.minimal/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /__w/zephyr/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/__w/zephyr/zephyr/tests/lib/cpp/cxx=CMAKE_SOURCE_DIR -fmacro-prefix-map=/__w/zephyr/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/__w/zephyr=WEST_TOPDIR -ffunction-sections -fdata-sections -nostdinc -nostdinc++ -MD -MT CMakeFiles/app.dir/src/main.cpp.obj -MF CMakeFiles/app.dir/src/main.cpp.obj.d -o CMakeFiles/app.dir/src/main.cpp.obj -c /__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp
In file included from /__w/zephyr/zephyr/include/zephyr/arch/arm/exception.h:19,
from /__w/zephyr/zephyr/include/zephyr/arch/arm/arch.h:26,
from /__w/zephyr/zephyr/include/zephyr/arch/cpu.h:19,
from /__w/zephyr/zephyr/include/zephyr/kernel_includes.h:36,
from /__w/zephyr/zephyr/include/zephyr/kernel.h:17,
from /__w/zephyr/zephyr/include/zephyr/pm/device.h:11,
from /__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp:18:
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h: In function 'int z_arm_get_hw_esf_size(uint32_t)':
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h:140:16: error: invalid application of 'sizeof' to incomplete type 'z_arm_get_hw_esf_size(uint32_t)::__basic_sf'
140 | return sizeof(struct __basic_sf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Check failure on line 0 in mps2/an385:tests/lib/cpp/cxx/cpp.main.newlib
github-actions / Unit Test Results
tests/lib/cpp/cxx/cpp.main.newlib (mps2/an385:tests/lib/cpp/cxx/cpp.main.newlib) with error
artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 5m 32s]
Raw output
Build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/lib/cpp/cxx
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Found devicetree overlay: /__w/zephyr/zephyr/tests/lib/cpp/cxx/app.overlay
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib/zephyr/dts.cmake
warning: PM (defined at soc/silabs/silabs_s2/efr32bg22/Kconfig.defconfig:12,
soc/silabs/silabs_s2/efr32bg27/Kconfig.defconfig:12,
soc/silabs/silabs_s2/efr32mg24/Kconfig.defconfig:12,
soc/renesas/smartbond/da1469x/Kconfig.defconfig:39, subsys/pm/Kconfig:13) was assigned the value 'y'
but got the value 'n'. Check these unsatisfied dependencies: (SOC_SERIES_EFR32BG22 ||
SOC_SERIES_EFR32BG27 || SOC_SERIES_EFR32MG24 || (SOC_SERIES_DA1469X && SOC_FAMILY_RENESAS_SMARTBOND)
|| (SYS_CLOCK_EXISTS && HAS_PM)) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_PM and/or look up PM in the
menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
warning: COMMON_LIBC_MALLOC_ARENA_SIZE (defined at soc/mediatek/mtk_adsp/Kconfig.defconfig:41,
modules/hostap/Kconfig:26, modules/hostap/Kconfig:26, modules/hostap/Kconfig:26,
lib/libc/common/Kconfig:26) was assigned the value '128' but got the value ''. Check these
unsatisfied dependencies: (SOC_FAMILY_MTK_ADSP || WIFI_NM_WPA_SUPPLICANT || WIFI_NM_WPA_SUPPLICANT
|| (WIFI_NM_WPA_SUPPLICANT && 0) || COMMON_LIBC_MALLOC) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE and/or look
up COMMON_LIBC_MALLOC_ARENA_SIZE in the menuconfig/guiconfig interface. The Application Development
Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
might be helpful too.
Parsing /__w/zephyr/zephyr/Kconfig
Loaded configuration '/__w/zephyr/zephyr/boards/arm/mps2/mps2_an385_defconfig'
Merged configuration '/__w/zephyr/zephyr/tests/lib/cpp/cxx/prj.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib/twister/testsuite_extra.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib/zephyr/.config'
Kconfig header saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Using ccache: /usr/local/bin/ccache
-- Configuring done
-- Generating done
-- Build files have been written to: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib
[1/145] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr), build: v3.7.0-531-g1a7051b074ee
[2/145] Preparing syscall dependency handling
[3/145] Generating misc/generated/syscalls_subdirs.trigger
[4/145] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[5/145] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h
[6/145] Generating include/generated/zephyr/driver-validation.h
[7/145] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h
[8/145] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[9/145] Generating include/generated/zephyr/offsets.h
[10/145] Building CXX object CMakeFiles/app.dir/src/main.cpp.obj
FAILED: CMakeFiles/app.dir/src/main.cpp.obj
ccache /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DTC_RUNID=e029c5cd72cdc3f98ed640f5592e602f -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib/zephyr/include/generated/zephyr -I/__w/zephyr/zephyr/include -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib/zephyr/include/generated -I/__w/zephyr/zephyr/soc/arm -I/__w/zephyr/zephyr/lib/libc/newlib/include -I/__w/zephyr/zephyr/soc/arm/mps2/. -I/__w/zephyr/zephyr/subsys/rtio -I/__w/zephyr/zephyr/subsys/testsuite/include -I/__w/zephyr/zephyr/subsys/testsuite/coverage -I/__w/zephyr/zephyr/subsys/testsuite/ztest/include -I/__w/zephyr/modules/hal/cmsis/CMSIS/Core/Include -I/__w/zephyr/zephyr/modules/cmsis/. -isystem /__w/zephyr/zephyr/lib/libc/common/include -isystem /__w/zephyr/zephyr/lib/cpp/minimal/include -fno-strict-aliasing -Os -fcheck-new -std=c++11 -fno-exceptions -fno-rtti -imacros /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /__w/zephyr/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/__w/zephyr/zephyr/tests/lib/cpp/cxx=CMAKE_SOURCE_DIR -fmacro-prefix-map=/__w/zephyr/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/__w/zephyr=WEST_TOPDIR -ffunction-sections -fdata-sections -nostdinc++ -MD -MT CMakeFiles/app.dir/src/main.cpp.obj -MF CMakeFiles/app.dir/src/main.cpp.obj.d -o CMakeFiles/app.dir/src/main.cpp.obj -c /__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp
In file included from /__w/zephyr/zephyr/include/zephyr/arch/arm/exception.h:19,
from /__w/zephyr/zephyr/include/zephyr/arch/arm/arch.h:26,
from /__w/zephyr/zephyr/include/zephyr/arch/cpu.h:19,
from /__w/zephyr/zephyr/include/zephyr/kernel_includes.h:36,
from /__w/zephyr/zephyr/include/zephyr/kernel.h:17,
from /__w/zephyr/zephyr/include/zephyr/pm/device.h:11,
from /__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp:18:
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h: In function 'int z_arm_get_hw_esf_size(uint32_t)':
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h:140:16: error: invalid application of 'sizeof' to incomplete type 'z_arm_get_hw_esf_size(uint32_t)::__basic_sf'
140 | return sizeof(struct __basic_sf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Check failure on line 0 in mps2/an385:tests/lib/cpp/cxx/cpp.main.newlib_nano
github-actions / Unit Test Results
tests/lib/cpp/cxx/cpp.main.newlib_nano (mps2/an385:tests/lib/cpp/cxx/cpp.main.newlib_nano) with error
artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 5m 32s]
Raw output
Build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/lib/cpp/cxx
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Found devicetree overlay: /__w/zephyr/zephyr/tests/lib/cpp/cxx/app.overlay
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib_nano/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib_nano/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib_nano/zephyr/dts.cmake
warning: PM (defined at soc/silabs/silabs_s2/efr32bg22/Kconfig.defconfig:12,
soc/silabs/silabs_s2/efr32bg27/Kconfig.defconfig:12,
soc/silabs/silabs_s2/efr32mg24/Kconfig.defconfig:12,
soc/renesas/smartbond/da1469x/Kconfig.defconfig:39, subsys/pm/Kconfig:13) was assigned the value 'y'
but got the value 'n'. Check these unsatisfied dependencies: (SOC_SERIES_EFR32BG22 ||
SOC_SERIES_EFR32BG27 || SOC_SERIES_EFR32MG24 || (SOC_SERIES_DA1469X && SOC_FAMILY_RENESAS_SMARTBOND)
|| (SYS_CLOCK_EXISTS && HAS_PM)) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_PM and/or look up PM in the
menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
warning: COMMON_LIBC_MALLOC_ARENA_SIZE (defined at soc/mediatek/mtk_adsp/Kconfig.defconfig:41,
modules/hostap/Kconfig:26, modules/hostap/Kconfig:26, modules/hostap/Kconfig:26,
lib/libc/common/Kconfig:26) was assigned the value '128' but got the value ''. Check these
unsatisfied dependencies: (SOC_FAMILY_MTK_ADSP || WIFI_NM_WPA_SUPPLICANT || WIFI_NM_WPA_SUPPLICANT
|| (WIFI_NM_WPA_SUPPLICANT && 0) || COMMON_LIBC_MALLOC) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE and/or look
up COMMON_LIBC_MALLOC_ARENA_SIZE in the menuconfig/guiconfig interface. The Application Development
Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
might be helpful too.
Parsing /__w/zephyr/zephyr/Kconfig
Loaded configuration '/__w/zephyr/zephyr/boards/arm/mps2/mps2_an385_defconfig'
Merged configuration '/__w/zephyr/zephyr/tests/lib/cpp/cxx/prj.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib_nano/twister/testsuite_extra.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib_nano/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib_nano/zephyr/.config'
Kconfig header saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib_nano/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Using ccache: /usr/local/bin/ccache
-- Configuring done
-- Generating done
-- Build files have been written to: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib_nano
[1/145] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr), build: v3.7.0-531-g1a7051b074ee
[2/145] Preparing syscall dependency handling
[3/145] Generating misc/generated/syscalls_subdirs.trigger
[4/145] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[5/145] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h
[6/145] Generating include/generated/zephyr/driver-validation.h
[7/145] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h
[8/145] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[9/145] Generating include/generated/zephyr/offsets.h
[10/145] Building CXX object CMakeFiles/app.dir/src/main.cpp.obj
FAILED: CMakeFiles/app.dir/src/main.cpp.obj
ccache /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DTC_RUNID=e820eee10ad31daf1ff62346056dd026 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib_nano/zephyr/include/generated/zephyr -I/__w/zephyr/zephyr/include -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib_nano/zephyr/include/generated -I/__w/zephyr/zephyr/soc/arm -I/__w/zephyr/zephyr/lib/libc/newlib/include -I/__w/zephyr/zephyr/soc/arm/mps2/. -I/__w/zephyr/zephyr/subsys/rtio -I/__w/zephyr/zephyr/subsys/testsuite/include -I/__w/zephyr/zephyr/subsys/testsuite/coverage -I/__w/zephyr/zephyr/subsys/testsuite/ztest/include -I/__w/zephyr/modules/hal/cmsis/CMSIS/Core/Include -I/__w/zephyr/zephyr/modules/cmsis/. -isystem /__w/zephyr/zephyr/lib/libc/common/include -isystem /__w/zephyr/zephyr/lib/cpp/minimal/include -fno-strict-aliasing -Os -fcheck-new -std=c++11 -fno-exceptions -fno-rtti -imacros /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.newlib_nano/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /__w/zephyr/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/__w/zephyr/zephyr/tests/lib/cpp/cxx=CMAKE_SOURCE_DIR -fmacro-prefix-map=/__w/zephyr/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/__w/zephyr=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -nostdinc++ -MD -MT CMakeFiles/app.dir/src/main.cpp.obj -MF CMakeFiles/app.dir/src/main.cpp.obj.d -o CMakeFiles/app.dir/src/main.cpp.obj -c /__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp
In file included from /__w/zephyr/zephyr/include/zephyr/arch/arm/exception.h:19,
from /__w/zephyr/zephyr/include/zephyr/arch/arm/arch.h:26,
from /__w/zephyr/zephyr/include/zephyr/arch/cpu.h:19,
from /__w/zephyr/zephyr/include/zephyr/kernel_includes.h:36,
from /__w/zephyr/zephyr/include/zephyr/kernel.h:17,
from /__w/zephyr/zephyr/include/zephyr/pm/device.h:11,
from /__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp:18:
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h: In function 'int z_arm_get_hw_esf_size(uint32_t)':
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h:140:16: error: invalid application of 'sizeof' to incomplete type 'z_arm_get_hw_esf_size(uint32_t)::__basic_sf'
140 | return sizeof(struct __basic_sf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Check failure on line 0 in mps2/an385:tests/lib/cpp/cxx/cpp.main.picolibc
github-actions / Unit Test Results
tests/lib/cpp/cxx/cpp.main.picolibc (mps2/an385:tests/lib/cpp/cxx/cpp.main.picolibc) with error
artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 5m 32s]
Raw output
Build failure
Loading Zephyr module(s) (Zephyr base): extensions
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
Loading Zephyr module(s) (Zephyr base (cached)): zephyr_default:kconfig
-- Application: /__w/zephyr/zephyr/tests/lib/cpp/cxx
-- CMake version: 3.22.1
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Found devicetree overlay: /__w/zephyr/zephyr/tests/lib/cpp/cxx/app.overlay
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.picolibc/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.picolibc/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.picolibc/zephyr/dts.cmake
warning: PM (defined at soc/silabs/silabs_s2/efr32bg22/Kconfig.defconfig:12,
soc/silabs/silabs_s2/efr32bg27/Kconfig.defconfig:12,
soc/silabs/silabs_s2/efr32mg24/Kconfig.defconfig:12,
soc/renesas/smartbond/da1469x/Kconfig.defconfig:39, subsys/pm/Kconfig:13) was assigned the value 'y'
but got the value 'n'. Check these unsatisfied dependencies: (SOC_SERIES_EFR32BG22 ||
SOC_SERIES_EFR32BG27 || SOC_SERIES_EFR32MG24 || (SOC_SERIES_DA1469X && SOC_FAMILY_RENESAS_SMARTBOND)
|| (SYS_CLOCK_EXISTS && HAS_PM)) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_PM and/or look up PM in the
menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
Parsing /__w/zephyr/zephyr/Kconfig
Loaded configuration '/__w/zephyr/zephyr/boards/arm/mps2/mps2_an385_defconfig'
Merged configuration '/__w/zephyr/zephyr/tests/lib/cpp/cxx/prj.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.picolibc/twister/testsuite_extra.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.picolibc/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.picolibc/zephyr/.config'
Kconfig header saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.picolibc/zephyr/include/generated/zephyr/autoconf.h'
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/lib/cpp/cxx
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Found devicetree overlay: /__w/zephyr/zephyr/tests/lib/cpp/cxx/app.overlay
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.picolibc/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.picolibc/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.picolibc/zephyr/dts.cmake
Parsing /__w/zephyr/zephyr/Kconfig
Loaded configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.picolibc/zephyr/.config'
No change to configuration in '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.picolibc/zephyr/.config'
No change to Kconfig header in '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.picolibc/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Using ccache: /usr/local/bin/ccache
-- Configuring done
-- Generating done
-- Build files have been written to: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.picolibc
[1/147] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr), build: v3.7.0-531-g1a7051b074ee
[2/147] Preparing syscall dependency handling
[3/147] Generating misc/generated/syscalls_subdirs.trigger
[4/147] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[5/147] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h
[6/147] Generating include/generated/zephyr/driver-validation.h
[7/147] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h
[8/147] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[9/147] Generating include/generated/zephyr/offsets.h
[10/147] Building CXX object CMakeFiles/app.dir/src/main.cpp.obj
FAILED: CMakeFiles/app.dir/src/main.cpp.obj
ccache /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DTC_RUNID=366cbb26db9403c94aff9e53dddc53f7 -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.picolibc/zephyr/include/generated/zephyr -I/__w/zephyr/zephyr/include -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.picolibc/zephyr/include/generated -I/__w/zephyr/zephyr/soc/arm -I/__w/zephyr/zephyr/soc/arm/mps2/. -I/__w/zephyr/zephyr/subsys/rtio -I/__w/zephyr/zephyr/subsys/testsuite/include -I/__w/zephyr/zephyr/subsys/testsuite/coverage -I/__w/zephyr/zephyr/subsys/testsuite/ztest/include -I/__w/zephyr/modules/hal/cmsis/CMSIS/Core/Include -I/__w/zephyr/zephyr/modules/cmsis/. -isystem /__w/zephyr/zephyr/lib/libc/common/include -isystem /__w/zephyr/zephyr/lib/cpp/minimal/include -fno-strict-aliasing -Os -fcheck-new -std=c++11 -fno-exceptions -fno-rtti -imacros /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/cxx/cpp.main.picolibc/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /__w/zephyr/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/__w/zephyr/zephyr/tests/lib/cpp/cxx=CMAKE_SOURCE_DIR -fmacro-prefix-map=/__w/zephyr/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/__w/zephyr=WEST_TOPDIR -ffunction-sections -fdata-sections --specs=picolibc.specs -nostdinc++ -MD -MT CMakeFiles/app.dir/src/main.cpp.obj -MF CMakeFiles/app.dir/src/main.cpp.obj.d -o CMakeFiles/app.dir/src/main.cpp.obj -c /__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp
In file included from /__w/zephyr/zephyr/include/zephyr/arch/arm/exception.h:19,
from /__w/zephyr/zephyr/include/zephyr/arch/arm/arch.h:26,
from /__w/zephyr/zephyr/include/zephyr/arch/cpu.h:19,
from /__w/zephyr/zephyr/include/zephyr/kernel_includes.h:36,
from /__w/zephyr/zephyr/include/zephyr/kernel.h:17,
from /__w/zephyr/zephyr/include/zephyr/pm/device.h:11,
from /__w/zephyr/zephyr/tests/lib/cpp/cxx/src/main.cpp:18:
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h: In function 'int z_arm_get_hw_esf_size(uint32_t)':
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h:140:16: error: invalid application of 'sizeof' to incomplete type 'z_arm_get_hw_esf_size(uint32_t)::__basic_sf'
140 | return sizeof(struct __basic_sf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Check failure on line 0 in mps2/an385:tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib
github-actions / Unit Test Results
tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib (mps2/an385:tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib) with error
artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 5m 32s]
Raw output
Build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/lib/cpp/libcxx
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib/zephyr/dts.cmake
warning: COMMON_LIBC_MALLOC_ARENA_SIZE (defined at soc/mediatek/mtk_adsp/Kconfig.defconfig:41,
modules/hostap/Kconfig:26, modules/hostap/Kconfig:26, modules/hostap/Kconfig:26,
lib/libc/common/Kconfig:26) was assigned the value '32768' but got the value ''. Check these
unsatisfied dependencies: (SOC_FAMILY_MTK_ADSP || WIFI_NM_WPA_SUPPLICANT || WIFI_NM_WPA_SUPPLICANT
|| (WIFI_NM_WPA_SUPPLICANT && 0) || COMMON_LIBC_MALLOC) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE and/or look
up COMMON_LIBC_MALLOC_ARENA_SIZE in the menuconfig/guiconfig interface. The Application Development
Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
might be helpful too.
Parsing /__w/zephyr/zephyr/Kconfig
Loaded configuration '/__w/zephyr/zephyr/boards/arm/mps2/mps2_an385_defconfig'
Merged configuration '/__w/zephyr/zephyr/tests/lib/cpp/libcxx/prj.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib/twister/testsuite_extra.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib/zephyr/.config'
Kconfig header saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Using ccache: /usr/local/bin/ccache
-- Configuring done
-- Generating done
-- Build files have been written to: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib
[1/124] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr), build: v3.7.0-531-g1a7051b074ee
[2/124] Preparing syscall dependency handling
[3/124] Generating misc/generated/syscalls_subdirs.trigger
[4/124] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[5/124] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h
[6/124] Generating include/generated/zephyr/driver-validation.h
[7/124] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h
[8/124] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[9/124] Generating include/generated/zephyr/offsets.h
[10/124] Building CXX object CMakeFiles/app.dir/src/main.cpp.obj
FAILED: CMakeFiles/app.dir/src/main.cpp.obj
ccache /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DTC_RUNID=a4ada1151df8ebd1bb5d8f8f467c69e4 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib/zephyr/include/generated/zephyr -I/__w/zephyr/zephyr/include -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib/zephyr/include/generated -I/__w/zephyr/zephyr/soc/arm -I/__w/zephyr/zephyr/lib/libc/newlib/include -I/__w/zephyr/zephyr/soc/arm/mps2/. -I/__w/zephyr/zephyr/subsys/testsuite/include -I/__w/zephyr/zephyr/subsys/testsuite/coverage -I/__w/zephyr/zephyr/subsys/testsuite/ztest/include -I/__w/zephyr/modules/hal/cmsis/CMSIS/Core/Include -I/__w/zephyr/zephyr/modules/cmsis/. -isystem /__w/zephyr/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -fcheck-new -std=c++17 -Wno-register -fno-rtti -imacros /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /__w/zephyr/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/__w/zephyr/zephyr/tests/lib/cpp/libcxx=CMAKE_SOURCE_DIR -fmacro-prefix-map=/__w/zephyr/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/__w/zephyr=WEST_TOPDIR -ffunction-sections -fdata-sections -MD -MT CMakeFiles/app.dir/src/main.cpp.obj -MF CMakeFiles/app.dir/src/main.cpp.obj.d -o CMakeFiles/app.dir/src/main.cpp.obj -c /__w/zephyr/zephyr/tests/lib/cpp/libcxx/src/main.cpp
In file included from /__w/zephyr/zephyr/include/zephyr/arch/arm/exception.h:19,
from /__w/zephyr/zephyr/include/zephyr/arch/arm/arch.h:26,
from /__w/zephyr/zephyr/include/zephyr/arch/cpu.h:19,
from /__w/zephyr/zephyr/include/zephyr/kernel_includes.h:36,
from /__w/zephyr/zephyr/include/zephyr/kernel.h:17,
from /__w/zephyr/zephyr/subsys/testsuite/ztest/include/zephyr/ztest.h:40,
from /__w/zephyr/zephyr/tests/lib/cpp/libcxx/src/main.cpp:11:
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h: In function 'int z_arm_get_hw_esf_size(uint32_t)':
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h:140:16: error: invalid application of 'sizeof' to incomplete type 'z_arm_get_hw_esf_size(uint32_t)::__basic_sf'
140 | return sizeof(struct __basic_sf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Check failure on line 0 in mps2/an385:tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib_nano
github-actions / Unit Test Results
tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib_nano (mps2/an385:tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib_nano) with error
artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 5m 32s]
Raw output
Build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/lib/cpp/libcxx
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib_nano/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib_nano/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib_nano/zephyr/dts.cmake
warning: COMMON_LIBC_MALLOC_ARENA_SIZE (defined at soc/mediatek/mtk_adsp/Kconfig.defconfig:41,
modules/hostap/Kconfig:26, modules/hostap/Kconfig:26, modules/hostap/Kconfig:26,
lib/libc/common/Kconfig:26) was assigned the value '32768' but got the value ''. Check these
unsatisfied dependencies: (SOC_FAMILY_MTK_ADSP || WIFI_NM_WPA_SUPPLICANT || WIFI_NM_WPA_SUPPLICANT
|| (WIFI_NM_WPA_SUPPLICANT && 0) || COMMON_LIBC_MALLOC) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE and/or look
up COMMON_LIBC_MALLOC_ARENA_SIZE in the menuconfig/guiconfig interface. The Application Development
Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
might be helpful too.
Parsing /__w/zephyr/zephyr/Kconfig
Loaded configuration '/__w/zephyr/zephyr/boards/arm/mps2/mps2_an385_defconfig'
Merged configuration '/__w/zephyr/zephyr/tests/lib/cpp/libcxx/prj.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib_nano/twister/testsuite_extra.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib_nano/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib_nano/zephyr/.config'
Kconfig header saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib_nano/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Using ccache: /usr/local/bin/ccache
-- Configuring done
-- Generating done
-- Build files have been written to: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib_nano
[1/124] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr), build: v3.7.0-531-g1a7051b074ee
[2/124] Preparing syscall dependency handling
[3/124] Generating misc/generated/syscalls_subdirs.trigger
[4/124] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[5/124] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h
[6/124] Generating include/generated/zephyr/driver-validation.h
[7/124] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h
[8/124] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[9/124] Generating include/generated/zephyr/offsets.h
[10/124] Building CXX object CMakeFiles/app.dir/src/main.cpp.obj
FAILED: CMakeFiles/app.dir/src/main.cpp.obj
ccache /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DTC_RUNID=9e035bc6e8f7bf862fb8022024987825 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib_nano/zephyr/include/generated/zephyr -I/__w/zephyr/zephyr/include -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib_nano/zephyr/include/generated -I/__w/zephyr/zephyr/soc/arm -I/__w/zephyr/zephyr/lib/libc/newlib/include -I/__w/zephyr/zephyr/soc/arm/mps2/. -I/__w/zephyr/zephyr/subsys/testsuite/include -I/__w/zephyr/zephyr/subsys/testsuite/coverage -I/__w/zephyr/zephyr/subsys/testsuite/ztest/include -I/__w/zephyr/modules/hal/cmsis/CMSIS/Core/Include -I/__w/zephyr/zephyr/modules/cmsis/. -isystem /__w/zephyr/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -fcheck-new -std=c++17 -Wno-register -fno-exceptions -fno-rtti -imacros /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib_nano/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=/opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /__w/zephyr/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/__w/zephyr/zephyr/tests/lib/cpp/libcxx=CMAKE_SOURCE_DIR -fmacro-prefix-map=/__w/zephyr/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/__w/zephyr=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -MD -MT CMakeFiles/app.dir/src/main.cpp.obj -MF CMakeFiles/app.dir/src/main.cpp.obj.d -o CMakeFiles/app.dir/src/main.cpp.obj -c /__w/zephyr/zephyr/tests/lib/cpp/libcxx/src/main.cpp
In file included from /__w/zephyr/zephyr/include/zephyr/arch/arm/exception.h:19,
from /__w/zephyr/zephyr/include/zephyr/arch/arm/arch.h:26,
from /__w/zephyr/zephyr/include/zephyr/arch/cpu.h:19,
from /__w/zephyr/zephyr/include/zephyr/kernel_includes.h:36,
from /__w/zephyr/zephyr/include/zephyr/kernel.h:17,
from /__w/zephyr/zephyr/subsys/testsuite/ztest/include/zephyr/ztest.h:40,
from /__w/zephyr/zephyr/tests/lib/cpp/libcxx/src/main.cpp:11:
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h: In function 'int z_arm_get_hw_esf_size(uint32_t)':
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h:140:16: error: invalid application of 'sizeof' to incomplete type 'z_arm_get_hw_esf_size(uint32_t)::__basic_sf'
140 | return sizeof(struct __basic_sf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Check failure on line 0 in mps2/an385:tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.picolibc
github-actions / Unit Test Results
tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.picolibc (mps2/an385:tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.picolibc) with error
artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 5m 32s]
Raw output
Build failure
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/lib/cpp/libcxx
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.picolibc/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.picolibc/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.picolibc/zephyr/dts.cmake
Parsing /__w/zephyr/zephyr/Kconfig
Loaded configuration '/__w/zephyr/zephyr/boards/arm/mps2/mps2_an385_defconfig'
Merged configuration '/__w/zephyr/zephyr/tests/lib/cpp/libcxx/prj.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.picolibc/twister/testsuite_extra.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.picolibc/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.picolibc/zephyr/.config'
Kconfig header saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.picolibc/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Using ccache: /usr/local/bin/ccache
-- Configuring done
-- Generating done
-- Build files have been written to: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.picolibc
[1/126] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr), build: v3.7.0-531-g1a7051b074ee
[2/126] Preparing syscall dependency handling
[3/126] Generating misc/generated/syscalls_subdirs.trigger
[4/126] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[5/126] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h
[6/126] Generating include/generated/zephyr/driver-validation.h
[7/126] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h
[8/126] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[9/126] Generating include/generated/zephyr/offsets.h
[10/126] Building CXX object CMakeFiles/app.dir/src/main.cpp.obj
FAILED: CMakeFiles/app.dir/src/main.cpp.obj
ccache /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DTC_RUNID=f6942005d28542565eb873a6636a27bf -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.picolibc/zephyr/include/generated/zephyr -I/__w/zephyr/zephyr/include -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.picolibc/zephyr/include/generated -I/__w/zephyr/zephyr/soc/arm -I/__w/zephyr/zephyr/soc/arm/mps2/. -I/__w/zephyr/zephyr/subsys/testsuite/include -I/__w/zephyr/zephyr/subsys/testsuite/coverage -I/__w/zephyr/zephyr/subsys/testsuite/ztest/include -I/__w/zephyr/modules/hal/cmsis/CMSIS/Core/Include -I/__w/zephyr/zephyr/modules/cmsis/. -isystem /__w/zephyr/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -fcheck-new -std=c++17 -Wno-register -fno-rtti -imacros /__w/zephyr/zephyr/twister-out/mps2_an385/tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.picolibc/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /__w/zephyr/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/__w/zephyr/zephyr/tests/lib/cpp/libcxx=CMAKE_SOURCE_DIR -fmacro-prefix-map=/__w/zephyr/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/__w/zephyr=WEST_TOPDIR -ffunction-sections -fdata-sections --specs=picolibc.specs -MD -MT CMakeFiles/app.dir/src/main.cpp.obj -MF CMakeFiles/app.dir/src/main.cpp.obj.d -o CMakeFiles/app.dir/src/main.cpp.obj -c /__w/zephyr/zephyr/tests/lib/cpp/libcxx/src/main.cpp
In file included from /__w/zephyr/zephyr/include/zephyr/arch/arm/exception.h:19,
from /__w/zephyr/zephyr/include/zephyr/arch/arm/arch.h:26,
from /__w/zephyr/zephyr/include/zephyr/arch/cpu.h:19,
from /__w/zephyr/zephyr/include/zephyr/kernel_includes.h:36,
from /__w/zephyr/zephyr/include/zephyr/kernel.h:17,
from /__w/zephyr/zephyr/subsys/testsuite/ztest/include/zephyr/ztest.h:40,
from /__w/zephyr/zephyr/tests/lib/cpp/libcxx/src/main.cpp:11:
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h: In function 'int z_arm_get_hw_esf_size(uint32_t)':
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h:140:16: error: invalid application of 'sizeof' to incomplete type 'z_arm_get_hw_esf_size(uint32_t)::__basic_sf'
140 | return sizeof(struct __basic_sf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
github-actions / Unit Test Results
tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol (mps2/an385:tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol) with error
artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 5m 41s]
Raw output
Build failure
Loading Zephyr module(s) (Zephyr base): extensions
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
Loading Zephyr module(s) (Zephyr base (cached)): zephyr_default:kconfig
-- Application: /__w/zephyr/zephyr/tests/modules/thrift/ThriftTest
-- CMake version: 3.22.1
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol/zephyr/dts.cmake
warning: QEMU_ICOUNT_SHIFT (defined at boards/Kconfig:73) was assigned the value '7' but got the
value ''. Check these unsatisfied dependencies: QEMU_ICOUNT (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_QEMU_ICOUNT_SHIFT and/or look up
QEMU_ICOUNT_SHIFT in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.
Parsing /__w/zephyr/zephyr/tests/modules/thrift/ThriftTest/Kconfig
Loaded configuration '/__w/zephyr/zephyr/boards/arm/mps2/mps2_an385_defconfig'
Merged configuration '/__w/zephyr/zephyr/tests/modules/thrift/ThriftTest/prj.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol/zephyr/.config'
Kconfig header saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol/zephyr/include/generated/zephyr/autoconf.h'
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/modules/thrift/ThriftTest
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol/zephyr/dts.cmake
Parsing /__w/zephyr/zephyr/tests/modules/thrift/ThriftTest/Kconfig
Loaded configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol/zephyr/.config'
No change to configuration in '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol/zephyr/.config'
No change to Kconfig header in '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
CMake Warning at /__w/zephyr/zephyr/subsys/random/CMakeLists.txt:12 (message):
Warning: CONFIG_TIMER_RANDOM_GENERATOR is not a truly random generator.
This capability is not secure and it is provided for testing purposes only.
Use it carefully.
-- Using ccache: /usr/local/bin/ccache
CMake Warning at /__w/zephyr/zephyr/CMakeLists.txt:915 (message):
No SOURCES given to Zephyr library: drivers__entropy
Excluding target from build.
-- Configuring done
-- Generating done
-- Build files have been written to: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol
[1/229] Generating zephyr/misc/generated/thrift_ThriftTest/qemu_cert.pem.inc
[2/229] Generating zephyr/misc/generated/thrift_ThriftTest/qemu_key.pem.inc
[3/229] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr), build: v3.7.0-531-g1a7051b074ee
[4/229] Preparing syscall dependency handling
[5/229] Generating misc/generated/syscalls_subdirs.trigger
[6/229] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[7/229] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h
[8/229] Generating include/generated/zephyr/driver-validation.h
[9/229] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h
[10/229] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[11/229] Generating include/generated/zephyr/offsets.h
[12/229] Generating zephyr/misc/generated/thrift_ThriftTest/gen-cpp/SecondService.cpp, zephyr/misc/generated/thrift_ThriftTest/gen-cpp/SecondService.h, zephyr/misc/generated/thrift_ThriftTest/gen-cpp/ThriftTest_constants.cpp, zephyr/misc/generated/thrift_ThriftTest/gen-cpp/ThriftTest_constants.h, zephyr/misc/generated/thrift_ThriftTest/gen-cpp/ThriftTest.cpp, zephyr/misc/generated/thrift_ThriftTest/gen-cpp/ThriftTest.h, zephyr/misc/generated/thrift_ThriftTest/gen-cpp/ThriftTest_types.cpp, zephyr/misc/generated/thrift_ThriftTest/gen-cpp/ThriftTest_types.h
[WARNING:/__w/zephyr/optional/modules/lib/thrift/test/v0.16/ThriftTest.thrift:43] No generator named 'noexist' could be found!
[WARNING:/__w/zephyr/optional/modules/lib/thrift/test/v0.16/ThriftTest.thrift:45] cpp generator does not accept 'noexist' as sub-namespace!
[13/229] Building CXX object CMakeFiles/app.dir/src/client.cpp.obj
FAILED: CMakeFiles/app.dir/src/client.cpp.obj
ccache /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ -DKERNEL -DK_HEAP_MEM_POOL_SIZE=16384 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DTC_RUNID=150a3e1b6b261751cb007b822763c825 -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol/zephyr/misc/generated/thrift_ThriftTest/gen-cpp -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol/zephyr/include/generated/zephyr -I/__w/zephyr/zephyr/include -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol/zephyr/include/generated -I/__w/zephyr/zephyr/soc/arm -I/__w/zephyr/zephyr/include/zephyr/posix -I/__w/zephyr/zephyr/soc/arm/mps2/. -I/__w/zephyr/zephyr/subsys/testsuite/include -I/__w/zephyr/zephyr/subsys/testsuite/coverage -I/__w/zephyr/zephyr/subsys/testsuite/ztest/include -I/__w/zephyr/zephyr/modules/thrift/src -I/__w/zephyr/zephyr/modules/thrift/include -I/__w/zephyr/optional/modules/lib/thrift/lib/cpp/src -I/__w/zephyr/modules/hal/cmsis/CMSIS/Core/Include -I/__w/zephyr/zephyr/modules/cmsis/. -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol/zephyr/misc/generated/thrift_ThriftTest -isystem /__w/zephyr/zephyr/lib/libc/common/include -Wno-deprecated-declarations -fno-strict-aliasing -Os -fcheck-new -std=c++17 -Wno-register -fno-rtti -imacros /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /__w/zephyr/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/__w/zephyr/zephyr/tests/modules/thrift/ThriftTest=CMAKE_SOURCE_DIR -fmacro-prefix-map=/__w/zephyr/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/__w/zephyr=WEST_TOPDIR -ffunction-sections -fdata-sections --specs=picolibc.specs -D_POSIX_THREADS -MD -MT CMakeFiles/app.dir/src/client.cpp.obj -MF CMakeFiles/app.dir/src/client.cpp.obj.d -o CMakeFiles/app.dir/src/client.cpp.obj -c /__w/zephyr/zephyr/tests/modules/thrift/ThriftTest/src/client.cpp
In file included from /__w/zephyr/zephyr/include/zephyr/arch/arm/exception.h:19,
from /__w/zephyr/zephyr/include/zephyr/arch/arm/arch.h:26,
from /__w/zephyr/zephyr/include/zephyr/arch/cpu.h:19,
from /__w/zephyr/zephyr/include/zephyr/kernel_includes.h:36,
from /__w/zephyr/zephyr/include/zephyr/kernel.h:17,
from /__w/zephyr/zephyr/subsys/testsuite/ztest/include/zephyr/ztest.h:40,
from /__w/zephyr/zephyr/tests/modules/thrift/ThriftTest/src/client.cpp:7:
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h: In function 'int z_arm_get_hw_esf_size(uint32_t)':
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h:140:16: error: invalid application of 'sizeof' to incomplete type 'z_arm_get_hw_esf_size(uint32_t)::__basic_sf'
140 | return sizeof(struct __basic_sf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
github-actions / Unit Test Results
tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol (mps2/an385:tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol) with error
artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 5m 41s]
Raw output
Build failure
Loading Zephyr module(s) (Zephyr base): extensions
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
Loading Zephyr module(s) (Zephyr base (cached)): zephyr_default:kconfig
-- Application: /__w/zephyr/zephyr/tests/modules/thrift/ThriftTest
-- CMake version: 3.22.1
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol/zephyr/dts.cmake
warning: QEMU_ICOUNT_SHIFT (defined at boards/Kconfig:73) was assigned the value '7' but got the
value ''. Check these unsatisfied dependencies: QEMU_ICOUNT (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_QEMU_ICOUNT_SHIFT and/or look up
QEMU_ICOUNT_SHIFT in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.
Parsing /__w/zephyr/zephyr/tests/modules/thrift/ThriftTest/Kconfig
Loaded configuration '/__w/zephyr/zephyr/boards/arm/mps2/mps2_an385_defconfig'
Merged configuration '/__w/zephyr/zephyr/tests/modules/thrift/ThriftTest/prj.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol/twister/testsuite_extra.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol/zephyr/.config'
Kconfig header saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol/zephyr/include/generated/zephyr/autoconf.h'
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/modules/thrift/ThriftTest
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol/zephyr/dts.cmake
Parsing /__w/zephyr/zephyr/tests/modules/thrift/ThriftTest/Kconfig
Loaded configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol/zephyr/.config'
No change to configuration in '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol/zephyr/.config'
No change to Kconfig header in '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
CMake Warning at /__w/zephyr/zephyr/subsys/random/CMakeLists.txt:12 (message):
Warning: CONFIG_TIMER_RANDOM_GENERATOR is not a truly random generator.
This capability is not secure and it is provided for testing purposes only.
Use it carefully.
-- Using ccache: /usr/local/bin/ccache
CMake Warning at /__w/zephyr/zephyr/CMakeLists.txt:915 (message):
No SOURCES given to Zephyr library: drivers__entropy
Excluding target from build.
-- Configuring done
-- Generating done
-- Build files have been written to: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol
[1/229] Generating zephyr/misc/generated/thrift_ThriftTest/qemu_cert.pem.inc
[2/229] Generating zephyr/misc/generated/thrift_ThriftTest/qemu_key.pem.inc
[3/229] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr), build: v3.7.0-531-g1a7051b074ee
[4/229] Preparing syscall dependency handling
[5/229] Generating misc/generated/syscalls_subdirs.trigger
[6/229] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[7/229] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h
[8/229] Generating include/generated/zephyr/driver-validation.h
[9/229] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h
[10/229] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[11/229] Generating include/generated/zephyr/offsets.h
[12/229] Generating zephyr/misc/generated/thrift_ThriftTest/gen-cpp/SecondService.cpp, zephyr/misc/generated/thrift_ThriftTest/gen-cpp/SecondService.h, zephyr/misc/generated/thrift_ThriftTest/gen-cpp/ThriftTest_constants.cpp, zephyr/misc/generated/thrift_ThriftTest/gen-cpp/ThriftTest_constants.h, zephyr/misc/generated/thrift_ThriftTest/gen-cpp/ThriftTest.cpp, zephyr/misc/generated/thrift_ThriftTest/gen-cpp/ThriftTest.h, zephyr/misc/generated/thrift_ThriftTest/gen-cpp/ThriftTest_types.cpp, zephyr/misc/generated/thrift_ThriftTest/gen-cpp/ThriftTest_types.h
[WARNING:/__w/zephyr/optional/modules/lib/thrift/test/v0.16/ThriftTest.thrift:43] No generator named 'noexist' could be found!
[WARNING:/__w/zephyr/optional/modules/lib/thrift/test/v0.16/ThriftTest.thrift:45] cpp generator does not accept 'noexist' as sub-namespace!
[13/229] Building CXX object CMakeFiles/app.dir/src/client.cpp.obj
FAILED: CMakeFiles/app.dir/src/client.cpp.obj
ccache /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ -DKERNEL -DK_HEAP_MEM_POOL_SIZE=16384 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DTC_RUNID=3a80126b99513cb4591372754f27ca69 -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol/zephyr/misc/generated/thrift_ThriftTest/gen-cpp -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol/zephyr/include/generated/zephyr -I/__w/zephyr/zephyr/include -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol/zephyr/include/generated -I/__w/zephyr/zephyr/soc/arm -I/__w/zephyr/zephyr/include/zephyr/posix -I/__w/zephyr/zephyr/soc/arm/mps2/. -I/__w/zephyr/zephyr/subsys/testsuite/include -I/__w/zephyr/zephyr/subsys/testsuite/coverage -I/__w/zephyr/zephyr/subsys/testsuite/ztest/include -I/__w/zephyr/zephyr/modules/thrift/src -I/__w/zephyr/zephyr/modules/thrift/include -I/__w/zephyr/optional/modules/lib/thrift/lib/cpp/src -I/__w/zephyr/modules/hal/cmsis/CMSIS/Core/Include -I/__w/zephyr/zephyr/modules/cmsis/. -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol/zephyr/misc/generated/thrift_ThriftTest -isystem /__w/zephyr/zephyr/lib/libc/common/include -Wno-deprecated-declarations -fno-strict-aliasing -Os -fcheck-new -std=c++17 -Wno-register -fno-rtti -imacros /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /__w/zephyr/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/__w/zephyr/zephyr/tests/modules/thrift/ThriftTest=CMAKE_SOURCE_DIR -fmacro-prefix-map=/__w/zephyr/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/__w/zephyr=WEST_TOPDIR -ffunction-sections -fdata-sections --specs=picolibc.specs -D_POSIX_THREADS -MD -MT CMakeFiles/app.dir/src/client.cpp.obj -MF CMakeFiles/app.dir/src/client.cpp.obj.d -o CMakeFiles/app.dir/src/client.cpp.obj -c /__w/zephyr/zephyr/tests/modules/thrift/ThriftTest/src/client.cpp
In file included from /__w/zephyr/zephyr/include/zephyr/arch/arm/exception.h:19,
from /__w/zephyr/zephyr/include/zephyr/arch/arm/arch.h:26,
from /__w/zephyr/zephyr/include/zephyr/arch/cpu.h:19,
from /__w/zephyr/zephyr/include/zephyr/kernel_includes.h:36,
from /__w/zephyr/zephyr/include/zephyr/kernel.h:17,
from /__w/zephyr/zephyr/subsys/testsuite/ztest/include/zephyr/ztest.h:40,
from /__w/zephyr/zephyr/tests/modules/thrift/ThriftTest/src/client.cpp:7:
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h: In function 'int z_arm_get_hw_esf_size(uint32_t)':
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h:140:16: error: invalid application of 'sizeof' to incomplete type 'z_arm_get_hw_esf_size(uint32_t)::__basic_sf'
140 | return sizeof(struct __basic_sf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
github-actions / Unit Test Results
tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport (mps2/an385:tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport) with error
artifacts/Unit Test Results (Subset 2)/twister-out/twister.xml [took 5m 41s]
Raw output
Build failure
Loading Zephyr module(s) (Zephyr base): extensions
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
Loading Zephyr module(s) (Zephyr base (cached)): zephyr_default:kconfig
-- Application: /__w/zephyr/zephyr/tests/modules/thrift/ThriftTest
-- CMake version: 3.22.1
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport/zephyr/dts.cmake
warning: QEMU_ICOUNT_SHIFT (defined at boards/Kconfig:73) was assigned the value '7' but got the
value ''. Check these unsatisfied dependencies: QEMU_ICOUNT (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_QEMU_ICOUNT_SHIFT and/or look up
QEMU_ICOUNT_SHIFT in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.
Parsing /__w/zephyr/zephyr/tests/modules/thrift/ThriftTest/Kconfig
Loaded configuration '/__w/zephyr/zephyr/boards/arm/mps2/mps2_an385_defconfig'
Merged configuration '/__w/zephyr/zephyr/tests/modules/thrift/ThriftTest/prj.conf'
Merged configuration '/__w/zephyr/zephyr/tests/modules/thrift/ThriftTest/overlay-tls.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport/zephyr/.config'
Kconfig header saved to '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport/zephyr/include/generated/zephyr/autoconf.h'
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/tests/modules/thrift/ThriftTest
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps2, qualifiers: an385
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps2/mps2_an385.dts
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport/zephyr/dts.cmake
Parsing /__w/zephyr/zephyr/tests/modules/thrift/ThriftTest/Kconfig
Loaded configuration '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport/zephyr/.config'
No change to configuration in '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport/zephyr/.config'
No change to Kconfig header in '/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
CMake Warning at /__w/zephyr/zephyr/subsys/random/CMakeLists.txt:12 (message):
Warning: CONFIG_TIMER_RANDOM_GENERATOR is not a truly random generator.
This capability is not secure and it is provided for testing purposes only.
Use it carefully.
-- Using ccache: /usr/local/bin/ccache
CMake Warning at /__w/zephyr/zephyr/CMakeLists.txt:915 (message):
No SOURCES given to Zephyr library: drivers__entropy
Excluding target from build.
-- Configuring done
-- Generating done
-- Build files have been written to: /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport
[1/329] Generating zephyr/misc/generated/thrift_ThriftTest/qemu_cert.pem.inc
[2/329] Generating zephyr/misc/generated/thrift_ThriftTest/qemu_key.pem.inc
[3/329] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr), build: v3.7.0-531-g1a7051b074ee
[4/329] Preparing syscall dependency handling
[5/329] Generating misc/generated/syscalls_subdirs.trigger
[6/329] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[7/329] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h
[8/329] Generating include/generated/zephyr/driver-validation.h
[9/329] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h
[10/329] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[11/329] Generating include/generated/zephyr/offsets.h
[12/329] Generating zephyr/misc/generated/thrift_ThriftTest/gen-cpp/SecondService.cpp, zephyr/misc/generated/thrift_ThriftTest/gen-cpp/SecondService.h, zephyr/misc/generated/thrift_ThriftTest/gen-cpp/ThriftTest_constants.cpp, zephyr/misc/generated/thrift_ThriftTest/gen-cpp/ThriftTest_constants.h, zephyr/misc/generated/thrift_ThriftTest/gen-cpp/ThriftTest.cpp, zephyr/misc/generated/thrift_ThriftTest/gen-cpp/ThriftTest.h, zephyr/misc/generated/thrift_ThriftTest/gen-cpp/ThriftTest_types.cpp, zephyr/misc/generated/thrift_ThriftTest/gen-cpp/ThriftTest_types.h
[WARNING:/__w/zephyr/optional/modules/lib/thrift/test/v0.16/ThriftTest.thrift:43] No generator named 'noexist' could be found!
[WARNING:/__w/zephyr/optional/modules/lib/thrift/test/v0.16/ThriftTest.thrift:45] cpp generator does not accept 'noexist' as sub-namespace!
[13/329] Building CXX object CMakeFiles/app.dir/src/client.cpp.obj
FAILED: CMakeFiles/app.dir/src/client.cpp.obj
ccache /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ -DKERNEL -DK_HEAP_MEM_POOL_SIZE=16384 -DMBEDTLS_CONFIG_FILE=\"config-tls-generic.h\" -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DTC_RUNID=fdb18570355f64d7738954d701ffdad5 -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport/zephyr/misc/generated/thrift_ThriftTest/gen-cpp -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport/zephyr/include/generated/zephyr -I/__w/zephyr/zephyr/include -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport/zephyr/include/generated -I/__w/zephyr/zephyr/soc/arm -I/__w/zephyr/zephyr/include/zephyr/posix -I/__w/zephyr/zephyr/soc/arm/mps2/. -I/__w/zephyr/zephyr/subsys/testsuite/include -I/__w/zephyr/zephyr/subsys/testsuite/coverage -I/__w/zephyr/zephyr/subsys/testsuite/ztest/include -I/__w/zephyr/zephyr/modules/thrift/src -I/__w/zephyr/zephyr/modules/thrift/include -I/__w/zephyr/optional/modules/lib/thrift/lib/cpp/src -I/__w/zephyr/modules/hal/cmsis/CMSIS/Core/Include -I/__w/zephyr/zephyr/modules/cmsis/. -I/__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport/zephyr/misc/generated/thrift_ThriftTest -I/__w/zephyr/modules/crypto/mbedtls/include -I/__w/zephyr/zephyr/modules/mbedtls/configs -I/__w/zephyr/zephyr/modules/mbedtls/include -isystem /__w/zephyr/zephyr/lib/libc/common/include -Wno-deprecated-declarations -fno-strict-aliasing -Os -fcheck-new -std=c++17 -Wno-register -fno-rtti -imacros /__w/zephyr/zephyr/twister-out/mps2_an385/tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /__w/zephyr/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/__w/zephyr/zephyr/tests/modules/thrift/ThriftTest=CMAKE_SOURCE_DIR -fmacro-prefix-map=/__w/zephyr/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/__w/zephyr=WEST_TOPDIR -ffunction-sections -fdata-sections --specs=picolibc.specs -D_POSIX_THREADS -MD -MT CMakeFiles/app.dir/src/client.cpp.obj -MF CMakeFiles/app.dir/src/client.cpp.obj.d -o CMakeFiles/app.dir/src/client.cpp.obj -c /__w/zephyr/zephyr/tests/modules/thrift/ThriftTest/src/client.cpp
In file included from /__w/zephyr/zephyr/include/zephyr/arch/arm/exception.h:19,
from /__w/zephyr/zephyr/include/zephyr/arch/arm/arch.h:26,
from /__w/zephyr/zephyr/include/zephyr/arch/cpu.h:19,
from /__w/zephyr/zephyr/include/zephyr/kernel_includes.h:36,
from /__w/zephyr/zephyr/include/zephyr/kernel.h:17,
from /__w/zephyr/zephyr/subsys/testsuite/ztest/include/zephyr/ztest.h:40,
from /__w/zephyr/zephyr/tests/modules/thrift/ThriftTest/src/client.cpp:7:
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h: In function 'int z_arm_get_hw_esf_size(uint32_t)':
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h:140:16: error: invalid application of 'sizeof' to incomplete type 'z_arm_get_hw_esf_size(uint32_t)::__basic_sf'
140 | return sizeof(struct __basic_sf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
github-actions / Unit Test Results
samples/modules/tflite-micro/tflm_ethosu/sample.drivers.tflm_ethosu (mps3/an547:samples/modules/tflite-micro/tflm_ethosu/sample.drivers.tflm_ethosu) with error
artifacts/Unit Test Results (Subset 3)/twister-out/twister.xml [took 1s]
Raw output
Build failure
Loading Zephyr module(s) (Zephyr base): extensions
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
Loading Zephyr module(s) (Zephyr base (cached)): zephyr_default:dts
-- Application: /__w/zephyr/zephyr/samples/modules/tflite-micro/tflm_ethosu
-- CMake version: 3.22.1
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps3, qualifiers: an547
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps3/mps3_an547.dts
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps3_an547/samples/modules/tflite-micro/tflm_ethosu/sample.drivers.tflm_ethosu/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps3_an547/samples/modules/tflite-micro/tflm_ethosu/sample.drivers.tflm_ethosu/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps3_an547/samples/modules/tflite-micro/tflm_ethosu/sample.drivers.tflm_ethosu/zephyr/dts.cmake
Loading Zephyr default modules (Zephyr base).
-- Application: /__w/zephyr/zephyr/samples/modules/tflite-micro/tflm_ethosu
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /root/.cache/zephyr
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mps3, qualifiers: an547
-- Found host-tools: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found toolchain: zephyr 0.16.8 (/opt/toolchains/zephyr-sdk-0.16.8)
-- Found Dtc: /opt/toolchains/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /__w/zephyr/zephyr/boards/arm/mps3/mps3_an547.dts
-- Generated zephyr.dts: /__w/zephyr/zephyr/twister-out/mps3_an547/samples/modules/tflite-micro/tflm_ethosu/sample.drivers.tflm_ethosu/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /__w/zephyr/zephyr/twister-out/mps3_an547/samples/modules/tflite-micro/tflm_ethosu/sample.drivers.tflm_ethosu/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /__w/zephyr/zephyr/twister-out/mps3_an547/samples/modules/tflite-micro/tflm_ethosu/sample.drivers.tflm_ethosu/zephyr/dts.cmake
Parsing /__w/zephyr/zephyr/samples/modules/tflite-micro/tflm_ethosu/Kconfig
Loaded configuration '/__w/zephyr/zephyr/boards/arm/mps3/mps3_an547_defconfig'
Merged configuration '/__w/zephyr/zephyr/samples/modules/tflite-micro/tflm_ethosu/prj.conf'
Merged configuration '/__w/zephyr/zephyr/twister-out/mps3_an547/samples/modules/tflite-micro/tflm_ethosu/sample.drivers.tflm_ethosu/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to '/__w/zephyr/zephyr/twister-out/mps3_an547/samples/modules/tflite-micro/tflm_ethosu/sample.drivers.tflm_ethosu/zephyr/.config'
Kconfig header saved to '/__w/zephyr/zephyr/twister-out/mps3_an547/samples/modules/tflite-micro/tflm_ethosu/sample.drivers.tflm_ethosu/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- *******************************************************
-- PROJECT_NAME : ethosu_core_driver
-- ETHOSU_TARGET_NPU_CONFIG : ethos-u55-128
-- CMAKE_SYSTEM_PROCESSOR : arm
-- CMSIS_PATH : /__w/zephyr/modules/hal/ethos_u/../cmsis
-- ETHOSU_LOG_ENABLE : ON
-- ETHOSU_LOG_SEVERITY : warning
-- ETHOSU_INFERENCE_TIMEOUT : Default (no timeout)
-- *******************************************************
-- Using ccache: /usr/local/bin/ccache
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
TC_RUNID
-- Build files have been written to: /__w/zephyr/zephyr/twister-out/mps3_an547/samples/modules/tflite-micro/tflm_ethosu/sample.drivers.tflm_ethosu
[1/292] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (/__w/zephyr/zephyr), build: v3.7.0-531-gdeb80d7ef2db
[2/292] Preparing syscall dependency handling
[3/292] Generating misc/generated/syscalls_subdirs.trigger
[4/292] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[5/292] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h
[6/292] Generating include/generated/zephyr/driver-validation.h
[7/292] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h
[8/292] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[9/292] Building C object modules/hal_ethos_u/ethos-u-core-driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_driver.c.obj
[10/292] Building C object modules/hal_ethos_u/ethos-u-core-driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_pmu.c.obj
[11/292] Building C object modules/hal_ethos_u/ethos-u-core-driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_device_u55_u65.c.obj
[12/292] Linking C static library modules/hal_ethos_u/ethos-u-core-driver/libethosu_core_driver.a
[13/292] Generating include/generated/zephyr/offsets.h
[14/292] Building CXX object CMakeFiles/app.dir/src/main.cpp.obj
FAILED: CMakeFiles/app.dir/src/main.cpp.obj
ccache /opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++ -DETHOSU -DKERNEL -DK_HEAP_MEM_POOL_SIZE=16384 -DPICOLIBC_DOUBLE_PRINTF_SCANF -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -I/__w/zephyr/zephyr/samples/modules/tflite-micro/tflm_ethosu/src/models/keyword_spotting_cnn_small_int8 -I/__w/zephyr/zephyr/twister-out/mps3_an547/samples/modules/tflite-micro/tflm_ethosu/sample.drivers.tflm_ethosu/zephyr/include/generated/zephyr -I/__w/zephyr/zephyr/include -I/__w/zephyr/zephyr/twister-out/mps3_an547/samples/modules/tflite-micro/tflm_ethosu/sample.drivers.tflm_ethosu/zephyr/include/generated -I/__w/zephyr/zephyr/soc/arm -I/__w/zephyr/zephyr/soc/arm/mps3/. -I/__w/zephyr/optional/modules/lib/tflite-micro/. -I/__w/zephyr/optional/modules/lib/tflite-micro/third_party_static/gemmlowp -I/__w/zephyr/optional/modules/lib/tflite-micro/third_party_static/flatbuffers/include -I/__w/zephyr/optional/modules/lib/tflite-micro/third_party_static/ruy -I/__w/zephyr/optional/modules/lib/tflite-micro/third_party_static/kissfft -I/__w/zephyr/modules/hal/cmsis/CMSIS/Core/Include -I/__w/zephyr/zephyr/modules/cmsis/. -I/__w/zephyr/modules/hal/ethos_u/include -isystem /__w/zephyr/zephyr/lib/libc/common/include -fno-strict-aliasing -Os -fcheck-new -std=c++17 -Wno-register -fno-exceptions -fno-rtti -imacros /__w/zephyr/zephyr/twister-out/mps3_an547/samples/modules/tflite-micro/tflm_ethosu/sample.drivers.tflm_ethosu/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m55 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/opt/toolchains/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /__w/zephyr/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/__w/zephyr/zephyr/samples/modules/tflite-micro/tflm_ethosu=CMAKE_SOURCE_DIR -fmacro-prefix-map=/__w/zephyr/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/__w/zephyr=WEST_TOPDIR -ffunction-sections -fdata-sections -mcmse --specs=picolibc.specs -MD -MT CMakeFiles/app.dir/src/main.cpp.obj -MF CMakeFiles/app.dir/src/main.cpp.obj.d -o CMakeFiles/app.dir/src/main.cpp.obj -c /__w/zephyr/zephyr/samples/modules/tflite-micro/tflm_ethosu/src/main.cpp
In file included from /__w/zephyr/zephyr/include/zephyr/arch/arm/exception.h:19,
from /__w/zephyr/zephyr/include/zephyr/arch/arm/arch.h:26,
from /__w/zephyr/zephyr/include/zephyr/arch/cpu.h:19,
from /__w/zephyr/zephyr/include/zephyr/kernel_includes.h:36,
from /__w/zephyr/zephyr/include/zephyr/kernel.h:17,
from /__w/zephyr/zephyr/samples/modules/tflite-micro/tflm_ethosu/src/main.cpp:17:
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h: In function 'int z_arm_get_hw_esf_size(uint32_t)':
/__w/zephyr/zephyr/include/zephyr/arch/arm/cortex_m/exception.h:140:16: error: invalid application of 'sizeof' to incomplete type 'z_arm_get_hw_esf_size(uint32_t)::__basic_sf'
140 | return sizeof(struct __basic_sf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Check notice on line 0 in .github
github-actions / Unit Test Results
38 skipped tests found
There are 38 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
96b_avenger96:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
96b_meerkat96/mcimx7d/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
arty_a7/designstart_fpga_cortex_m1:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
arty_a7/designstart_fpga_cortex_m3:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
colibri_imx7d/mcimx7d/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
efm32wg_stk3800:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
ev11l78a:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
fk7b0m1_vbt6:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
imx8mp_evk/mimx8ml8/m7:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
lpcxpresso54114/lpc54114/m0:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
lpcxpresso55s69/lpc55s69/cpu0:samples/net/wifi/sample.net.wifi.mikroe_wifi_bt_click ‑ samples/net/wifi/sample.net.wifi.mikroe_wifi_bt_click
mimx8mp_phyboard_pollux/mimx8ml8/m7:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt1170_evk/mimxrt1176/cm4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt1170_evk@B/mimxrt1176/cm4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mps2/an521/cpu0/ns:samples/tfm_integration/config_build/sample.config_build.single_image ‑ samples/tfm_integration/config_build/sample.config_build.single_image
nrf52833dk/nrf52820:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_f410rb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_g070rb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_g071rb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_g431rb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_h503rb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_l412rb_p:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_l552ze_q/stm32l552xx/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
pan1781_evb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
pico_pi/mcimx7d/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
qemu_cortex_m0:tests/kernel/context/kernel.context ‑ tests/kernel/context/kernel.context
qemu_cortex_m0:tests/kernel/context/kernel.context.minimallibc ‑ tests/kernel/context/kernel.context.minimallibc
sam4l_ek:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
slstk3401a:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
slwrb4250b:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
stm32373c_eval:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
stm32f7508_dk:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
stm32h750b_dk:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
stm32h7s78_dk:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
stm32mp157c_dk2:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
verdin_imx8mp/mimx8ml8/m7:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
warp7/mcimx7d/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
weact_stm32g431_core:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
Check notice on line 0 in .github
github-actions / Unit Test Results
3539 tests found (test 1 to 489)
There are 3539 tests, see "Raw output" for the list of tests 1 to 489.
Raw output
96b_aerocore2:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
96b_aerocore2:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
96b_argonkey:samples/boards/96b_argonkey/microphone/sample.board.96b_argonkey.microphone ‑ samples/boards/96b_argonkey/microphone/sample.board.96b_argonkey.microphone
96b_argonkey:samples/boards/96b_argonkey/sensors/sample.board.96b_argonkey.sensors ‑ samples/boards/96b_argonkey/sensors/sample.board.96b_argonkey.sensors
96b_argonkey:samples/drivers/led_lp3943/sample.drivers.led.lp3943 ‑ samples/drivers/led_lp3943/sample.drivers.led.lp3943
96b_argonkey:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
96b_argonkey:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
96b_avenger96:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
96b_avenger96:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
96b_carbon/nrf51822:samples/bluetooth/hci_spi/sample.bluetooth.hci_spi ‑ samples/bluetooth/hci_spi/sample.bluetooth.hci_spi
96b_carbon/nrf51822:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
96b_carbon/nrf51822:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
96b_carbon/stm32f401xe:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
96b_carbon/stm32f401xe:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
96b_meerkat96/mcimx7d/m4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
96b_meerkat96/mcimx7d/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
96b_neonkey:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
96b_neonkey:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
96b_nitrogen:samples/net/mqtt_publisher/sample.net.mqtt_publisher.bt ‑ samples/net/mqtt_publisher/sample.net.mqtt_publisher.bt
96b_nitrogen:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
96b_nitrogen:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
96b_stm32_sensor_mez:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
96b_stm32_sensor_mez:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
96b_wistrio:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
acn52832:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
acn52832:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
[email protected]/nrf9160/ns:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
[email protected]/nrf9160/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
[email protected]/nrf9160:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
[email protected]/nrf9160:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
[email protected]/nrf9160/ns:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
[email protected]/nrf9160/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
[email protected]/nrf9160:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
[email protected]/nrf9160:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
actinius_icarus_bee/nrf9160/ns:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
actinius_icarus_bee/nrf9160/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
actinius_icarus_bee/nrf9160:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
actinius_icarus_bee/nrf9160:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
actinius_icarus_som/nrf9160/ns:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
actinius_icarus_som/nrf9160/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
actinius_icarus_som/nrf9160:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
actinius_icarus_som/nrf9160:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
actinius_icarus_som_dk/nrf9160/ns:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
actinius_icarus_som_dk/nrf9160/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
actinius_icarus_som_dk/nrf9160:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
actinius_icarus_som_dk/nrf9160:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
adafruit_feather_m0_basic_proto:samples/sensor/bme280/sample.sensor.bme280 ‑ samples/sensor/bme280/sample.sensor.bme280
adafruit_feather_m0_basic_proto:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
adafruit_feather_m0_basic_proto:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
adafruit_feather_m0_lora:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
adafruit_feather_m0_lora:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
adafruit_feather_nrf52840_express:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
adafruit_feather_nrf52840_express:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
adafruit_feather_nrf52840_sense:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
adafruit_feather_nrf52840_sense:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
adafruit_feather_stm32f405:samples/sensor/vcnl4040/sample.sensor.vcnl4040 ‑ samples/sensor/vcnl4040/sample.sensor.vcnl4040
adafruit_feather_stm32f405:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
adafruit_feather_stm32f405:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
adafruit_grand_central_m4_express:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
adafruit_grand_central_m4_express:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
adafruit_itsybitsy/nrf52840:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
adafruit_itsybitsy/nrf52840:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
adafruit_itsybitsy_m4_express:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
adafruit_itsybitsy_m4_express:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
adafruit_kb2040:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
adafruit_kb2040:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
adafruit_qt_py_rp2040:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
adafruit_qt_py_rp2040:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
adafruit_trinket_m0:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
adafruit_trinket_m0:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
adi_eval_adin1110ebz:samples/net/secure_mqtt_sensor_actuator/sample.net.secure_mqtt_sensor_actuator ‑ samples/net/secure_mqtt_sensor_actuator/sample.net.secure_mqtt_sensor_actuator
adi_eval_adin1110ebz:samples/net/secure_mqtt_sensor_actuator/sample.net.secure_mqtt_sensor_actuator.staticip_insecure ‑ samples/net/secure_mqtt_sensor_actuator/sample.net.secure_mqtt_sensor_actuator.staticip_insecure
adi_eval_adin1110ebz:samples/sensor/thermometer/sample.sensor.thermometer ‑ samples/sensor/thermometer/sample.sensor.thermometer
adi_eval_adin1110ebz:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
adi_eval_adin1110ebz:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
adi_eval_adin2111ebz:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
adi_eval_adin2111ebz:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
adi_sdp_k1:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
adi_sdp_k1:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
apard32690/max32690/m4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
apard32690/max32690/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
apollo3_evb:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
apollo3_evb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
apollo3p_evb:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
apollo3p_evb:tests/drivers/mspi/flash/drivers.mspi.flash ‑ tests/drivers/mspi/flash/drivers.mspi.flash
apollo3p_evb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
apollo4p_blue_kxr_evb:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
apollo4p_blue_kxr_evb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
apollo4p_evb:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
apollo4p_evb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
arduino_due:samples/drivers/lcd_hd44780/sample.drivers.lcd.hd44780 ‑ samples/drivers/lcd_hd44780/sample.drivers.lcd.hd44780
arduino_due:samples/sensor/mpr/sample.sensor.mpr ‑ samples/sensor/mpr/sample.sensor.mpr
arduino_due:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
arduino_due:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
arduino_giga_r1/stm32h747xx/m4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
arduino_giga_r1/stm32h747xx/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
arduino_giga_r1/stm32h747xx/m7:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
arduino_giga_r1/stm32h747xx/m7:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
arduino_mkrzero:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
arduino_mkrzero:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
arduino_nano_33_ble//sense:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
arduino_nano_33_ble//sense:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
arduino_nano_33_ble:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
arduino_nano_33_ble:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
arduino_nano_33_iot:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
arduino_nano_33_iot:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
arduino_nicla_sense_me:samples/drivers/led_is31fl3194/sample.drivers.led.is31fl3194 ‑ samples/drivers/led_is31fl3194/sample.drivers.led.is31fl3194
arduino_nicla_sense_me:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
arduino_nicla_sense_me:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
arduino_opta/stm32h747xx/m4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
arduino_opta/stm32h747xx/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
arduino_portenta_h7/stm32h747xx/m4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
arduino_portenta_h7/stm32h747xx/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
arduino_portenta_h7/stm32h747xx/m7:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
arduino_portenta_h7/stm32h747xx/m7:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
arduino_uno_r4_minima:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
arduino_uno_r4_minima:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
arduino_uno_r4_wifi:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
arduino_uno_r4_wifi:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
arduino_zero:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
arduino_zero:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
arty_a7/designstart_fpga_cortex_m1:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
arty_a7/designstart_fpga_cortex_m1:tests/drivers/build_all/counter/drivers.counter.build.xlnx ‑ tests/drivers/build_all/counter/drivers.counter.build.xlnx
arty_a7/designstart_fpga_cortex_m1:tests/drivers/build_all/pwm/drivers.pwm.build.xlnx ‑ tests/drivers/build_all/pwm/drivers.pwm.build.xlnx
arty_a7/designstart_fpga_cortex_m1:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
arty_a7/designstart_fpga_cortex_m3:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
arty_a7/designstart_fpga_cortex_m3:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
ast1030_evb:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
ast1030_evb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
az3166_iotdevkit:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
az3166_iotdevkit:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
b_g474e_dpow1:samples/subsys/usb_c/sink/sample.usbc.sink ‑ samples/subsys/usb_c/sink/sample.usbc.sink
b_g474e_dpow1:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
b_g474e_dpow1:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
b_l072z_lrwan1:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
b_l072z_lrwan1:tests/subsys/lorawan/channels_mask/lorawan.channels_mask.set_channels_mask ‑ tests/subsys/lorawan/channels_mask/lorawan.channels_mask.set_channels_mask
b_l4s5i_iot01a:samples/sensor/accel_polling/sample.sensor.accel_polling ‑ samples/sensor/accel_polling/sample.sensor.accel_polling
b_l4s5i_iot01a:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
b_l4s5i_iot01a:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
b_u585i_iot02a/stm32u585xx/ns:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
b_u585i_iot02a/stm32u585xx/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
b_u585i_iot02a:samples/net/cellular_modem/sample.net.cellular_modem ‑ samples/net/cellular_modem/sample.net.cellular_modem
b_u585i_iot02a:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
b_u585i_iot02a:tests/boot/test_mcuboot/bootloader.mcuboot.assert ‑ tests/boot/test_mcuboot/bootloader.mcuboot.assert
b_u585i_iot02a:tests/drivers/adc/adc_api/drivers.adc.b_u585i_iot02a_adc4 ‑ tests/drivers/adc/adc_api/drivers.adc.b_u585i_iot02a_adc4
b_u585i_iot02a:tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32 ‑ tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32
b_u585i_iot02a:tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.pll_msis_ahb_2_40 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.pll_msis_ahb_2_40
b_u585i_iot02a:tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.sysclksrc_hse_16 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.sysclksrc_hse_16
b_u585i_iot02a:tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.sysclksrc_hsi_16 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.sysclksrc_hsi_16
b_u585i_iot02a:tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.sysclksrc_msis_24 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.sysclksrc_msis_24
b_u585i_iot02a:tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.sysclksrc_msis_48 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.sysclksrc_msis_48
b_u585i_iot02a:tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.sysclksrc_pll_hse_160 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.sysclksrc_pll_hse_160
b_u585i_iot02a:tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.sysclksrc_pll_hse_fracn_160 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.sysclksrc_pll_hse_fracn_160
b_u585i_iot02a:tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.sysclksrc_pll_hsi_160 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.sysclksrc_pll_hsi_160
b_u585i_iot02a:tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.sysclksrc_pll_hsi_40 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.sysclksrc_pll_hsi_40
b_u585i_iot02a:tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.sysclksrc_pll_hsi_fracn_160 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.sysclksrc_pll_hsi_fracn_160
b_u585i_iot02a:tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.sysclksrc_pll_msis_160 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/drivers.clock.stm32_clock_configuration.u5.sysclksrc_pll_msis_160
b_u585i_iot02a:tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/drivers.clock.stm32_clock_configuration.dev_u5.spi1_hsi_16 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/drivers.clock.stm32_clock_configuration.dev_u5.spi1_hsi_16
b_u585i_iot02a:tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/drivers.clock.stm32_clock_configuration.dev_u5.spi1_msik ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/drivers.clock.stm32_clock_configuration.dev_u5.spi1_msik
b_u585i_iot02a:tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/drivers.clock.stm32_clock_configuration.dev_u5.spi1_pclk2 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/drivers.clock.stm32_clock_configuration.dev_u5.spi1_pclk2
b_u585i_iot02a:tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/drivers.clock.stm32_clock_configuration.dev_u5.spi1_sysclk ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32u5_devices/drivers.clock.stm32_clock_configuration.dev_u5.spi1_sysclk
b_u585i_iot02a:tests/drivers/flash/erase_blocks/flash.erase_blocks.build_only ‑ tests/drivers/flash/erase_blocks/flash.erase_blocks.build_only
b_u585i_iot02a:tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_interrupt.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_interrupt.loopback
b_u585i_iot02a:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
b_u585i_iot02a:tests/subsys/modem/backends/uart/modem.backends.uart.async ‑ tests/subsys/modem/backends/uart/modem.backends.uart.async
b_u585i_iot02a:tests/subsys/modem/backends/uart/modem.backends.uart.isr ‑ tests/subsys/modem/backends/uart/modem.backends.uart.isr
bbc_microbit:samples/basic/servo_motor/sample.basic.servo_motor ‑ samples/basic/servo_motor/sample.basic.servo_motor
bbc_microbit:samples/bluetooth/central_hr/sample.bluetooth.central_hr.minimal ‑ samples/bluetooth/central_hr/sample.bluetooth.central_hr.minimal
bbc_microbit:samples/bluetooth/mesh_demo/sample.bluetooth.mesh_demo ‑ samples/bluetooth/mesh_demo/sample.bluetooth.mesh_demo
bbc_microbit:samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr.minimal ‑ samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr.minimal
bbc_microbit:samples/boards/bbc_microbit/display/sample.board.bbc_microbit.display ‑ samples/boards/bbc_microbit/display/sample.board.bbc_microbit.display
bbc_microbit:samples/boards/bbc_microbit/line_follower_robot/sample.board.bbc_microbit.line_follower_robot ‑ samples/boards/bbc_microbit/line_follower_robot/sample.board.bbc_microbit.line_follower_robot
bbc_microbit:samples/boards/bbc_microbit/pong/sample.board.bbc_microbit.pong ‑ samples/boards/bbc_microbit/pong/sample.board.bbc_microbit.pong
bbc_microbit:samples/boards/bbc_microbit/sound/sample.board.bbc_microbit.sound ‑ samples/boards/bbc_microbit/sound/sample.board.bbc_microbit.sound
bbc_microbit:samples/boards/nrf/nrf_led_matrix/sample.boards.nrf.nrf_led_matrix ‑ samples/boards/nrf/nrf_led_matrix/sample.boards.nrf.nrf_led_matrix
bbc_microbit:samples/sensor/accel_polling/sample.sensor.accel_polling ‑ samples/sensor/accel_polling/sample.sensor.accel_polling
bbc_microbit:samples/sensor/fxos8700/sample.sensor.fxos8700.accel ‑ samples/sensor/fxos8700/sample.sensor.fxos8700.accel
bbc_microbit:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
bbc_microbit_v2:samples/boards/bbc_microbit/sound/sample.board.bbc_microbit.sound ‑ samples/boards/bbc_microbit/sound/sample.board.bbc_microbit.sound
bbc_microbit_v2:samples/boards/nrf/nrf_led_matrix/sample.boards.nrf.nrf_led_matrix ‑ samples/boards/nrf/nrf_led_matrix/sample.boards.nrf.nrf_led_matrix
bbc_microbit_v2:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
bbc_microbit_v2:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
bcm958401m2:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
bcm958401m2:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
bcm958402m2/bcm58402/m7:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
bcm958402m2/bcm58402/m7:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
beagleconnect_freedom:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
beagleconnect_freedom:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
bl5340_dvk/nrf5340/cpuapp/ns:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
bl5340_dvk/nrf5340/cpuapp/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
bl5340_dvk/nrf5340/cpuapp:samples/sensor/accel_polling/sample.sensor.accel_polling ‑ samples/sensor/accel_polling/sample.sensor.accel_polling
bl5340_dvk/nrf5340/cpuapp:samples/subsys/fs/fs_sample/sample.filesystem.ext2 ‑ samples/subsys/fs/fs_sample/sample.filesystem.ext2
bl5340_dvk/nrf5340/cpuapp:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
bl5340_dvk/nrf5340/cpuapp:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
bl5340_dvk/nrf5340/cpuapp:tests/subsys/fs/ext2/filesystem.ext2.sdcard ‑ tests/subsys/fs/ext2/filesystem.ext2.sdcard
bl5340_dvk/nrf5340/cpunet:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
bl5340_dvk/nrf5340/cpunet:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
bl652_dvk:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
bl652_dvk:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
bl653_dvk:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
bl653_dvk:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
bl654_dvk/nrf52840/pa:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
bl654_dvk/nrf52840/pa:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
bl654_dvk:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
bl654_dvk:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
bl654_sensor_board:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
bl654_sensor_board:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
bl654_usb:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
bl654_usb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
black_f407ve:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
black_f407ve:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
black_f407zg_pro:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
black_f407zg_pro:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
blackpill_f401cc:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
blackpill_f401cc:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
blackpill_f401ce:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
blackpill_f401ce:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
blackpill_f411ce:samples/sensor/ina219/sample.drivers.ina219 ‑ samples/sensor/ina219/sample.drivers.ina219
blackpill_f411ce:samples/sensor/sgp40_sht4x/sample.sensor.sgp40_sht4x ‑ samples/sensor/sgp40_sht4x/sample.sensor.sgp40_sht4x
blackpill_f411ce:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
blackpill_f411ce:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
blueclover_plt_demo_v2/nrf52832:samples/sensor/accel_polling/sample.sensor.accel_polling ‑ samples/sensor/accel_polling/sample.sensor.accel_polling
blueclover_plt_demo_v2/nrf52832:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
blueclover_plt_demo_v2/nrf52832:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
bt510:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
bt510:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
bt610:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
bt610:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
bytesensi_l:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
bytesensi_l:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
cc1352p1_launchxl:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
cc1352p1_launchxl:tests/drivers/build_all/pwm/drivers.pwm.cc13xx_cc26xx_timer.build ‑ tests/drivers/build_all/pwm/drivers.pwm.cc13xx_cc26xx_timer.build
cc1352p1_launchxl:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
cc1352p7_lp:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
cc1352p7_lp:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
cc1352r1_launchxl:samples/boards/ti/cc13x2_cc26x2/system_off/sample.boards.ti.cc13x2_cc26x2.system_off ‑ samples/boards/ti/cc13x2_cc26x2/system_off/sample.boards.ti.cc13x2_cc26x2.system_off
cc1352r1_launchxl:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
cc1352r1_launchxl:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
cc1352r_sensortag:samples/sensor/accel_polling/sample.sensor.accel_polling ‑ samples/sensor/accel_polling/sample.sensor.accel_polling
cc1352r_sensortag:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
cc1352r_sensortag:tests/drivers/build_all/ieee802154/drivers.ieee802154.build.cc13xx_cc26xx ‑ tests/drivers/build_all/ieee802154/drivers.ieee802154.build.cc13xx_cc26xx
cc1352r_sensortag:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
cc26x2r1_launchxl:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
cc26x2r1_launchxl:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
cc3220sf_launchxl:samples/net/sockets/echo/sample.net.sockets.echo.offload.simplelink ‑ samples/net/sockets/echo/sample.net.sockets.echo.offload.simplelink
cc3220sf_launchxl:samples/net/sockets/http_get/sample.net.sockets.http_get.offload.simplelink ‑ samples/net/sockets/http_get/sample.net.sockets.http_get.offload.simplelink
cc3220sf_launchxl:samples/net/wifi/sample.net.wifi ‑ samples/net/wifi/sample.net.wifi
cc3220sf_launchxl:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
cc3220sf_launchxl:tests/drivers/build_all/adc/drivers.adc.cc32xx.build ‑ tests/drivers/build_all/adc/drivers.adc.cc32xx.build
cc3220sf_launchxl:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
cc3235sf_launchxl:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
cc3235sf_launchxl:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
circuitdojo_feather/nrf9160/ns:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
circuitdojo_feather/nrf9160/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
circuitdojo_feather/nrf9160:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
circuitdojo_feather/nrf9160:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
colibri_imx7d/mcimx7d/m4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
colibri_imx7d/mcimx7d/m4:tests/drivers/build_all/pwm/drivers.pwm.imx.build ‑ tests/drivers/build_all/pwm/drivers.pwm.imx.build
colibri_imx7d/mcimx7d/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
contextualelectronics_abc:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
contextualelectronics_abc:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
croxel_cx1825/nrf52840:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
croxel_cx1825/nrf52840:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
ctcc/nrf52840:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
ctcc/nrf52840:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
[email protected]/cy8c6347/m0:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
[email protected]/cy8c6347/m0:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
[email protected]/cy8c6347/m4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
[email protected]/cy8c6347/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
[email protected]/cy8c6347/m0:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
[email protected]/cy8c6347/m0:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
[email protected]/cy8c6347/m4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
[email protected]/cy8c6347/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
cy8ckit_062_wifi_bt/cy8c6247/m0:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
cy8ckit_062_wifi_bt/cy8c6247/m0:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
cy8ckit_062_wifi_bt/cy8c6247/m4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
cy8ckit_062_wifi_bt/cy8c6247/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
cy8ckit_062s4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
cy8ckit_062s4:tests/drivers/build_all/lora/sample.driver.lora.rylr.send ‑ tests/drivers/build_all/lora/sample.driver.lora.rylr.send
cy8ckit_062s4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
cy8cproto_062_4343w:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
cy8cproto_062_4343w:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
cy8cproto_063_ble:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
cy8cproto_063_ble:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
cyclonev_socdk:samples/drivers/lcd_cyclonev_socdk/sample.lcd_cyclonev_socdk.helloworld ‑ samples/drivers/lcd_cyclonev_socdk/sample.lcd_cyclonev_socdk.helloworld
cyclonev_socdk:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
cyclonev_socdk:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
cyw920829m2evk_02:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
cyw920829m2evk_02:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
da14695_dk_usb:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
da14695_dk_usb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
da1469x_dk_pro:samples/drivers/display/sample.display.mipi_dbi ‑ samples/drivers/display/sample.display.mipi_dbi
da1469x_dk_pro:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
da1469x_dk_pro:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
decawave_dwm1001_dev:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
decawave_dwm1001_dev:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
degu_evk:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
degu_evk:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
disco_l475_iot1:samples/boards/stm32/bluetooth/interactive_gui/sample.boards.stm32.bluetooth.interactive_gui ‑ samples/boards/stm32/bluetooth/interactive_gui/sample.boards.stm32.bluetooth.interactive_gui
disco_l475_iot1:samples/boards/stm32/power_mgmt/standby_shutdown/sample.boards.stm32.power_mgmt.standby_shutdown ‑ samples/boards/stm32/power_mgmt/standby_shutdown/sample.boards.stm32.power_mgmt.standby_shutdown
disco_l475_iot1:samples/net/cloud/tagoio_http_post/sample.net.cloud.tagoio_http_post.wifi ‑ samples/net/cloud/tagoio_http_post/sample.net.cloud.tagoio_http_post.wifi
disco_l475_iot1:samples/sensor/hts221/sample.sensor.hts221 ‑ samples/sensor/hts221/sample.sensor.hts221
disco_l475_iot1:samples/sensor/hts221/sample.sensor.hts221.trigger ‑ samples/sensor/hts221/sample.sensor.hts221.trigger
disco_l475_iot1:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
disco_l475_iot1:tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32 ‑ tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32
disco_l475_iot1:tests/drivers/build_all/adc/drivers.adc.stm32.build ‑ tests/drivers/build_all/adc/drivers.adc.stm32.build
disco_l475_iot1:tests/drivers/build_all/pwm/drivers.pwm.stm32.build ‑ tests/drivers/build_all/pwm/drivers.pwm.stm32.build
disco_l475_iot1:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.l4_l5.sysclksrc_hse_8.fixup ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.l4_l5.sysclksrc_hse_8.fixup
disco_l475_iot1:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.l4_l5.sysclksrc_pll_48_msi_4 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.l4_l5.sysclksrc_pll_48_msi_4
disco_l475_iot1:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.l4_l5.sysclksrc_pll_64_hse_8.fixup ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.l4_l5.sysclksrc_pll_64_hse_8.fixup
disco_l475_iot1:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.l4_l5.sysclksrc_pll_64_hsi_16 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.l4_l5.sysclksrc_pll_64_hsi_16
disco_l475_iot1:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.sysclksrc_hsi_16 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.sysclksrc_hsi_16
disco_l475_iot1:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.sysclksrc_msi_48 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.sysclksrc_msi_48
disco_l475_iot1:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/drivers.clock.stm32_clock_configuration.common_device.l4.i2c1_hsi_lptim1_lse ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/drivers.clock.stm32_clock_configuration.common_device.l4.i2c1_hsi_lptim1_lse
disco_l475_iot1:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/drivers.clock.stm32_clock_configuration.common_device.l4.i2c1_sysclk_lptim1_lsi ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/drivers.clock.stm32_clock_configuration.common_device.l4.i2c1_sysclk_lptim1_lsi
disco_l475_iot1:tests/drivers/flash/stm32/drivers.flash.stm32.l4 ‑ tests/drivers/flash/stm32/drivers.flash.stm32.l4
disco_l475_iot1:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
dragino_lsn50:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
dragino_nbsn95:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
ebyte_e73_tbb/nrf52832:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
ebyte_e73_tbb/nrf52832:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
efm32wg_stk3800:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
efm32wg_stk3800:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
ek_ra8m1:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
ek_ra8m1:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
ev11l78a:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
ev11l78a:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
faze:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
fk7b0m1_vbt6:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
fk7b0m1_vbt6:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
frdm_k22f:samples/sensor/thermometer/sample.sensor.thermometer ‑ samples/sensor/thermometer/sample.sensor.thermometer
frdm_k22f:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
frdm_k22f:tests/drivers/build_all/adc/drivers.adc.mcux.adc16.build ‑ tests/drivers/build_all/adc/drivers.adc.mcux.adc16.build
frdm_k22f:tests/drivers/build_all/dac/drivers.dac.mcux.build ‑ tests/drivers/build_all/dac/drivers.dac.mcux.build
frdm_k22f:tests/drivers/build_all/pwm/drivers.pwm.mcux.ftm.build ‑ tests/drivers/build_all/pwm/drivers.pwm.mcux.ftm.build
frdm_k22f:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
frdm_k64f:samples/basic/blinky/sample.basic.blinky ‑ samples/basic/blinky/sample.basic.blinky
frdm_k64f:samples/basic/minimal/sample.minimal.mt.arm ‑ samples/basic/minimal/sample.minimal.mt.arm
frdm_k64f:samples/modules/canopennode/sample.modules.canopennode.program_download ‑ samples/modules/canopennode/sample.modules.canopennode.program_download
frdm_k64f:samples/net/cloud/tagoio_http_post/sample.net.cloud.tagoio_http_post ‑ samples/net/cloud/tagoio_http_post/sample.net.cloud.tagoio_http_post
frdm_k64f:samples/net/cloud/tagoio_http_post/sample.net.cloud.tagoio_http_post.wifi.esp ‑ samples/net/cloud/tagoio_http_post/sample.net.cloud.tagoio_http_post.wifi.esp
frdm_k64f:samples/net/gptp/sample.net.gptp ‑ samples/net/gptp/sample.net.gptp
frdm_k64f:samples/net/lwm2m_client/sample.net.lwm2m_client.wnc_m14a2a ‑ samples/net/lwm2m_client/sample.net.lwm2m_client.wnc_m14a2a
frdm_k64f:samples/net/sockets/echo_client/sample.net.sockets.echo_client.mcr20a ‑ samples/net/sockets/echo_client/sample.net.sockets.echo_client.mcr20a
frdm_k64f:samples/net/sockets/echo_server/sample.net.sockets.echo_server.mcr20a ‑ samples/net/sockets/echo_server/sample.net.sockets.echo_server.mcr20a
frdm_k64f:samples/net/wifi/sample.net.wifi.esp_8266_arduino ‑ samples/net/wifi/sample.net.wifi.esp_8266_arduino
frdm_k64f:samples/net/wifi/sample.net.wifi.inventek_eswifi_arduino_spi ‑ samples/net/wifi/sample.net.wifi.inventek_eswifi_arduino_spi
frdm_k64f:samples/net/wifi/sample.net.wifi.inventek_eswifi_arduino_uart ‑ samples/net/wifi/sample.net.wifi.inventek_eswifi_arduino_uart
frdm_k64f:samples/net/wpan_serial/sample.net.wpan_serial.frdm_cr20a ‑ samples/net/wpan_serial/sample.net.wpan_serial.frdm_cr20a
frdm_k64f:samples/net/wpanusb/sample.net.wpanusb_frdm_cr20a ‑ samples/net/wpanusb/sample.net.wpanusb_frdm_cr20a
frdm_k64f:samples/net/zperf/sample.net.zperf.device_next_ecm ‑ samples/net/zperf/sample.net.zperf.device_next_ecm
frdm_k64f:samples/sensor/accel_polling/sample.sensor.accel_polling ‑ samples/sensor/accel_polling/sample.sensor.accel_polling
frdm_k64f:samples/sensor/adt7420/sample.sensor.adt7420 ‑ samples/sensor/adt7420/sample.sensor.adt7420
frdm_k64f:samples/sensor/fxos8700/sample.sensor.fxos8700.hybrid ‑ samples/sensor/fxos8700/sample.sensor.fxos8700.hybrid
frdm_k64f:samples/sensor/magn_polling/sample.sensor.magn_polling ‑ samples/sensor/magn_polling/sample.sensor.magn_polling
frdm_k64f:samples/sensor/sensor_shell/sample.sensor.shell ‑ samples/sensor/sensor_shell/sample.sensor.shell
frdm_k64f:samples/shields/lmp90100_evb/rtd/sample.shields.lmp90100_evb.rtd ‑ samples/shields/lmp90100_evb/rtd/sample.shields.lmp90100_evb.rtd
frdm_k64f:samples/subsys/dap/sample.dap.bulk ‑ samples/subsys/dap/sample.dap.bulk
frdm_k64f:samples/subsys/display/cfb/sample.display.cfb.ssd1306 ‑ samples/subsys/display/cfb/sample.display.cfb.ssd1306
frdm_k64f:samples/subsys/display/cfb_shell/sample.display.cfb_shell.ssd1306 ‑ samples/subsys/display/cfb_shell/sample.display.cfb_shell.ssd1306
frdm_k64f:samples/subsys/fs/fs_sample/sample.filesystem.fat_fs.has_sdmmc_disk ‑ samples/subsys/fs/fs_sample/sample.filesystem.fat_fs.has_sdmmc_disk
frdm_k64f:samples/subsys/logging/logger/sample.logger.rtt ‑ samples/subsys/logging/logger/sample.logger.rtt
frdm_k64f:samples/subsys/mgmt/hawkbit/sample.net.hawkbit.ddi.gateway ‑ samples/subsys/mgmt/hawkbit/sample.net.hawkbit.ddi.gateway
frdm_k64f:samples/subsys/mgmt/hawkbit/sample.net.hawkbit.ddi.target ‑ samples/subsys/mgmt/hawkbit/sample.net.hawkbit.ddi.target
frdm_k64f:samples/subsys/mgmt/hawkbit/sample.net.hawkbit.default ‑ samples/subsys/mgmt/hawkbit/sample.net.hawkbit.default
frdm_k64f:samples/subsys/mgmt/hawkbit/sample.net.hawkbit.manual ‑ samples/subsys/mgmt/hawkbit/sample.net.hawkbit.manual
frdm_k64f:samples/subsys/mgmt/hawkbit/sample.net.hawkbit.set_settings_runtime ‑ samples/subsys/mgmt/hawkbit/sample.net.hawkbit.set_settings_runtime
frdm_k64f:samples/subsys/mgmt/hawkbit/sample.net.hawkbit.shell ‑ samples/subsys/mgmt/hawkbit/sample.net.hawkbit.shell
frdm_k64f:samples/subsys/mgmt/hawkbit/sample.net.hawkbit.tls ‑ samples/subsys/mgmt/hawkbit/sample.net.hawkbit.tls
frdm_k64f:samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.udp ‑ samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.udp
frdm_k64f:samples/subsys/mgmt/updatehub/sample.net.updatehub ‑ samples/subsys/mgmt/updatehub/sample.net.updatehub
frdm_k64f:samples/subsys/mgmt/updatehub/sample.net.updatehub.dtls ‑ samples/subsys/mgmt/updatehub/sample.net.updatehub.dtls
frdm_k64f:samples/subsys/mgmt/updatehub/sample.net.updatehub.psa ‑ samples/subsys/mgmt/updatehub/sample.net.updatehub.psa
frdm_k64f:samples/subsys/mgmt/updatehub/sample.net.updatehub.userspace ‑ samples/subsys/mgmt/updatehub/sample.net.updatehub.userspace
frdm_k64f:samples/subsys/modbus/tcp_gateway/sample.modbus.tcp_gateway ‑ samples/subsys/modbus/tcp_gateway/sample.modbus.tcp_gateway
frdm_k64f:samples/subsys/modbus/tcp_server/sample.modbus.tcp_server ‑ samples/subsys/modbus/tcp_server/sample.modbus.tcp_server
frdm_k64f:samples/subsys/shell/devmem_load/sample.devmem_load.uart.interrupt ‑ samples/subsys/shell/devmem_load/sample.devmem_load.uart.interrupt
frdm_k64f:samples/subsys/tracing/sample.tracing.percepio ‑ samples/subsys/tracing/sample.tracing.percepio
frdm_k64f:samples/subsys/usb/cdc_acm/sample.usb_device_next.cdc-acm ‑ samples/subsys/usb/cdc_acm/sample.usb_device_next.cdc-acm
frdm_k64f:samples/subsys/usb/dfu/sample.usb.dfu ‑ samples/subsys/usb/dfu/sample.usb.dfu
frdm_k64f:samples/subsys/usb/dfu/sample.usb.dfu.permanent.download ‑ samples/subsys/usb/dfu/sample.usb.dfu.permanent.download
frdm_k64f:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard
frdm_k64f:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-out-report ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-out-report
frdm_k64f:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-report ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-report
frdm_k64f:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.out-report ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.out-report
frdm_k64f:samples/subsys/usb/hid-mouse/sample.usb_device_next.hid-mouse ‑ samples/subsys/usb/hid-mouse/sample.usb_device_next.hid-mouse
frdm_k64f:samples/subsys/usb/mass/sample.usb_device_next.mass_ram_none ‑ samples/subsys/usb/mass/sample.usb_device_next.mass_ram_none
frdm_k64f:samples/subsys/usb/shell/sample.usbd.shell ‑ samples/subsys/usb/shell/sample.usbd.shell
frdm_k64f:samples/subsys/usb/shell/sample.usbh.shell ‑ samples/subsys/usb/shell/sample.usbh.shell
frdm_k64f:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
frdm_k64f:tests/application_development/code_relocation/application_development.code_relocation_kinetis ‑ tests/application_development/code_relocation/application_development.code_relocation_kinetis
frdm_k64f:tests/boards/frdm_k64f/i2c/boards.frdm_k64f.i2c ‑ tests/boards/frdm_k64f/i2c/boards.frdm_k64f.i2c
frdm_k64f:tests/boot/test_mcuboot/bootloader.mcuboot ‑ tests/boot/test_mcuboot/bootloader.mcuboot
frdm_k64f:tests/drivers/adc/adc_accuracy_test/drivers.adc.accuracy.dac_source ‑ tests/drivers/adc/adc_accuracy_test/drivers.adc.accuracy.dac_source
frdm_k64f:tests/drivers/build_all/can/drivers.can.build_all.mcp2515 ‑ tests/drivers/build_all/can/drivers.can.build_all.mcp2515
frdm_k64f:tests/drivers/build_all/can/drivers.can.build_all.tcan4x5x ‑ tests/drivers/build_all/can/drivers.can.build_all.tcan4x5x
frdm_k64f:tests/drivers/build_all/rtc/drivers.rtc.build.pcf8523 ‑ tests/drivers/build_all/rtc/drivers.rtc.build.pcf8523
frdm_k64f:tests/drivers/dma/chan_link_transfer/drivers.dma.chan_link_transfer ‑ tests/drivers/dma/chan_link_transfer/drivers.dma.chan_link_transfer
frdm_k64f:tests/drivers/spi/spi_loopback/drivers.spi.mcux_dspi_dma.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.mcux_dspi_dma.loopback
frdm_k64f:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
frdm_k64f:tests/lib/cmsis_dsp/bayes/libraries.cmsis_dsp.bayes ‑ tests/lib/cmsis_dsp/bayes/libraries.cmsis_dsp.bayes
frdm_k64f:tests/lib/cmsis_dsp/complexmath/libraries.cmsis_dsp.complexmath ‑ tests/lib/cmsis_dsp/complexmath/libraries.cmsis_dsp.complexmath
frdm_k64f:tests/lib/cmsis_dsp/distance/libraries.cmsis_dsp.distance ‑ tests/lib/cmsis_dsp/distance/libraries.cmsis_dsp.distance
frdm_k64f:tests/lib/cmsis_dsp/fastmath/libraries.cmsis_dsp.fastmath ‑ tests/lib/cmsis_dsp/fastmath/libraries.cmsis_dsp.fastmath
frdm_k64f:tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.biquad ‑ tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.biquad
frdm_k64f:tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.decim ‑ tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.decim
frdm_k64f:tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.fir ‑ tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.fir
frdm_k64f:tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.misc ‑ tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.misc
frdm_k64f:tests/lib/cmsis_dsp/interpolation/libraries.cmsis_dsp.interpolation ‑ tests/lib/cmsis_dsp/interpolation/libraries.cmsis_dsp.interpolation
frdm_k64f:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f16 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f16
frdm_k64f:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f32 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f32
frdm_k64f:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f64 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f64
frdm_k64f:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q15 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q15
frdm_k64f:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q31 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q31
frdm_k64f:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q7 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q7
frdm_k64f:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f16 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f16
frdm_k64f:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f32 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f32
frdm_k64f:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f64 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f64
frdm_k64f:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q15 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q15
frdm_k64f:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q31 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q31
frdm_k64f:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q7 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q7
frdm_k64f:tests/lib/cmsis_dsp/quaternionmath/libraries.cmsis_dsp.quaternionmath ‑ tests/lib/cmsis_dsp/quaternionmath/libraries.cmsis_dsp.quaternionmath
frdm_k64f:tests/lib/cmsis_dsp/statistics/libraries.cmsis_dsp.statistics ‑ tests/lib/cmsis_dsp/statistics/libraries.cmsis_dsp.statistics
frdm_k64f:tests/lib/cmsis_dsp/support/libraries.cmsis_dsp.support ‑ tests/lib/cmsis_dsp/support/libraries.cmsis_dsp.support
frdm_k64f:tests/lib/cmsis_dsp/svm/libraries.cmsis_dsp.svm ‑ tests/lib/cmsis_dsp/svm/libraries.cmsis_dsp.svm
frdm_k64f:tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.cf32 ‑ tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.cf32
frdm_k64f:tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.cf64 ‑ tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.cf64
frdm_k64f:tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.cq15 ‑ tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.cq15
frdm_k64f:tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.cq31 ‑ tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.cq31
frdm_k64f:tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.rf32 ‑ tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.rf32
frdm_k64f:tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.rf64 ‑ tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.rf64
frdm_k64f:tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.rq15 ‑ tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.rq15
frdm_k64f:tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.rq31 ‑ tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.rq31
frdm_k64f:tests/lib/cmsis_nn/libraries.cmsis_nn ‑ tests/lib/cmsis_nn/libraries.cmsis_nn
frdm_k64f:tests/subsys/dsp/basicmath/zdsp.basicmath ‑ tests/subsys/dsp/basicmath/zdsp.basicmath
frdm_k64f:tests/subsys/jwt/libraries.encoding.jwt ‑ tests/subsys/jwt/libraries.encoding.jwt
frdm_k64f:tests/subsys/modbus/modbus.rtu ‑ tests/subsys/modbus/modbus.rtu
frdm_k64f:tests/subsys/modbus/modbus.rtu.build_only ‑ tests/subsys/modbus/modbus.rtu.build_only
frdm_k82f:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
frdm_k82f:tests/drivers/adc/adc_api/drivers.adc.dma_nxp_kinetis ‑ tests/drivers/adc/adc_api/drivers.adc.dma_nxp_kinetis
frdm_k82f:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
frdm_ke15z:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
frdm_ke17z512:samples/drivers/i2c/target_eeprom/sample.drivers.i2c.target.kinetis ‑ samples/drivers/i2c/target_eeprom/sample.drivers.i2c.target.kinetis
frdm_ke17z512:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
frdm_ke17z512:tests/drivers/gpio/gpio_basic_api/drivers.gpio.2pin_ke17z_fgpio ‑ tests/drivers/gpio/gpio_basic_api/drivers.gpio.2pin_ke17z_fgpio
frdm_ke17z512:tests/drivers/i2c/i2c_target_api/drivers.i2c.target_api.single_role ‑ tests/drivers/i2c/i2c_target_api/drivers.i2c.target_api.single_role
frdm_ke17z512:tests/drivers/uart/uart_basic_api/drivers.uart.basic_api.shell_ke17z9_uart ‑ tests/drivers/uart/uart_basic_api/drivers.uart.basic_api.shell_ke17z9_uart
frdm_ke17z512:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
frdm_ke17z:samples/drivers/i2c/target_eeprom/sample.drivers.i2c.target.kinetis ‑ samples/drivers/i2c/target_eeprom/sample.drivers.i2c.target.kinetis
frdm_ke17z:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
frdm_ke17z:tests/drivers/gpio/gpio_basic_api/drivers.gpio.2pin_ke17z_fgpio ‑ tests/drivers/gpio/gpio_basic_api/drivers.gpio.2pin_ke17z_fgpio
frdm_ke17z:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
frdm_kl25z:samples/sensor/accel_polling/sample.sensor.accel_polling ‑ samples/sensor/accel_polling/sample.sensor.accel_polling
frdm_kl25z:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
frdm_kl25z:tests/drivers/adc/adc_accuracy_test/drivers.adc.accuracy.ref_volt ‑ tests/drivers/adc/adc_accuracy_test/drivers.adc.accuracy.ref_volt
frdm_kw41z:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
frdm_kw41z:tests/drivers/build_all/ieee802154/drivers.ieee802154.build.kw41z ‑ tests/drivers/build_all/ieee802154/drivers.ieee802154.build.kw41z
frdm_kw41z:tests/drivers/build_all/pwm/drivers.pwm.mcux.tpm.build ‑ tests/drivers/build_all/pwm/drivers.pwm.mcux.tpm.build
frdm_kw41z:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
frdm_mcxn947/mcxn947/cpu0:samples/sensor/mcux_lpcmp/sample.sensor.mcux_lpcmp ‑ samples/sensor/mcux_lpcmp/sample.sensor.mcux_lpcmp
frdm_mcxn947/mcxn947/cpu0:samples/sensor/mcux_lpcmp/sample.sensor.mcux_lpcmp.no_trigger ‑ samples/sensor/mcux_lpcmp/sample.sensor.mcux_lpcmp.no_trigger
frdm_mcxn947/mcxn947/cpu0:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
frdm_mcxn947/mcxn947/cpu0:tests/drivers/i2c/i2c_target_api/drivers.i2c.target_api.single_role ‑ tests/drivers/i2c/i2c_target_api/drivers.i2c.target_api.single_role
frdm_mcxn947/mcxn947/cpu0:tests/drivers/regulator/voltage/drivers.regulator.voltage.nxp ‑ tests/drivers/regulator/voltage/drivers.regulator.voltage.nxp
frdm_mcxn947/mcxn947/cpu0:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
frdm_rw612:samples/bluetooth/central_ht/sample.bluetooth.central_ht.nxp ‑ samples/bluetooth/central_ht/sample.bluetooth.central_ht.nxp
frdm_rw612:samples/bluetooth/peripheral_ht/sample.bluetooth.peripheral_ht.nxp ‑ samples/bluetooth/peripheral_ht/sample.bluetooth.peripheral_ht.nxp
frdm_rw612:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
frdm_rw612:tests/bluetooth/tester/bluetooth.general.tester.nxp ‑ tests/bluetooth/tester/bluetooth.general.tester.nxp
frdm_rw612:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
fvp_baser_aemv8r/fvp_aemv8r_aarch32/smp:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
fvp_baser_aemv8r/fvp_aemv8r_aarch32/smp:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
fvp_baser_aemv8r/fvp_aemv8r_aarch32:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
fvp_baser_aemv8r/fvp_aemv8r_aarch32:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
gd32a503v_eval:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
gd32a503v_eval:tests/drivers/flash/common/drivers.flash.common.gd32 ‑ tests/drivers/flash/common/drivers.flash.common.gd32
gd32a503v_eval:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
gd32e103v_eval:samples/drivers/watchdog/sample.drivers.watchdog.gd32_fwdgt ‑ samples/drivers/watchdog/sample.drivers.watchdog.gd32_fwdgt
gd32e103v_eval:samples/drivers/watchdog/sample.drivers.watchdog.gd32_wwdgt ‑ samples/drivers/watchdog/sample.drivers.watchdog.gd32_wwdgt
gd32e103v_eval:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
gd32e103v_eval:tests/drivers/watchdog/wdt_basic_api/drivers.watchdog.gd32fwdgt ‑ tests/drivers/watchdog/wdt_basic_api/drivers.watchdog.gd32fwdgt
gd32e103v_eval:tests/drivers/watchdog/wdt_basic_api/drivers.watchdog.gd32wwdgt ‑ tests/drivers/watchdog/wdt_basic_api/drivers.watchdog.gd32wwdgt
gd32e103v_eval:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
gd32e507v_start:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
gd32e507v_start:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
gd32e507z_eval:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
gd32e507z_eval:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
gd32f350r_eval:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
gd32f403z_eval:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
Check notice on line 0 in .github
github-actions / Unit Test Results
3539 tests found (test 490 to 995)
There are 3539 tests, see "Raw output" for the list of tests 490 to 995.
Raw output
gd32f403z_eval:tests/drivers/pinctrl/gd32/drivers.pinctrl.gd32_afio ‑ tests/drivers/pinctrl/gd32/drivers.pinctrl.gd32_afio
gd32f403z_eval:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback
gd32f403z_eval:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback
gd32f403z_eval:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
gd32f407v_start:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
gd32f407v_start:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback
gd32f407v_start:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback
gd32f407v_start:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
gd32f450i_eval:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
gd32f450i_eval:tests/drivers/pinctrl/gd32/drivers.pinctrl.gd32_af ‑ tests/drivers/pinctrl/gd32/drivers.pinctrl.gd32_af
gd32f450i_eval:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback
gd32f450i_eval:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback
gd32f450i_eval:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
gd32f450v_start:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
gd32f450v_start:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback
gd32f450v_start:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback
gd32f450v_start:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
gd32f450z_eval:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
gd32f450z_eval:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback
gd32f450z_eval:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback
gd32f450z_eval:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
gd32f470i_eval:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
gd32f470i_eval:tests/drivers/flash/common/drivers.flash.common.gd32 ‑ tests/drivers/flash/common/drivers.flash.common.gd32
gd32f470i_eval:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_dma.loopback
gd32f470i_eval:tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.gd32_spi_interrupt.loopback
gd32f470i_eval:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
gd32l233r_eval:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
gd32l233r_eval:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
google_dragonclaw:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
google_dragonclaw:tests/drivers/counter/counter_basic_api/drivers.counter.basic_api.stm32_subsec ‑ tests/drivers/counter/counter_basic_api/drivers.counter.basic_api.stm32_subsec
google_dragonclaw:tests/drivers/flash/stm32/drivers.flash.stm32.f4 ‑ tests/drivers/flash/stm32/drivers.flash.stm32.f4
google_dragonclaw:tests/drivers/flash/stm32/drivers.flash.stm32.f4.block_registers ‑ tests/drivers/flash/stm32/drivers.flash.stm32.f4.block_registers
google_dragonclaw:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
google_kukui:samples/boards/google_kukui/sample.board.google_kukui ‑ samples/boards/google_kukui/sample.board.google_kukui
google_kukui:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
google_kukui:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
google_twinkie_v2:samples/boards/google_twinkie_v2_pda/sample.board.google_twinkie_v2 ‑ samples/boards/google_twinkie_v2_pda/sample.board.google_twinkie_v2
google_twinkie_v2:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
google_twinkie_v2:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
hexiwear/mk64f12:samples/sensor/fxas21002/sample.sensor.fxas21002 ‑ samples/sensor/fxas21002/sample.sensor.fxas21002
hexiwear/mk64f12:samples/sensor/max30101/sample.sensor.max30101 ‑ samples/sensor/max30101/sample.sensor.max30101
hexiwear/mk64f12:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
hexiwear/mk64f12:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
hexiwear/mkw40z4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
holyiot_yj16019:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
holyiot_yj16019:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
imx8mm_evk/mimx8mm6/m4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
imx8mm_evk/mimx8mm6/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
imx8mp_evk/mimx8ml8/m7/ddr:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
imx8mp_evk/mimx8ml8/m7/ddr:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
imx8mp_evk/mimx8ml8/m7:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
imx8mp_evk/mimx8ml8/m7:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
imx8mq_evk/mimx8mq6/m4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
imx8mq_evk/mimx8mq6/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
innblue21/nrf9160/ns:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
innblue21/nrf9160/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
innblue21/nrf9160:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
innblue21/nrf9160:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
innblue22/nrf9160/ns:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
innblue22/nrf9160/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
innblue22/nrf9160:samples/sensor/bq274xx/sample.sensor.bq274xx ‑ samples/sensor/bq274xx/sample.sensor.bq274xx
innblue22/nrf9160:samples/sensor/bq274xx/sample.sensor.bq274xx_without_int_gpios ‑ samples/sensor/bq274xx/sample.sensor.bq274xx_without_int_gpios
innblue22/nrf9160:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
innblue22/nrf9160:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
ip_k66f:samples/net/dsa/sample.net.dsa ‑ samples/net/dsa/sample.net.dsa
ip_k66f:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
ip_k66f:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
kb1200_evb:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
kb1200_evb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
kv260_r5:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
kv260_r5:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
legend@25hdd:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
legend@25ssd:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
legend@35:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
lora_e5_dev_board:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
lora_e5_dev_board:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
lora_e5_mini:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
lora_e5_mini:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
lpcxpresso11u68:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
lpcxpresso11u68:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
lpcxpresso51u68:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
lpcxpresso51u68:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
lpcxpresso54114/lpc54114/m0:samples/drivers/ipm/ipm_mcux/remote/sample.ipm.ipm_mcux.remote ‑ samples/drivers/ipm/ipm_mcux/remote/sample.ipm.ipm_mcux.remote
lpcxpresso54114/lpc54114/m0:samples/subsys/ipc/openamp/remote/sample.ipc.openamp.remote ‑ samples/subsys/ipc/openamp/remote/sample.ipc.openamp.remote
lpcxpresso54114/lpc54114/m0:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
lpcxpresso54114/lpc54114/m0:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
lpcxpresso54114/lpc54114/m4:samples/drivers/ipm/ipm_mcux/sample.ipm.ipm_mcux ‑ samples/drivers/ipm/ipm_mcux/sample.ipm.ipm_mcux
lpcxpresso54114/lpc54114/m4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
lpcxpresso54114/lpc54114/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
lpcxpresso55s06:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
lpcxpresso55s06:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
lpcxpresso55s16:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
lpcxpresso55s16:tests/drivers/build_all/adc/drivers.adc.mcp320x.build ‑ tests/drivers/build_all/adc/drivers.adc.mcp320x.build
lpcxpresso55s16:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
lpcxpresso55s28:samples/sensor/accel_polling/sample.sensor.accel_polling ‑ samples/sensor/accel_polling/sample.sensor.accel_polling
lpcxpresso55s28:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
lpcxpresso55s28:tests/drivers/build_all/adc/drivers.adc.mcux.lpadc.build ‑ tests/drivers/build_all/adc/drivers.adc.mcux.lpadc.build
lpcxpresso55s28:tests/drivers/build_all/can/drivers.can.build_all.mcp251xfd ‑ tests/drivers/build_all/can/drivers.can.build_all.mcp251xfd
lpcxpresso55s28:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
lpcxpresso55s36:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
lpcxpresso55s36:tests/drivers/regulator/voltage/drivers.regulator.voltage.nxp ‑ tests/drivers/regulator/voltage/drivers.regulator.voltage.nxp
lpcxpresso55s36:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
lpcxpresso55s69/lpc55s69/cpu0/ns:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
lpcxpresso55s69/lpc55s69/cpu0/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
lpcxpresso55s69/lpc55s69/cpu0:samples/drivers/i2c/custom_target/sample.drivers.i2c.custom_target ‑ samples/drivers/i2c/custom_target/sample.drivers.i2c.custom_target
lpcxpresso55s69/lpc55s69/cpu0:samples/drivers/mbox_data/sample.drivers.mbox_data.real_hw ‑ samples/drivers/mbox_data/sample.drivers.mbox_data.real_hw
lpcxpresso55s69/lpc55s69/cpu0:samples/net/wifi/sample.net.wifi.mikroe_wifi_bt_click ‑ samples/net/wifi/sample.net.wifi.mikroe_wifi_bt_click
lpcxpresso55s69/lpc55s69/cpu0:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
lpcxpresso55s69/lpc55s69/cpu0:tests/drivers/mbox/mbox_data/drivers.mbox_data ‑ tests/drivers/mbox/mbox_data/drivers.mbox_data
lpcxpresso55s69/lpc55s69/cpu0:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
lpcxpresso55s69/lpc55s69/cpu1:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
lpcxpresso55s69/lpc55s69/cpu1:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
max32655evkit/max32655/m4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
max32655evkit/max32655/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
max32655fthr/max32655/m4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
max32655fthr/max32655/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
max32670evkit:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
max32670evkit:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
max32672evkit:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
max32672evkit:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
max32672fthr:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
max32672fthr:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
max32680evkit/max32680/m4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
max32680evkit/max32680/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
max32690evkit/max32690/m4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
max32690evkit/max32690/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mec1501modular_assy6885:samples/drivers/clock_control_xec/sample.drivers.clock_control_xec ‑ samples/drivers/clock_control_xec/sample.drivers.clock_control_xec
mec1501modular_assy6885:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mec1501modular_assy6885:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mec15xxevb_assy6853:samples/boards/mec15xxevb_assy6853/power_management/sample.board.mec15xxevb_assy6853.pm ‑ samples/boards/mec15xxevb_assy6853/power_management/sample.board.mec15xxevb_assy6853.pm
mec15xxevb_assy6853:samples/drivers/clock_control_xec/sample.drivers.clock_control_xec ‑ samples/drivers/clock_control_xec/sample.drivers.clock_control_xec
mec15xxevb_assy6853:samples/drivers/led_xec/sample.drivers.led.led_xec ‑ samples/drivers/led_xec/sample.drivers.led.led_xec
mec15xxevb_assy6853:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mec15xxevb_assy6853:tests/boards/mec15xxevb_assy6853/i2c_api/boards.mec15xxevb_assy6853.i2c ‑ tests/boards/mec15xxevb_assy6853/i2c_api/boards.mec15xxevb_assy6853.i2c
mec15xxevb_assy6853:tests/boards/mec15xxevb_assy6853/qspi/boards.mec15xxevb_assy6853.qspi ‑ tests/boards/mec15xxevb_assy6853/qspi/boards.mec15xxevb_assy6853.qspi
mec15xxevb_assy6853:tests/drivers/build_all/adc/drivers.adc.xec.build ‑ tests/drivers/build_all/adc/drivers.adc.xec.build
mec15xxevb_assy6853:tests/drivers/build_all/pwm/drivers.pwm.xec.build ‑ tests/drivers/build_all/pwm/drivers.pwm.xec.build
mec15xxevb_assy6853:tests/drivers/kscan/kscan_api/drivers.kscan.mec15xxevb_assy6853 ‑ tests/drivers/kscan/kscan_api/drivers.kscan.mec15xxevb_assy6853
mec15xxevb_assy6853:tests/drivers/watchdog/wdt_basic_api/drivers.watchdog.mec15xxevb_assy6853 ‑ tests/drivers/watchdog/wdt_basic_api/drivers.watchdog.mec15xxevb_assy6853
mec15xxevb_assy6853:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mec15xxevb_assy6853:tests/subsys/pm/power_mgmt_soc/pm.soc ‑ tests/subsys/pm/power_mgmt_soc/pm.soc
mec172xevb_assy6906:samples/boards/mec172xevb_assy6906/qmspi_ldma/sample.board.mec172xevb_assy6906.qmspi_ldma ‑ samples/boards/mec172xevb_assy6906/qmspi_ldma/sample.board.mec172xevb_assy6906.qmspi_ldma
mec172xevb_assy6906:samples/boards/mec172xevb_assy6906/rom_api/sample.boards.mec172xevb_assy6906.rom_api ‑ samples/boards/mec172xevb_assy6906/rom_api/sample.boards.mec172xevb_assy6906.rom_api
mec172xevb_assy6906:samples/drivers/clock_control_xec/sample.drivers.clock_control_xec ‑ samples/drivers/clock_control_xec/sample.drivers.clock_control_xec
mec172xevb_assy6906:samples/drivers/led_xec/sample.drivers.led.led_xec ‑ samples/drivers/led_xec/sample.drivers.led.led_xec
mec172xevb_assy6906:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mec172xevb_assy6906:tests/boards/mec172xevb_assy6906/i2c_api/boards.mec172xevb_assy6906.i2c ‑ tests/boards/mec172xevb_assy6906/i2c_api/boards.mec172xevb_assy6906.i2c
mec172xevb_assy6906:tests/boards/mec172xevb_assy6906/qspi/boards.mec172xevb_assy6906.qspi ‑ tests/boards/mec172xevb_assy6906/qspi/boards.mec172xevb_assy6906.qspi
mec172xevb_assy6906:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mec172xmodular_assy6930:samples/drivers/ps2/sample.drivers.espi.ps2 ‑ samples/drivers/ps2/sample.drivers.espi.ps2
mec172xmodular_assy6930:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mec172xmodular_assy6930:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mercury_xu:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mercury_xu:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mg100:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mg100:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
micromod/nrf52840:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
micromod/nrf52840:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mikroe_clicker_2:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mikroe_clicker_2:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mikroe_clicker_ra4m1:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mikroe_clicker_ra4m1:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mikroe_mini_m4_for_stm32:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mikroe_mini_m4_for_stm32:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimx8mm_phyboard_polis/mimx8mm6/m4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimx8mm_phyboard_polis/mimx8mm6/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimx8mp_phyboard_pollux/mimx8ml8/m7:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimx8mp_phyboard_pollux/mimx8ml8/m7:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt1010_evk:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimxrt1010_evk:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt1015_evk:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimxrt1015_evk:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt1020_evk:samples/bluetooth/peripheral_ht/sample.bluetooth.peripheral_ht.frdm_kw41z_shield ‑ samples/bluetooth/peripheral_ht/sample.bluetooth.peripheral_ht.frdm_kw41z_shield
mimxrt1020_evk:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimxrt1020_evk:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt1024_evk:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimxrt1024_evk:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt1040_evk:samples/drivers/display/sample.display.rk043fn02h_ct ‑ samples/drivers/display/sample.display.rk043fn02h_ct
mimxrt1040_evk:samples/drivers/display/sample.display.rk043fn66hs_ctg ‑ samples/drivers/display/sample.display.rk043fn66hs_ctg
mimxrt1040_evk:samples/subsys/display/lvgl/samples.subsys.display.lvgl.rk043fn02h_ct ‑ samples/subsys/display/lvgl/samples.subsys.display.lvgl.rk043fn02h_ct
mimxrt1040_evk:samples/subsys/display/lvgl/samples.subsys.display.lvgl.rk043fn66hs_ctg ‑ samples/subsys/display/lvgl/samples.subsys.display.lvgl.rk043fn66hs_ctg
mimxrt1040_evk:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimxrt1040_evk:tests/drivers/i2c/i2c_target_api/drivers.i2c.target_api.single_role ‑ tests/drivers/i2c/i2c_target_api/drivers.i2c.target_api.single_role
mimxrt1040_evk:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt1050_evk:samples/drivers/display/sample.display.rk043fn02h_ct ‑ samples/drivers/display/sample.display.rk043fn02h_ct
mimxrt1050_evk:samples/drivers/display/sample.display.rk043fn66hs_ctg ‑ samples/drivers/display/sample.display.rk043fn66hs_ctg
mimxrt1050_evk:samples/drivers/led_strip/sample.drivers.led_strip ‑ samples/drivers/led_strip/sample.drivers.led_strip
mimxrt1050_evk:samples/subsys/display/lvgl/samples.subsys.display.lvgl.rk043fn02h_ct ‑ samples/subsys/display/lvgl/samples.subsys.display.lvgl.rk043fn02h_ct
mimxrt1050_evk:samples/subsys/display/lvgl/samples.subsys.display.lvgl.rk043fn66hs_ctg ‑ samples/subsys/display/lvgl/samples.subsys.display.lvgl.rk043fn66hs_ctg
mimxrt1050_evk:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimxrt1050_evk:tests/drivers/disk/disk_access/drivers.disk.usdhc ‑ tests/drivers/disk/disk_access/drivers.disk.usdhc
mimxrt1050_evk:tests/drivers/watchdog/wdt_basic_api/drivers.watchdog.mimxrt1050_evk_ti_tps382x ‑ tests/drivers/watchdog/wdt_basic_api/drivers.watchdog.mimxrt1050_evk_ti_tps382x
mimxrt1050_evk:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt1050_evk@qspi:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimxrt1050_evk@qspi:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt1060_evk:samples/boards/mimxrt1060_evk/system_off/sample.boards.mimxrt1060_evk.system_off ‑ samples/boards/mimxrt1060_evk/system_off/sample.boards.mimxrt1060_evk.system_off
mimxrt1060_evk:samples/drivers/display/sample.display.rk043fn02h_ct ‑ samples/drivers/display/sample.display.rk043fn02h_ct
mimxrt1060_evk:samples/drivers/display/sample.display.rk043fn66hs_ctg ‑ samples/drivers/display/sample.display.rk043fn66hs_ctg
mimxrt1060_evk:samples/subsys/display/lvgl/samples.subsys.display.lvgl.rk043fn02h_ct ‑ samples/subsys/display/lvgl/samples.subsys.display.lvgl.rk043fn02h_ct
mimxrt1060_evk:samples/subsys/display/lvgl/samples.subsys.display.lvgl.rk043fn66hs_ctg ‑ samples/subsys/display/lvgl/samples.subsys.display.lvgl.rk043fn66hs_ctg
mimxrt1060_evk:samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.shell ‑ samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.shell
mimxrt1060_evk:samples/subsys/usb/cdc_acm/sample.usb_device_next.cdc-acm ‑ samples/subsys/usb/cdc_acm/sample.usb_device_next.cdc-acm
mimxrt1060_evk:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard
mimxrt1060_evk:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-out-report ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-out-report
mimxrt1060_evk:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-report ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-report
mimxrt1060_evk:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.out-report ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.out-report
mimxrt1060_evk:samples/subsys/usb/hid-mouse/sample.usb_device_next.hid-mouse ‑ samples/subsys/usb/hid-mouse/sample.usb_device_next.hid-mouse
mimxrt1060_evk:samples/subsys/usb/mass/sample.usb_device_next.mass_ram_none ‑ samples/subsys/usb/mass/sample.usb_device_next.mass_ram_none
mimxrt1060_evk:samples/subsys/usb/shell/sample.usbd.shell ‑ samples/subsys/usb/shell/sample.usbd.shell
mimxrt1060_evk:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimxrt1060_evk:tests/drivers/disk/disk_access/drivers.disk.usdhc ‑ tests/drivers/disk/disk_access/drivers.disk.usdhc
mimxrt1060_evk:tests/drivers/flash/common/drivers.flash.common.default ‑ tests/drivers/flash/common/drivers.flash.common.default
mimxrt1060_evk:tests/drivers/i2c/i2c_target_api/drivers.i2c.target_api.single_role ‑ tests/drivers/i2c/i2c_target_api/drivers.i2c.target_api.single_role
mimxrt1060_evk:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt1060_evk@hyperflash:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimxrt1060_evk@hyperflash:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt1060_evkb:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimxrt1060_evkb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt1062_fmurt6:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimxrt1062_fmurt6:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt1064_evk:samples/drivers/crypto/sample.drivers.crypto.mcux_dcp ‑ samples/drivers/crypto/sample.drivers.crypto.mcux_dcp
mimxrt1064_evk:samples/drivers/display/sample.display.rk043fn02h_ct ‑ samples/drivers/display/sample.display.rk043fn02h_ct
mimxrt1064_evk:samples/drivers/display/sample.display.rk043fn66hs_ctg ‑ samples/drivers/display/sample.display.rk043fn66hs_ctg
mimxrt1064_evk:samples/drivers/video/capture/sample.video.capture ‑ samples/drivers/video/capture/sample.video.capture
mimxrt1064_evk:samples/drivers/video/tcpserversink/sample.video.tcpserversink ‑ samples/drivers/video/tcpserversink/sample.video.tcpserversink
mimxrt1064_evk:samples/subsys/display/lvgl/samples.subsys.display.lvgl.rk043fn02h_ct ‑ samples/subsys/display/lvgl/samples.subsys.display.lvgl.rk043fn02h_ct
mimxrt1064_evk:samples/subsys/display/lvgl/samples.subsys.display.lvgl.rk043fn66hs_ctg ‑ samples/subsys/display/lvgl/samples.subsys.display.lvgl.rk043fn66hs_ctg
mimxrt1064_evk:samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.shell ‑ samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.shell
mimxrt1064_evk:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimxrt1064_evk:tests/drivers/build_all/pwm/drivers.pwm.mcux.build ‑ tests/drivers/build_all/pwm/drivers.pwm.mcux.build
mimxrt1064_evk:tests/drivers/build_all/video/drivers.video.mcux_csi.build ‑ tests/drivers/build_all/video/drivers.video.mcux_csi.build
mimxrt1064_evk:tests/drivers/counter/counter_seconds/drivers.counter.mcux.snvs.rtc ‑ tests/drivers/counter/counter_seconds/drivers.counter.mcux.snvs.rtc
mimxrt1064_evk:tests/drivers/disk/disk_access/drivers.disk.usdhc ‑ tests/drivers/disk/disk_access/drivers.disk.usdhc
mimxrt1064_evk:tests/drivers/disk/disk_performance/drivers.disk.disk_performance.sdhc ‑ tests/drivers/disk/disk_performance/drivers.disk.disk_performance.sdhc
mimxrt1064_evk:tests/drivers/sdhc/drivers.sdhc.sdhc_api ‑ tests/drivers/sdhc/drivers.sdhc.sdhc_api
mimxrt1064_evk:tests/drivers/spi/spi_loopback/drivers.spi.mcux_flexio_spi.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.mcux_flexio_spi.loopback
mimxrt1064_evk:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt1064_evk:tests/subsys/sd/sdio/sd.sdio ‑ tests/subsys/sd/sdio/sd.sdio
mimxrt1064_evk:tests/subsys/sd/sdmmc/sd.sdmmc ‑ tests/subsys/sd/sdmmc/sd.sdmmc
mimxrt1160_evk/mimxrt1166/cm4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimxrt1160_evk/mimxrt1166/cm4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt1160_evk/mimxrt1166/cm7:samples/boards/mimxrt1170_evk_cm7/magic_addr/sample.boards.mimxrt1170_evk.magic_addr ‑ samples/boards/mimxrt1170_evk_cm7/magic_addr/sample.boards.mimxrt1170_evk.magic_addr
mimxrt1160_evk/mimxrt1166/cm7:samples/drivers/mbox_data/sample.drivers.mbox_data.real_hw ‑ samples/drivers/mbox_data/sample.drivers.mbox_data.real_hw
mimxrt1160_evk/mimxrt1166/cm7:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimxrt1160_evk/mimxrt1166/cm7:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt1170_evk/mimxrt1176/cm4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimxrt1170_evk/mimxrt1176/cm4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt1170_evk/mimxrt1176/cm7:samples/boards/mimxrt1170_evk_cm7/magic_addr/sample.boards.mimxrt1170_evk.magic_addr ‑ samples/boards/mimxrt1170_evk_cm7/magic_addr/sample.boards.mimxrt1170_evk.magic_addr
mimxrt1170_evk/mimxrt1176/cm7:samples/drivers/video/capture/sample.video.capture ‑ samples/drivers/video/capture/sample.video.capture
mimxrt1170_evk/mimxrt1176/cm7:samples/net/zperf/sample.net.zperf.nxp_enet1g ‑ samples/net/zperf/sample.net.zperf.nxp_enet1g
mimxrt1170_evk/mimxrt1176/cm7:samples/subsys/display/lvgl/sample.display.lvgl.rk055hdmipi4m ‑ samples/subsys/display/lvgl/sample.display.lvgl.rk055hdmipi4m
mimxrt1170_evk/mimxrt1176/cm7:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimxrt1170_evk/mimxrt1176/cm7:tests/drivers/build_all/video/drivers.video.mcux_csi.build ‑ tests/drivers/build_all/video/drivers.video.mcux_csi.build
mimxrt1170_evk/mimxrt1176/cm7:tests/drivers/build_all/video/drivers.video.mcux_mipi_csi2rx.build ‑ tests/drivers/build_all/video/drivers.video.mcux_mipi_csi2rx.build
mimxrt1170_evk/mimxrt1176/cm7:tests/drivers/i2c/i2c_target_api/drivers.i2c.target_api.single_role ‑ tests/drivers/i2c/i2c_target_api/drivers.i2c.target_api.single_role
mimxrt1170_evk/mimxrt1176/cm7:tests/drivers/spi/spi_loopback/drivers.spi.loopback.rtio ‑ tests/drivers/spi/spi_loopback/drivers.spi.loopback.rtio
mimxrt1170_evk/mimxrt1176/cm7:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt1170_evk@B/mimxrt1176/cm4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimxrt1170_evk@B/mimxrt1176/cm4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt1170_evk@B/mimxrt1176/cm7:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimxrt1170_evk@B/mimxrt1176/cm7:tests/drivers/build_all/video/drivers.video.mcux_mipi_csi2rx.build ‑ tests/drivers/build_all/video/drivers.video.mcux_mipi_csi2rx.build
mimxrt1170_evk@B/mimxrt1176/cm7:tests/drivers/i2c/i2c_target_api/drivers.i2c.target_api.single_role ‑ tests/drivers/i2c/i2c_target_api/drivers.i2c.target_api.single_role
mimxrt1170_evk@B/mimxrt1176/cm7:tests/drivers/mbox/mbox_data/drivers.mbox_data ‑ tests/drivers/mbox/mbox_data/drivers.mbox_data
mimxrt1170_evk@B/mimxrt1176/cm7:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt595_evk/mimxrt595s/cm33:samples/boards/mimxrt595_evk/system_off/sample.boards.mimxrt595_evk.system_off ‑ samples/boards/mimxrt595_evk/system_off/sample.boards.mimxrt595_evk.system_off
mimxrt595_evk/mimxrt595s/cm33:samples/drivers/display/sample.display.g1120b0mipi ‑ samples/drivers/display/sample.display.g1120b0mipi
mimxrt595_evk/mimxrt595s/cm33:samples/drivers/display/sample.display.mcux_dcnano_lcdif ‑ samples/drivers/display/sample.display.mcux_dcnano_lcdif
mimxrt595_evk/mimxrt595s/cm33:samples/drivers/memc/sample.drivers.memc ‑ samples/drivers/memc/sample.drivers.memc
mimxrt595_evk/mimxrt595s/cm33:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimxrt595_evk/mimxrt595s/cm33:tests/drivers/audio/dmic_api/drivers.audio.dmic_api ‑ tests/drivers/audio/dmic_api/drivers.audio.dmic_api
mimxrt595_evk/mimxrt595s/cm33:tests/drivers/disk/disk_performance/drivers.disk.disk_performance.sdhc ‑ tests/drivers/disk/disk_performance/drivers.disk.disk_performance.sdhc
mimxrt595_evk/mimxrt595s/cm33:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mimxrt595_evk/mimxrt595s/cm33:tests/subsys/sd/mmc/sd.mmc ‑ tests/subsys/sd/mmc/sd.mmc
mimxrt685_evk/mimxrt685s/cm33:samples/subsys/usb/cdc_acm/sample.usb_device_next.cdc-acm ‑ samples/subsys/usb/cdc_acm/sample.usb_device_next.cdc-acm
mimxrt685_evk/mimxrt685s/cm33:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard
mimxrt685_evk/mimxrt685s/cm33:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-out-report ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-out-report
mimxrt685_evk/mimxrt685s/cm33:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-report ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-report
mimxrt685_evk/mimxrt685s/cm33:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.out-report ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.out-report
mimxrt685_evk/mimxrt685s/cm33:samples/subsys/usb/hid-mouse/sample.usb_device_next.hid-mouse ‑ samples/subsys/usb/hid-mouse/sample.usb_device_next.hid-mouse
mimxrt685_evk/mimxrt685s/cm33:samples/subsys/usb/mass/sample.usb_device_next.mass_ram_none ‑ samples/subsys/usb/mass/sample.usb_device_next.mass_ram_none
mimxrt685_evk/mimxrt685s/cm33:samples/subsys/usb/shell/sample.usbd.shell ‑ samples/subsys/usb/shell/sample.usbd.shell
mimxrt685_evk/mimxrt685s/cm33:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mimxrt685_evk/mimxrt685s/cm33:tests/drivers/build_all/pwm/drivers.pwm.mcux.sctimer.build ‑ tests/drivers/build_all/pwm/drivers.pwm.mcux.sctimer.build
mimxrt685_evk/mimxrt685s/cm33:tests/drivers/counter/counter_basic_api/drivers.counter.basic_api.rtc_1khz ‑ tests/drivers/counter/counter_basic_api/drivers.counter.basic_api.rtc_1khz
mimxrt685_evk/mimxrt685s/cm33:tests/drivers/display/display_read_write/drivers.display.read_write.ili9340 ‑ tests/drivers/display/display_read_write/drivers.display.read_write.ili9340
mimxrt685_evk/mimxrt685s/cm33:tests/drivers/regulator/voltage/drivers.regulator.voltage.nxp ‑ tests/drivers/regulator/voltage/drivers.regulator.voltage.nxp
mimxrt685_evk/mimxrt685s/cm33:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mini_stm32h743:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mini_stm32h743:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mm_feather:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mm_feather:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mm_swiftio:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mm_swiftio:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mps2/an385:samples/arch/mpu/mpu_test/sample.mpu.mpu_test ‑ samples/arch/mpu/mpu_test/sample.mpu.mpu_test
mps2/an385:samples/basic/hash_map/libraries.hash_map.minimal.open_addressing.djb2 ‑ samples/basic/hash_map/libraries.hash_map.minimal.open_addressing.djb2
mps2/an385:samples/basic/hash_map/libraries.hash_map.minimal.separate_chaining.djb2 ‑ samples/basic/hash_map/libraries.hash_map.minimal.separate_chaining.djb2
mps2/an385:samples/basic/hash_map/libraries.hash_map.newlib.cxx_unordered_map.djb2 ‑ samples/basic/hash_map/libraries.hash_map.newlib.cxx_unordered_map.djb2
mps2/an385:samples/basic/hash_map/libraries.hash_map.newlib.open_addressing.djb2 ‑ samples/basic/hash_map/libraries.hash_map.newlib.open_addressing.djb2
mps2/an385:samples/basic/hash_map/libraries.hash_map.newlib.separate_chaining.djb2 ‑ samples/basic/hash_map/libraries.hash_map.newlib.separate_chaining.djb2
mps2/an385:samples/basic/hash_map/libraries.hash_map.picolibc.open_addressing.djb2 ‑ samples/basic/hash_map/libraries.hash_map.picolibc.open_addressing.djb2
mps2/an385:samples/basic/hash_map/libraries.hash_map.picolibc.separate_chaining.djb2 ‑ samples/basic/hash_map/libraries.hash_map.picolibc.separate_chaining.djb2
mps2/an385:samples/basic/minimal/sample.minimal.mt-no-preempt-no-timers.arm ‑ samples/basic/minimal/sample.minimal.mt-no-preempt-no-timers.arm
mps2/an385:samples/basic/minimal/sample.minimal.mt-no-preempt.arm ‑ samples/basic/minimal/sample.minimal.mt-no-preempt.arm
mps2/an385:samples/basic/minimal/sample.minimal.no-mt-no-timers.arm ‑ samples/basic/minimal/sample.minimal.no-mt-no-timers.arm
mps2/an385:samples/basic/minimal/sample.minimal.no-mt.arm ‑ samples/basic/minimal/sample.minimal.no-mt.arm
mps2/an385:samples/compression/lz4/sample.compression.lz4 ‑ samples/compression/lz4/sample.compression.lz4
mps2/an385:samples/drivers/watchdog/sample.drivers.watchdog ‑ samples/drivers/watchdog/sample.drivers.watchdog
mps2/an385:samples/kernel/metairq_dispatch/sample.kernel.metairq_dispatch ‑ samples/kernel/metairq_dispatch/sample.kernel.metairq_dispatch
mps2/an385:samples/net/capture/sample.net.capture ‑ samples/net/capture/sample.net.capture
mps2/an385:samples/net/dhcpv4_client/sample.net.dhcpv4_client ‑ samples/net/dhcpv4_client/sample.net.dhcpv4_client
mps2/an385:samples/net/dns_resolve/sample.net.dns_resolve.llmnr ‑ samples/net/dns_resolve/sample.net.dns_resolve.llmnr
mps2/an385:samples/net/dns_resolve/sample.net.dns_resolve.mdns ‑ samples/net/dns_resolve/sample.net.dns_resolve.mdns
mps2/an385:samples/net/promiscuous_mode/sample.net.promiscuous_mode ‑ samples/net/promiscuous_mode/sample.net.promiscuous_mode
mps2/an385:samples/net/sockets/big_http_download/sample.net.sockets.big_http_download ‑ samples/net/sockets/big_http_download/sample.net.sockets.big_http_download
mps2/an385:samples/net/sockets/big_http_download/sample.net.sockets.big_http_download.ci ‑ samples/net/sockets/big_http_download/sample.net.sockets.big_http_download.ci
mps2/an385:samples/net/sockets/dumb_http_server/sample.net.sockets.dumb_http_server ‑ samples/net/sockets/dumb_http_server/sample.net.sockets.dumb_http_server
mps2/an385:samples/net/sockets/dumb_http_server_mt/sample.net.sockets.dumb_http_server_mt ‑ samples/net/sockets/dumb_http_server_mt/sample.net.sockets.dumb_http_server_mt
mps2/an385:samples/net/sockets/echo/sample.net.sockets.echo ‑ samples/net/sockets/echo/sample.net.sockets.echo
mps2/an385:samples/net/sockets/echo_server/sample.net.sockets.echo_server.smsc911x ‑ samples/net/sockets/echo_server/sample.net.sockets.echo_server.smsc911x
mps2/an385:samples/net/sockets/echo_service/sample.net.sockets.service.echo ‑ samples/net/sockets/echo_service/sample.net.sockets.service.echo
mps2/an385:samples/net/sockets/http_client/sample.net.sockets.http_client ‑ samples/net/sockets/http_client/sample.net.sockets.http_client
mps2/an385:samples/net/sockets/http_get/sample.net.sockets.http_get ‑ samples/net/sockets/http_get/sample.net.sockets.http_get
mps2/an385:samples/net/sockets/net_mgmt/sample.net.sockets.net_mgmt.kernelmode ‑ samples/net/sockets/net_mgmt/sample.net.sockets.net_mgmt.kernelmode
mps2/an385:samples/net/sockets/net_mgmt/sample.net.sockets.net_mgmt.usermode ‑ samples/net/sockets/net_mgmt/sample.net.sockets.net_mgmt.usermode
mps2/an385:samples/net/sockets/websocket_client/sample.net.sockets.websocket_client ‑ samples/net/sockets/websocket_client/sample.net.sockets.websocket_client
mps2/an385:samples/net/syslog_net/sample.net.syslog.ipv4_only ‑ samples/net/syslog_net/sample.net.syslog.ipv4_only
mps2/an385:samples/net/syslog_net/sample.net.syslog.ipv6_only ‑ samples/net/syslog_net/sample.net.syslog.ipv6_only
mps2/an385:samples/net/syslog_net/sample.net.syslog.no_autostart ‑ samples/net/syslog_net/sample.net.syslog.no_autostart
mps2/an385:samples/net/syslog_net/sample.net.syslog.runtime_srv_addr ‑ samples/net/syslog_net/sample.net.syslog.runtime_srv_addr
mps2/an385:samples/net/syslog_net/sample.net.syslog.with_timefuncs ‑ samples/net/syslog_net/sample.net.syslog.with_timefuncs
mps2/an385:samples/net/telnet/sample.net.telnet ‑ samples/net/telnet/sample.net.telnet
mps2/an385:samples/net/virtual/sample.net.virtual ‑ samples/net/virtual/sample.net.virtual
mps2/an385:samples/posix/eventfd/sample.posix.eventfd ‑ samples/posix/eventfd/sample.posix.eventfd
mps2/an385:samples/posix/gettimeofday/sample.posix.gettimeofday ‑ samples/posix/gettimeofday/sample.posix.gettimeofday
mps2/an385:samples/subsys/console/echo/sample.console.echo ‑ samples/subsys/console/echo/sample.console.echo
mps2/an385:samples/subsys/console/getchar/sample.console.getchar ‑ samples/subsys/console/getchar/sample.console.getchar
mps2/an385:samples/subsys/console/getline/sample.console.getline ‑ samples/subsys/console/getline/sample.console.getline
mps2/an385:samples/subsys/llext/edk/app/sample.edk.app ‑ samples/subsys/llext/edk/app/sample.edk.app
mps2/an385:samples/subsys/llext/modules/sample.llext.modules.builtin_build ‑ samples/subsys/llext/modules/sample.llext.modules.builtin_build
mps2/an385:samples/subsys/llext/modules/sample.llext.modules.module_build ‑ samples/subsys/llext/modules/sample.llext.modules.module_build
mps2/an385:samples/subsys/llext/shell_loader/sample.llext.shell ‑ samples/subsys/llext/shell_loader/sample.llext.shell
mps2/an385:samples/subsys/logging/logger/sample.logger.usermode ‑ samples/subsys/logging/logger/sample.logger.usermode
mps2/an385:samples/subsys/logging/syst/sample.logger.syst.deferred ‑ samples/subsys/logging/syst/sample.logger.syst.deferred
mps2/an385:samples/subsys/logging/syst/sample.logger.syst.immediate_cpp ‑ samples/subsys/logging/syst/sample.logger.syst.immediate_cpp
mps2/an385:samples/subsys/zbus/confirmed_channel/sample.zbus.confirmed_message ‑ samples/subsys/zbus/confirmed_channel/sample.zbus.confirmed_message
mps2/an385:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mps2/an385:samples/userspace/hello_world_user/sample.helloworld ‑ samples/userspace/hello_world_user/sample.helloworld
mps2/an385:samples/userspace/prod_consumer/sample.userspace.prod_consumer ‑ samples/userspace/prod_consumer/sample.userspace.prod_consumer
mps2/an385:samples/userspace/shared_mem/sample.kernel.memory_protection.shared_mem ‑ samples/userspace/shared_mem/sample.kernel.memory_protection.shared_mem
mps2/an385:tests/arch/arm/arm_custom_interrupt/arch.arm.custom_interrupt ‑ tests/arch/arm/arm_custom_interrupt/arch.arm.custom_interrupt
mps2/an385:tests/arch/arm/arm_hardfault_validation/arch.arm.interrupt.hardfault_validation ‑ tests/arch/arm/arm_hardfault_validation/arch.arm.interrupt.hardfault_validation
mps2/an385:tests/arch/arm/arm_interrupt/arch.arm.interrupt ‑ tests/arch/arm/arm_interrupt/arch.arm.interrupt
mps2/an385:tests/arch/arm/arm_interrupt/arch.arm.interrupt.extra_exception_info ‑ tests/arch/arm/arm_interrupt/arch.arm.interrupt.extra_exception_info
mps2/an385:tests/arch/arm/arm_interrupt/arch.arm.interrupt.no_optimizations ‑ tests/arch/arm/arm_interrupt/arch.arm.interrupt.no_optimizations
mps2/an385:tests/arch/arm/arm_irq_advanced_features/arch.arm.irq_advanced_features ‑ tests/arch/arm/arm_irq_advanced_features/arch.arm.irq_advanced_features
mps2/an385:tests/arch/arm/arm_irq_vector_table/arch.arm.irq_vector_table ‑ tests/arch/arm/arm_irq_vector_table/arch.arm.irq_vector_table
mps2/an385:tests/arch/arm/arm_runtime_nmi/arch.arm.interrupt.nmi ‑ tests/arch/arm/arm_runtime_nmi/arch.arm.interrupt.nmi
mps2/an385:tests/arch/arm/arm_sw_vector_relay/arch.arm.sw_vector_relay ‑ tests/arch/arm/arm_sw_vector_relay/arch.arm.sw_vector_relay
mps2/an385:tests/arch/arm/arm_thread_swap/arch.arm.swap.common ‑ tests/arch/arm/arm_thread_swap/arch.arm.swap.common
mps2/an385:tests/arch/arm/arm_thread_swap/arch.arm.swap.common.no_optimizations ‑ tests/arch/arm/arm_thread_swap/arch.arm.swap.common.no_optimizations
mps2/an385:tests/arch/arm/arm_tz_wrap_func/arch.arm.tz_wrap_func ‑ tests/arch/arm/arm_tz_wrap_func/arch.arm.tz_wrap_func
mps2/an385:tests/arch/common/ramfunc/arch.common.ramfunc ‑ tests/arch/common/ramfunc/arch.common.ramfunc
mps2/an385:tests/benchmarks/app_kernel/benchmark.kernel.application ‑ tests/benchmarks/app_kernel/benchmark.kernel.application
mps2/an385:tests/benchmarks/app_kernel/benchmark.kernel.application.objcore.stats ‑ tests/benchmarks/app_kernel/benchmark.kernel.application.objcore.stats
mps2/an385:tests/benchmarks/app_kernel/benchmark.kernel.application.timeslicing ‑ tests/benchmarks/app_kernel/benchmark.kernel.application.timeslicing
mps2/an385:tests/benchmarks/app_kernel/benchmark.kernel.application.user.timeslicing ‑ tests/benchmarks/app_kernel/benchmark.kernel.application.user.timeslicing
mps2/an385:tests/benchmarks/footprints/benchmark.kernel.footprints.default ‑ tests/benchmarks/footprints/benchmark.kernel.footprints.default
mps2/an385:tests/benchmarks/footprints/benchmark.kernel.footprints.pm ‑ tests/benchmarks/footprints/benchmark.kernel.footprints.pm
mps2/an385:tests/benchmarks/footprints/benchmark.kernel.footprints.userspace ‑ tests/benchmarks/footprints/benchmark.kernel.footprints.userspace
mps2/an385:tests/benchmarks/sched/benchmark.kernel.scheduler ‑ tests/benchmarks/sched/benchmark.kernel.scheduler
mps2/an385:tests/benchmarks/sys_kernel/benchmark.kernel.core ‑ tests/benchmarks/sys_kernel/benchmark.kernel.core
mps2/an385:tests/drivers/charger/sbs_charger/drivers.charger.sbs.emulated ‑ tests/drivers/charger/sbs_charger/drivers.charger.sbs.emulated
mps2/an385:tests/drivers/console/hello_world/drivers.console.uart ‑ tests/drivers/console/hello_world/drivers.console.uart
mps2/an385:tests/drivers/counter/counter_basic_api/drivers.counter.basic_api ‑ tests/drivers/counter/counter_basic_api/drivers.counter.basic_api
mps2/an385:tests/drivers/flash_simulator/flash_sim_reboot/drivers.flash.flash_simulator.boot_no_erase ‑ tests/drivers/flash_simulator/flash_sim_reboot/drivers.flash.flash_simulator.boot_no_erase
mps2/an385:tests/drivers/gnss/gnss_nmea0183/drivers.gnss.gnss_nmea0183 ‑ tests/drivers/gnss/gnss_nmea0183/drivers.gnss.gnss_nmea0183
mps2/an385:tests/drivers/gnss/gnss_parse/drivers.gnss.gnss_parse ‑ tests/drivers/gnss/gnss_parse/drivers.gnss.gnss_parse
mps2/an385:tests/drivers/hwinfo/api/drivers.hwinfo.api ‑ tests/drivers/hwinfo/api/drivers.hwinfo.api
mps2/an385:tests/drivers/sensor/generic/drivers.sensor.generic ‑ tests/drivers/sensor/generic/drivers.sensor.generic
mps2/an385:tests/drivers/sensor/generic/drivers.sensor.generic.fpu ‑ tests/drivers/sensor/generic/drivers.sensor.generic.fpu
mps2/an385:tests/drivers/uart/uart_basic_api/drivers.uart.basic_api ‑ tests/drivers/uart/uart_basic_api/drivers.uart.basic_api
mps2/an385:tests/drivers/uart/uart_basic_api/drivers.uart.basic_api.poll ‑ tests/drivers/uart/uart_basic_api/drivers.uart.basic_api.poll
mps2/an385:tests/drivers/uart/uart_basic_api/drivers.uart.basic_api.shell ‑ tests/drivers/uart/uart_basic_api/drivers.uart.basic_api.shell
mps2/an385:tests/drivers/watchdog/wdt_basic_api/drivers.watchdog ‑ tests/drivers/watchdog/wdt_basic_api/drivers.watchdog
mps2/an385:tests/integration/kernel/integration.kernel ‑ tests/integration/kernel/integration.kernel
mps2/an385:tests/kconfig/configdefault/kconfig.configdefault ‑ tests/kconfig/configdefault/kconfig.configdefault
mps2/an385:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mps2/an385:tests/kernel/common/kernel.common.lto ‑ tests/kernel/common/kernel.common.lto
mps2/an385:tests/kernel/common/kernel.common.minimallibc ‑ tests/kernel/common/kernel.common.minimallibc
mps2/an385:tests/kernel/common/kernel.common.nano32 ‑ tests/kernel/common/kernel.common.nano32
mps2/an385:tests/kernel/common/kernel.common.nano64 ‑ tests/kernel/common/kernel.common.nano64
mps2/an385:tests/kernel/common/kernel.common.picolibc ‑ tests/kernel/common/kernel.common.picolibc
mps2/an385:tests/kernel/common/kernel.common.tls ‑ tests/kernel/common/kernel.common.tls
mps2/an385:tests/kernel/condvar/condvar_api/kernel.condvar ‑ tests/kernel/condvar/condvar_api/kernel.condvar
mps2/an385:tests/kernel/context/kernel.context ‑ tests/kernel/context/kernel.context
mps2/an385:tests/kernel/context/kernel.context.minimallibc ‑ tests/kernel/context/kernel.context.minimallibc
mps2/an385:tests/kernel/early_sleep/kernel.common.sleep ‑ tests/kernel/early_sleep/kernel.common.sleep
mps2/an385:tests/kernel/early_sleep/kernel.common.sleep.minimallibc ‑ tests/kernel/early_sleep/kernel.common.sleep.minimallibc
mps2/an385:tests/kernel/events/event_api/kernel.events ‑ tests/kernel/events/event_api/kernel.events
mps2/an385:tests/kernel/events/sys_event/kernel.events.usage ‑ tests/kernel/events/sys_event/kernel.events.usage
mps2/an385:tests/kernel/fatal/exception/kernel.common.stack_protection ‑ tests/kernel/fatal/exception/kernel.common.stack_protection
mps2/an385:tests/kernel/fatal/exception/kernel.common.stack_protection_no_userspace ‑ tests/kernel/fatal/exception/kernel.common.stack_protection_no_userspace
mps2/an385:tests/kernel/fatal/message_capture/kernel.logging.message_capture ‑ tests/kernel/fatal/message_capture/kernel.logging.message_capture
mps2/an385:tests/kernel/fifo/fifo_api/kernel.fifo ‑ tests/kernel/fifo/fifo_api/kernel.fifo
mps2/an385:tests/kernel/fifo/fifo_timeout/kernel.fifo.timeout ‑ tests/kernel/fifo/fifo_timeout/kernel.fifo.timeout
mps2/an385:tests/kernel/fifo/fifo_usage/kernel.fifo.usage ‑ tests/kernel/fifo/fifo_usage/kernel.fifo.usage
mps2/an385:tests/kernel/interrupt/arch.interrupt ‑ tests/kernel/interrupt/arch.interrupt
mps2/an385:tests/kernel/interrupt/arch.interrupt.minimallibc ‑ tests/kernel/interrupt/arch.interrupt.minimallibc
mps2/an385:tests/kernel/interrupt/arch.shared_interrupt ‑ tests/kernel/interrupt/arch.shared_interrupt
mps2/an385:tests/kernel/interrupt/arch.shared_interrupt.lto ‑ tests/kernel/interrupt/arch.shared_interrupt.lto
mps2/an385:tests/kernel/lifo/lifo_api/kernel.lifo ‑ tests/kernel/lifo/lifo_api/kernel.lifo
mps2/an385:tests/kernel/lifo/lifo_usage/kernel.lifo.usage ‑ tests/kernel/lifo/lifo_usage/kernel.lifo.usage
mps2/an385:tests/kernel/mbox/mbox_api/kernel.mailbox.api ‑ tests/kernel/mbox/mbox_api/kernel.mailbox.api
mps2/an385:tests/kernel/mbox/mbox_usage/kernel.mailbox.usage ‑ tests/kernel/mbox/mbox_usage/kernel.mailbox.usage
mps2/an385:tests/kernel/mem_heap/k_heap_api/kernel.k_heap_api ‑ tests/kernel/mem_heap/k_heap_api/kernel.k_heap_api
mps2/an385:tests/kernel/mem_protect/futex/kernel.futex ‑ tests/kernel/mem_protect/futex/kernel.futex
mps2/an385:tests/kernel/mem_protect/mem_protect/kernel.memory_protection ‑ tests/kernel/mem_protect/mem_protect/kernel.memory_protection
mps2/an385:tests/kernel/mem_protect/obj_validation/kernel.memory_protection.obj_validation ‑ tests/kernel/mem_protect/obj_validation/kernel.memory_protection.obj_validation
mps2/an385:tests/kernel/mem_protect/protection/kernel.memory_protection.protection ‑ tests/kernel/mem_protect/protection/kernel.memory_protection.protection
mps2/an385:tests/kernel/mem_protect/stack_random/kernel.memory_protection.stack_random ‑ tests/kernel/mem_protect/stack_random/kernel.memory_protection.stack_random
mps2/an385:tests/kernel/mem_protect/stackprot/kernel.memory_protection.stackprot ‑ tests/kernel/mem_protect/stackprot/kernel.memory_protection.stackprot
mps2/an385:tests/kernel/mem_protect/sys_sem/kernel.memory_protection.sys_sem ‑ tests/kernel/mem_protect/sys_sem/kernel.memory_protection.sys_sem
mps2/an385:tests/kernel/mem_protect/sys_sem/kernel.memory_protection.sys_sem.nouser ‑ tests/kernel/mem_protect/sys_sem/kernel.memory_protection.sys_sem.nouser
mps2/an385:tests/kernel/mem_protect/syscalls/kernel.memory_protection.syscalls ‑ tests/kernel/mem_protect/syscalls/kernel.memory_protection.syscalls
mps2/an385:tests/kernel/mem_protect/userspace/kernel.memory_protection.userspace ‑ tests/kernel/mem_protect/userspace/kernel.memory_protection.userspace
mps2/an385:tests/kernel/mem_slab/mslab/kernel.memory_slabs ‑ tests/kernel/mem_slab/mslab/kernel.memory_slabs
mps2/an385:tests/kernel/mem_slab/mslab_api/kernel.memory_slabs.api ‑ tests/kernel/mem_slab/mslab_api/kernel.memory_slabs.api
mps2/an385:tests/kernel/mem_slab/mslab_concept/kernel.memory_slabs.concept ‑ tests/kernel/mem_slab/mslab_concept/kernel.memory_slabs.concept
mps2/an385:tests/kernel/mem_slab/mslab_stats/kernel.memory_slabs.stats ‑ tests/kernel/mem_slab/mslab_stats/kernel.memory_slabs.stats
mps2/an385:tests/kernel/mem_slab/mslab_threadsafe/kernel.memory_slabs.threadsafe ‑ tests/kernel/mem_slab/mslab_threadsafe/kernel.memory_slabs.threadsafe
mps2/an385:tests/kernel/msgq/msgq_api/kernel.message_queue ‑ tests/kernel/msgq/msgq_api/kernel.message_queue
mps2/an385:tests/kernel/msgq/msgq_usage/kernel.message_queue.usage ‑ tests/kernel/msgq/msgq_usage/kernel.message_queue.usage
mps2/an385:tests/kernel/mutex/mutex_api/kernel.mutex ‑ tests/kernel/mutex/mutex_api/kernel.mutex
mps2/an385:tests/kernel/mutex/mutex_error_case/kernel.mutex.error ‑ tests/kernel/mutex/mutex_error_case/kernel.mutex.error
mps2/an385:tests/kernel/mutex/sys_mutex/kernel.mutex.system ‑ tests/kernel/mutex/sys_mutex/kernel.mutex.system
mps2/an385:tests/kernel/mutex/sys_mutex/kernel.mutex.system.nouser ‑ tests/kernel/mutex/sys_mutex/kernel.mutex.system.nouser
mps2/an385:tests/kernel/obj_tracking/kernel.objects.tracking ‑ tests/kernel/obj_tracking/kernel.objects.tracking
mps2/an385:tests/kernel/obj_tracking/kernel.objects.tracking.minimallibc ‑ tests/kernel/obj_tracking/kernel.objects.tracking.minimallibc
mps2/an385:tests/kernel/pending/kernel.objects ‑ tests/kernel/pending/kernel.objects
mps2/an385:tests/kernel/pending/kernel.objects.minimallibc ‑ tests/kernel/pending/kernel.objects.minimallibc
mps2/an385:tests/kernel/pipe/pipe/kernel.pipe ‑ tests/kernel/pipe/pipe/kernel.pipe
mps2/an385:tests/kernel/pipe/pipe_api/kernel.pipe.api ‑ tests/kernel/pipe/pipe_api/kernel.pipe.api
mps2/an385:tests/kernel/poll/kernel.poll ‑ tests/kernel/poll/kernel.poll
mps2/an385:tests/kernel/poll/kernel.poll.minimallibc ‑ tests/kernel/poll/kernel.poll.minimallibc
mps2/an385:tests/kernel/profiling/profiling_api/kernel.common.profiling ‑ tests/kernel/profiling/profiling_api/kernel.common.profiling
mps2/an385:tests/kernel/queue/kernel.queue ‑ tests/kernel/queue/kernel.queue
mps2/an385:tests/kernel/queue/kernel.queue.minimallibc ‑ tests/kernel/queue/kernel.queue.minimallibc
mps2/an385:tests/kernel/sched/deadline/kernel.scheduler.deadline ‑ tests/kernel/sched/deadline/kernel.scheduler.deadline
mps2/an385:tests/kernel/sched/deadline/kernel.scheduler.deadline.scalable ‑ tests/kernel/sched/deadline/kernel.scheduler.deadline.scalable
mps2/an385:tests/kernel/sched/metairq/kernel.scheduler.metairq ‑ tests/kernel/sched/metairq/kernel.scheduler.metairq
mps2/an385:tests/kernel/sched/preempt/kernel.scheduler.preempt ‑ tests/kernel/sched/preempt/kernel.scheduler.preempt
mps2/an385:tests/kernel/sched/schedule_api/kernel.scheduler ‑ tests/kernel/sched/schedule_api/kernel.scheduler
mps2/an385:tests/kernel/sched/schedule_api/kernel.scheduler.dumb_no_timeslicing ‑ tests/kernel/sched/schedule_api/kernel.scheduler.dumb_no_timeslicing
mps2/an385:tests/kernel/sched/schedule_api/kernel.scheduler.dumb_timeslicing ‑ tests/kernel/sched/schedule_api/kernel.scheduler.dumb_timeslicing
mps2/an385:tests/kernel/sched/schedule_api/kernel.scheduler.multiq ‑ tests/kernel/sched/schedule_api/kernel.scheduler.multiq
mps2/an385:tests/kernel/sched/schedule_api/kernel.scheduler.multiq_no_timeslicing ‑ tests/kernel/sched/schedule_api/kernel.scheduler.multiq_no_timeslicing
mps2/an385:tests/kernel/sched/schedule_api/kernel.scheduler.no_timeslicing ‑ tests/kernel/sched/schedule_api/kernel.scheduler.no_timeslicing
mps2/an385:tests/kernel/sched/schedule_api/kernel.scheduler.slice_perthread ‑ tests/kernel/sched/schedule_api/kernel.scheduler.slice_perthread
mps2/an385:tests/kernel/semaphore/semaphore/kernel.semaphore ‑ tests/kernel/semaphore/semaphore/kernel.semaphore
mps2/an385:tests/kernel/semaphore/sys_sem/kernel.semaphore.usage ‑ tests/kernel/semaphore/sys_sem/kernel.semaphore.usage
mps2/an385:tests/kernel/sleep/kernel.common.timing ‑ tests/kernel/sleep/kernel.common.timing
mps2/an385:tests/kernel/sleep/kernel.common.timing.minimallibc ‑ tests/kernel/sleep/kernel.common.timing.minimallibc
mps2/an385:tests/kernel/stack/stack/kernel.stack.usage ‑ tests/kernel/stack/stack/kernel.stack.usage
mps2/an385:tests/kernel/threads/thread_apis/kernel.threads.apis ‑ tests/kernel/threads/thread_apis/kernel.threads.apis
mps2/an385:tests/kernel/threads/thread_init/kernel.threads.init ‑ tests/kernel/threads/thread_init/kernel.threads.init
mps2/an385:tests/kernel/tickless/tickless_concept/kernel.tickless.concept ‑ tests/kernel/tickless/tickless_concept/kernel.tickless.concept
mps2/an385:tests/kernel/timer/timepoints/kernel.timer.timepoints ‑ tests/kernel/timer/timepoints/kernel.timer.timepoints
mps2/an385:tests/kernel/timer/timer_api/kernel.timer ‑ tests/kernel/timer/timer_api/kernel.timer
mps2/an385:tests/kernel/timer/timer_behavior/kernel.timer.timer ‑ tests/kernel/timer/timer_behavior/kernel.timer.timer
mps2/an385:tests/kernel/timer/timer_error_case/kernel.timer.error_case ‑ tests/kernel/timer/timer_error_case/kernel.timer.error_case
mps2/an385:tests/kernel/timer/timer_monotonic/kernel.timer.monotonic ‑ tests/kernel/timer/timer_monotonic/kernel.timer.monotonic
mps2/an385:tests/kernel/timer/timer_monotonic/kernel.timer.monotonic.icount_off ‑ tests/kernel/timer/timer_monotonic/kernel.timer.monotonic.icount_off
mps2/an385:tests/kernel/usage/thread_runtime_stats/kernel.usage ‑ tests/kernel/usage/thread_runtime_stats/kernel.usage
mps2/an385:tests/kernel/workq/user_work/kernel.workqueue.user ‑ tests/kernel/workq/user_work/kernel.workqueue.user
mps2/an385:tests/kernel/workq/work/kernel.workqueue.api ‑ tests/kernel/workq/work/kernel.workqueue.api
mps2/an385:tests/kernel/workq/work_queue/kernel.workqueue ‑ tests/kernel/workq/work_queue/kernel.workqueue
mps2/an385:tests/lib/c_lib/common/libraries.libc.common ‑ tests/lib/c_lib/common/libraries.libc.common
mps2/an385:tests/lib/c_lib/common/libraries.libc.common.minimal ‑ tests/lib/c_lib/common/libraries.libc.common.minimal
mps2/an385:tests/lib/c_lib/common/libraries.libc.common.newlib ‑ tests/lib/c_lib/common/libraries.libc.common.newlib
mps2/an385:tests/lib/c_lib/common/libraries.libc.common.newlib_nano ‑ tests/lib/c_lib/common/libraries.libc.common.newlib_nano
mps2/an385:tests/lib/c_lib/common/libraries.libc.common.picolibc ‑ tests/lib/c_lib/common/libraries.libc.common.picolibc
mps2/an385:tests/lib/c_lib/common/libraries.libc.common.picolibc.module ‑ tests/lib/c_lib/common/libraries.libc.common.picolibc.module
mps2/an385:tests/lib/c_lib/common/libraries.libc.common.picolibc.notls ‑ tests/lib/c_lib/common/libraries.libc.common.picolibc.notls
mps2/an385:tests/lib/cpp/cxx/cpp.main.cpp14 ‑ tests/lib/cpp/cxx/cpp.main.cpp14
mps2/an385:tests/lib/cpp/cxx/cpp.main.cpp17 ‑ tests/lib/cpp/cxx/cpp.main.cpp17
mps2/an385:tests/lib/cpp/cxx/cpp.main.cpp20 ‑ tests/lib/cpp/cxx/cpp.main.cpp20
mps2/an385:tests/lib/cpp/cxx/cpp.main.cpp2A ‑ tests/lib/cpp/cxx/cpp.main.cpp2A
mps2/an385:tests/lib/cpp/cxx/cpp.main.cpp2B ‑ tests/lib/cpp/cxx/cpp.main.cpp2B
mps2/an385:tests/lib/cpp/cxx/cpp.main.cpp98 ‑ tests/lib/cpp/cxx/cpp.main.cpp98
mps2/an385:tests/lib/cpp/cxx/cpp.main.minimal ‑ tests/lib/cpp/cxx/cpp.main.minimal
mps2/an385:tests/lib/cpp/cxx/cpp.main.newlib ‑ tests/lib/cpp/cxx/cpp.main.newlib
mps2/an385:tests/lib/cpp/cxx/cpp.main.newlib_nano ‑ tests/lib/cpp/cxx/cpp.main.newlib_nano
mps2/an385:tests/lib/cpp/cxx/cpp.main.picolibc ‑ tests/lib/cpp/cxx/cpp.main.picolibc
mps2/an385:tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib ‑ tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib
mps2/an385:tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib_nano ‑ tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.newlib_nano
mps2/an385:tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.picolibc ‑ tests/lib/cpp/libcxx/cpp.libcxx.glibcxx.picolibc
mps2/an385:tests/lib/lockfree/libraries.lockfree ‑ tests/lib/lockfree/libraries.lockfree
mps2/an385:tests/lib/multi_heap/libraries.multi_heap ‑ tests/lib/multi_heap/libraries.multi_heap
mps2/an385:tests/lib/newlib/heap_listener/libraries.libc.newlib.heap_listener ‑ tests/lib/newlib/heap_listener/libraries.libc.newlib.heap_listener
mps2/an385:tests/lib/time/libraries.libc.time ‑ tests/lib/time/libraries.libc.time
mps2/an385:tests/misc/iterable_sections/linker.iterable_sections ‑ tests/misc/iterable_sections/linker.iterable_sections
mps2/an385:tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol ‑ tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.binaryProtocol
mps2/an385:tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol ‑ tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.compactProtocol
mps2/an385:tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport ‑ tests/modules/thrift/ThriftTest/thrift.ThriftTest.newlib.tlsTransport
mps2/an385:tests/net/6lo/net.6lo ‑ tests/net/6lo/net.6lo
mps2/an385:tests/net/6lo/net.6lo.preempt ‑ tests/net/6lo/net.6lo.preempt
Check notice on line 0 in .github
github-actions / Unit Test Results
3539 tests found (test 996 to 1499)
There are 3539 tests, see "Raw output" for the list of tests 996 to 1499.
Raw output
mps2/an385:tests/net/6lo/net.6lo.variable_buf_size ‑ tests/net/6lo/net.6lo.variable_buf_size
mps2/an385:tests/net/arp/net.arp ‑ tests/net/arp/net.arp
mps2/an385:tests/net/arp/net.arp.preempt ‑ tests/net/arp/net.arp.preempt
mps2/an385:tests/net/bridge/net.eth_bridge ‑ tests/net/bridge/net.eth_bridge
mps2/an385:tests/net/bridge/net.eth_bridge.ip ‑ tests/net/bridge/net.eth_bridge.ip
mps2/an385:tests/net/buf/net.buf ‑ tests/net/buf/net.buf
mps2/an385:tests/net/checksum_offload/net.offload ‑ tests/net/checksum_offload/net.offload
mps2/an385:tests/net/conn_mgr_conn/net.conn_mgr.conn ‑ tests/net/conn_mgr_conn/net.conn_mgr.conn
mps2/an385:tests/net/conn_mgr_monitor/net.conn_mgr.dad ‑ tests/net/conn_mgr_monitor/net.conn_mgr.dad
mps2/an385:tests/net/conn_mgr_monitor/net.conn_mgr.nodad ‑ tests/net/conn_mgr_monitor/net.conn_mgr.nodad
mps2/an385:tests/net/context/net.context ‑ tests/net/context/net.context
mps2/an385:tests/net/dhcpv4/client/net.dhcpv4_client ‑ tests/net/dhcpv4/client/net.dhcpv4_client
mps2/an385:tests/net/dhcpv4/client/net.dhcpv4_client.optioncbs ‑ tests/net/dhcpv4/client/net.dhcpv4_client.optioncbs
mps2/an385:tests/net/dhcpv4/client/net.dhcpv4_client.optioncbs_vendor_specific ‑ tests/net/dhcpv4/client/net.dhcpv4_client.optioncbs_vendor_specific
mps2/an385:tests/net/dhcpv4/client/net.dhcpv4_client.preempt ‑ tests/net/dhcpv4/client/net.dhcpv4_client.preempt
mps2/an385:tests/net/dhcpv4/server/net.dhcpv4_server ‑ tests/net/dhcpv4/server/net.dhcpv4_server
mps2/an385:tests/net/dhcpv4/server/net.dhcpv4_server.no_probe ‑ tests/net/dhcpv4/server/net.dhcpv4_server.no_probe
mps2/an385:tests/net/dhcpv4/server/net.dhcpv4_server.preempt ‑ tests/net/dhcpv4/server/net.dhcpv4_server.preempt
mps2/an385:tests/net/dhcpv6/net.dhcpv6 ‑ tests/net/dhcpv6/net.dhcpv6
mps2/an385:tests/net/dhcpv6/net.dhcpv6.preempt ‑ tests/net/dhcpv6/net.dhcpv6.preempt
mps2/an385:tests/net/ethernet_mgmt/net.ethernet_mgmt ‑ tests/net/ethernet_mgmt/net.ethernet_mgmt
mps2/an385:tests/net/hostname/net.hostname ‑ tests/net/hostname/net.hostname
mps2/an385:tests/net/hostname/net.hostname.dynamic ‑ tests/net/hostname/net.hostname.dynamic
mps2/an385:tests/net/hostname/net.hostname.event ‑ tests/net/hostname/net.hostname.event
mps2/an385:tests/net/hostname/net.hostname.event.unique ‑ tests/net/hostname/net.hostname.event.unique
mps2/an385:tests/net/hostname/net.hostname.unique ‑ tests/net/hostname/net.hostname.unique
mps2/an385:tests/net/hostname/net.hostname.unique.dynamic ‑ tests/net/hostname/net.hostname.unique.dynamic
mps2/an385:tests/net/icmp/net.icmp.coop ‑ tests/net/icmp/net.icmp.coop
mps2/an385:tests/net/icmp/net.icmp.no_ipv4 ‑ tests/net/icmp/net.icmp.no_ipv4
mps2/an385:tests/net/icmp/net.icmp.no_ipv6 ‑ tests/net/icmp/net.icmp.no_ipv6
mps2/an385:tests/net/icmp/net.icmp.offloaded ‑ tests/net/icmp/net.icmp.offloaded
mps2/an385:tests/net/icmp/net.icmp.preempt ‑ tests/net/icmp/net.icmp.preempt
mps2/an385:tests/net/icmp/net.icmp.socket_offloaded ‑ tests/net/icmp/net.icmp.socket_offloaded
mps2/an385:tests/net/icmpv4/net.icmpv4 ‑ tests/net/icmpv4/net.icmpv4
mps2/an385:tests/net/icmpv6/net.icmpv6 ‑ tests/net/icmpv6/net.icmpv6
mps2/an385:tests/net/iface/net.iface ‑ tests/net/iface/net.iface
mps2/an385:tests/net/ip-addr/net.ip-addr ‑ tests/net/ip-addr/net.ip-addr
mps2/an385:tests/net/ipv4_fragment/net.ipv4.fragment ‑ tests/net/ipv4_fragment/net.ipv4.fragment
mps2/an385:tests/net/ipv6/net.ipv6 ‑ tests/net/ipv6/net.ipv6
mps2/an385:tests/net/ipv6/net.ipv6.privacy_extension.prefer_public ‑ tests/net/ipv6/net.ipv6.privacy_extension.prefer_public
mps2/an385:tests/net/ipv6/net.ipv6.privacy_extension.prefer_temporary ‑ tests/net/ipv6/net.ipv6.privacy_extension.prefer_temporary
mps2/an385:tests/net/ipv6/net.ipv6.variable_buf_size ‑ tests/net/ipv6/net.ipv6.variable_buf_size
mps2/an385:tests/net/ipv6_fragment/net.ipv6.fragment ‑ tests/net/ipv6_fragment/net.ipv6.fragment
mps2/an385:tests/net/lib/coap/net.coap.simple ‑ tests/net/lib/coap/net.coap.simple
mps2/an385:tests/net/lib/dns_addremove/net.dns.addremove ‑ tests/net/lib/dns_addremove/net.dns.addremove
mps2/an385:tests/net/lib/dns_addremove/net.dns.addremove.no_ipv6 ‑ tests/net/lib/dns_addremove/net.dns.addremove.no_ipv6
mps2/an385:tests/net/lib/dns_addremove/net.dns.no_ipv4 ‑ tests/net/lib/dns_addremove/net.dns.no_ipv4
mps2/an385:tests/net/lib/dns_packet/net.dns ‑ tests/net/lib/dns_packet/net.dns
mps2/an385:tests/net/lib/dns_resolve/net.dns.resolve ‑ tests/net/lib/dns_resolve/net.dns.resolve
mps2/an385:tests/net/lib/dns_resolve/net.dns.resolve.no_ipv6 ‑ tests/net/lib/dns_resolve/net.dns.resolve.no_ipv6
mps2/an385:tests/net/lib/dns_resolve/net.dns.resolve.preempt ‑ tests/net/lib/dns_resolve/net.dns.resolve.preempt
mps2/an385:tests/net/lib/dns_sd/net.dns.sd ‑ tests/net/lib/dns_sd/net.dns.sd
mps2/an385:tests/net/lib/dns_sd/net.dns.sd.no_ipv6 ‑ tests/net/lib/dns_sd/net.dns.sd.no_ipv6
mps2/an385:tests/net/lib/http_header_fields/net.http ‑ tests/net/lib/http_header_fields/net.http
mps2/an385:tests/net/lib/mdns_responder/net.mdns ‑ tests/net/lib/mdns_responder/net.mdns
mps2/an385:tests/net/lib/mqtt_packet/net.mqtt.packet ‑ tests/net/lib/mqtt_packet/net.mqtt.packet
mps2/an385:tests/net/lib/mqtt_publisher/net.mqtt ‑ tests/net/lib/mqtt_publisher/net.mqtt
mps2/an385:tests/net/lib/mqtt_publisher/net.mqtt.tls ‑ tests/net/lib/mqtt_publisher/net.mqtt.tls
mps2/an385:tests/net/lib/mqtt_pubsub/net.mqtt.pubsub ‑ tests/net/lib/mqtt_pubsub/net.mqtt.pubsub
mps2/an385:tests/net/lib/mqtt_pubsub/net.mqtt.pubsub.preempt ‑ tests/net/lib/mqtt_pubsub/net.mqtt.pubsub.preempt
mps2/an385:tests/net/lib/mqtt_sn_client/net.mqtt_sn.client ‑ tests/net/lib/mqtt_sn_client/net.mqtt_sn.client
mps2/an385:tests/net/lib/mqtt_sn_packet/net.mqtt_sn.packet ‑ tests/net/lib/mqtt_sn_packet/net.mqtt_sn.packet
mps2/an385:tests/net/lib/mqtt_subscriber/net.mqtt.subscriber ‑ tests/net/lib/mqtt_subscriber/net.mqtt.subscriber
mps2/an385:tests/net/lib/mqtt_subscriber/net.mqtt.subscriber.preempt ‑ tests/net/lib/mqtt_subscriber/net.mqtt.subscriber.preempt
mps2/an385:tests/net/lib/tls_credentials/net.tls_credentials ‑ tests/net/lib/tls_credentials/net.tls_credentials
mps2/an385:tests/net/mgmt/net.management ‑ tests/net/mgmt/net.management
mps2/an385:tests/net/mgmt/net.management.preempt ‑ tests/net/mgmt/net.management.preempt
mps2/an385:tests/net/mgmt/net.synchronous ‑ tests/net/mgmt/net.synchronous
mps2/an385:tests/net/mgmt/net.workqueue ‑ tests/net/mgmt/net.workqueue
mps2/an385:tests/net/mld/net.mld ‑ tests/net/mld/net.mld
mps2/an385:tests/net/mld/net.mld.mcast_routes ‑ tests/net/mld/net.mld.mcast_routes
mps2/an385:tests/net/mld/net.mld.preempt ‑ tests/net/mld/net.mld.preempt
mps2/an385:tests/net/neighbor/net.neighbor.preempt ‑ tests/net/neighbor/net.neighbor.preempt
mps2/an385:tests/net/neighbor/net.neighbour ‑ tests/net/neighbor/net.neighbour
mps2/an385:tests/net/net_pkt/net.packet ‑ tests/net/net_pkt/net.packet
mps2/an385:tests/net/net_pkt/net.packet.large_buffer ‑ tests/net/net_pkt/net.packet.large_buffer
mps2/an385:tests/net/net_pkt/net.packet.preempt ‑ tests/net/net_pkt/net.packet.preempt
mps2/an385:tests/net/npf/net.pkt_filter ‑ tests/net/npf/net.pkt_filter
mps2/an385:tests/net/offloaded_netdev/net.offloaded_netdev ‑ tests/net/offloaded_netdev/net.offloaded_netdev
mps2/an385:tests/net/ppp/driver/net.ppp ‑ tests/net/ppp/driver/net.ppp
mps2/an385:tests/net/promiscuous/net.promisc ‑ tests/net/promiscuous/net.promisc
mps2/an385:tests/net/route/net.route ‑ tests/net/route/net.route
mps2/an385:tests/net/route_mcast/net.route_mcast ‑ tests/net/route_mcast/net.route_mcast
mps2/an385:tests/net/shell/net.shell ‑ tests/net/shell/net.shell
mps2/an385:tests/net/socket/af_packet/net.socket.af_packet ‑ tests/net/socket/af_packet/net.socket.af_packet
mps2/an385:tests/net/socket/af_packet_ipproto_raw/net.socket.af_packet.ipproto_raw ‑ tests/net/socket/af_packet_ipproto_raw/net.socket.af_packet.ipproto_raw
mps2/an385:tests/net/socket/getaddrinfo/net.socket.get_addr_info ‑ tests/net/socket/getaddrinfo/net.socket.get_addr_info
mps2/an385:tests/net/socket/getaddrinfo/net.socket.get_addr_info.timeout ‑ tests/net/socket/getaddrinfo/net.socket.get_addr_info.timeout
mps2/an385:tests/net/socket/getnameinfo/net.socket.get_name_info ‑ tests/net/socket/getnameinfo/net.socket.get_name_info
mps2/an385:tests/net/socket/misc/net.socket.misc ‑ tests/net/socket/misc/net.socket.misc
mps2/an385:tests/net/socket/misc/net.socket.misc.userspace ‑ tests/net/socket/misc/net.socket.misc.userspace
mps2/an385:tests/net/socket/misc/net.socket.misc.v4_mapping_to_v6_disabled ‑ tests/net/socket/misc/net.socket.misc.v4_mapping_to_v6_disabled
mps2/an385:tests/net/socket/misc/net.socket.misc.v4_mapping_to_v6_enabled ‑ tests/net/socket/misc/net.socket.misc.v4_mapping_to_v6_enabled
mps2/an385:tests/net/socket/net_mgmt/net.socket.mgmt ‑ tests/net/socket/net_mgmt/net.socket.mgmt
mps2/an385:tests/net/socket/net_mgmt/net.socket.mgmt.preempt ‑ tests/net/socket/net_mgmt/net.socket.mgmt.preempt
mps2/an385:tests/net/socket/offload_dispatcher/net.socket.offload.dispatcher ‑ tests/net/socket/offload_dispatcher/net.socket.offload.dispatcher
mps2/an385:tests/net/socket/register/net.socket.register ‑ tests/net/socket/register/net.socket.register
mps2/an385:tests/net/socket/register/net.socket.register.tls ‑ tests/net/socket/register/net.socket.register.tls
mps2/an385:tests/net/socket/socketpair/net.socket.socketpair ‑ tests/net/socket/socketpair/net.socket.socketpair
mps2/an385:tests/net/socket/socketpair/net.socket.socketpair.high_mem ‑ tests/net/socket/socketpair/net.socket.socketpair.high_mem
mps2/an385:tests/net/socket/socketpair/net.socket.socketpair.newlib ‑ tests/net/socket/socketpair/net.socket.socketpair.newlib
mps2/an385:tests/net/socket/socketpair/net.socket.socketpair.picolibc ‑ tests/net/socket/socketpair/net.socket.socketpair.picolibc
mps2/an385:tests/net/socket/udp/net.socket.udp ‑ tests/net/socket/udp/net.socket.udp
mps2/an385:tests/net/socket/udp/net.socket.udp.ipv6_fragment ‑ tests/net/socket/udp/net.socket.udp.ipv6_fragment
mps2/an385:tests/net/socket/udp/net.socket.udp.pktinfo ‑ tests/net/socket/udp/net.socket.udp.pktinfo
mps2/an385:tests/net/socket/udp/net.socket.udp.preempt ‑ tests/net/socket/udp/net.socket.udp.preempt
mps2/an385:tests/net/socket/udp/net.socket.udp.ttl ‑ tests/net/socket/udp/net.socket.udp.ttl
mps2/an385:tests/net/socket/websocket/net.socket.websocket ‑ tests/net/socket/websocket/net.socket.websocket
mps2/an385:tests/net/tcp/net.tcp.no_recv_queue ‑ tests/net/tcp/net.tcp.no_recv_queue
mps2/an385:tests/net/tcp/net.tcp.simple ‑ tests/net/tcp/net.tcp.simple
mps2/an385:tests/net/tcp/net.tcp.variable_buf_size ‑ tests/net/tcp/net.tcp.variable_buf_size
mps2/an385:tests/net/trickle/net.trickle ‑ tests/net/trickle/net.trickle
mps2/an385:tests/net/tx_timestamp/net.timestamp ‑ tests/net/tx_timestamp/net.timestamp
mps2/an385:tests/net/udp/net.udp ‑ tests/net/udp/net.udp
mps2/an385:tests/net/udp/net.udp.preempt ‑ tests/net/udp/net.udp.preempt
mps2/an385:tests/net/utils/net.util ‑ tests/net/utils/net.util
mps2/an385:tests/net/vlan/net.vlan ‑ tests/net/vlan/net.vlan
mps2/an385:tests/net/wifi/wifi_nm/net.wifi ‑ tests/net/wifi/wifi_nm/net.wifi
mps2/an385:tests/posix/common/portability.posix.common.no_spin_validate ‑ tests/posix/common/portability.posix.common.no_spin_validate
mps2/an385:tests/posix/common/portability.posix.common.signal.big_nsig ‑ tests/posix/common/portability.posix.common.signal.big_nsig
mps2/an385:tests/posix/common/portability.posix.common.signal.strsignal_no_desc ‑ tests/posix/common/portability.posix.common.signal.strsignal_no_desc
mps2/an385:tests/posix/net/portability.posix.net ‑ tests/posix/net/portability.posix.net
mps2/an385:tests/subsys/dsp/print_format/zdsp.print_format ‑ tests/subsys/dsp/print_format/zdsp.print_format
mps2/an385:tests/subsys/fs/nvs/filesystem.nvs ‑ tests/subsys/fs/nvs/filesystem.nvs
mps2/an385:tests/subsys/llext/simple/llext.simple.loader_build ‑ tests/subsys/llext/simple/llext.simple.loader_build
mps2/an385:tests/subsys/llext/simple/llext.simple.readonly ‑ tests/subsys/llext/simple/llext.simple.readonly
mps2/an385:tests/subsys/llext/simple/llext.simple.readonly_mpu ‑ tests/subsys/llext/simple/llext.simple.readonly_mpu
mps2/an385:tests/subsys/llext/simple/llext.simple.writable ‑ tests/subsys/llext/simple/llext.simple.writable
mps2/an385:tests/subsys/llext/simple/llext.simple.writable_relocatable ‑ tests/subsys/llext/simple/llext.simple.writable_relocatable
mps2/an385:tests/subsys/llext/simple/llext.simple.writable_relocatable_slid_linking ‑ tests/subsys/llext/simple/llext.simple.writable_relocatable_slid_linking
mps2/an385:tests/subsys/llext/simple/llext.simple.writable_slid_linking ‑ tests/subsys/llext/simple/llext.simple.writable_slid_linking
mps2/an385:tests/subsys/logging/log_switch_format/logging.format.switch.custom_output ‑ tests/subsys/logging/log_switch_format/logging.format.switch.custom_output
mps2/an385:tests/subsys/logging/log_switch_format/logging.format.switch.deferred ‑ tests/subsys/logging/log_switch_format/logging.format.switch.deferred
mps2/an385:tests/subsys/logging/log_switch_format/logging.format.switch.immediate ‑ tests/subsys/logging/log_switch_format/logging.format.switch.immediate
mps2/an385:tests/subsys/logging/log_syst/logging.mipi_syst ‑ tests/subsys/logging/log_syst/logging.mipi_syst
mps2/an385:tests/subsys/logging/log_syst/logging.mipi_syst.text ‑ tests/subsys/logging/log_syst/logging.mipi_syst.text
mps2/an385:tests/subsys/mgmt/mcumgr/os_mgmt_echo/mgmt.mcumgr.os.echo ‑ tests/subsys/mgmt/mcumgr/os_mgmt_echo/mgmt.mcumgr.os.echo
mps2/an385:tests/subsys/mgmt/mcumgr/os_mgmt_info/mgmt.mcumgr.os.info ‑ tests/subsys/mgmt/mcumgr/os_mgmt_info/mgmt.mcumgr.os.info
mps2/an385:tests/subsys/mgmt/mcumgr/os_mgmt_info/mgmt.mcumgr.os.info.build_date ‑ tests/subsys/mgmt/mcumgr/os_mgmt_info/mgmt.mcumgr.os.info.build_date
mps2/an385:tests/subsys/mgmt/mcumgr/os_mgmt_info/mgmt.mcumgr.os.info.limited_size ‑ tests/subsys/mgmt/mcumgr/os_mgmt_info/mgmt.mcumgr.os.info.limited_size
mps2/an385:tests/subsys/mgmt/mcumgr/os_mgmt_info/mgmt.mcumgr.os.info.no_hooks ‑ tests/subsys/mgmt/mcumgr/os_mgmt_info/mgmt.mcumgr.os.info.no_hooks
mps2/an385:tests/subsys/mgmt/mcumgr/smp_version/mgmt.mcumgr.smp.version ‑ tests/subsys/mgmt/mcumgr/smp_version/mgmt.mcumgr.smp.version
mps2/an385:tests/subsys/mgmt/mcumgr/smp_version/mgmt.mcumgr.smp.version_no_legacy ‑ tests/subsys/mgmt/mcumgr/smp_version/mgmt.mcumgr.smp.version_no_legacy
mps2/an385:tests/subsys/modem/modem_pipelink/modem.modem_pipelink ‑ tests/subsys/modem/modem_pipelink/modem.modem_pipelink
mps2/an385:tests/ztest/error_hook/testing.ztest.error_hook ‑ tests/ztest/error_hook/testing.ztest.error_hook
mps2/an385:tests/ztest/error_hook/testing.ztest.error_hook.no_userspace ‑ tests/ztest/error_hook/testing.ztest.error_hook.no_userspace
mps2/an385:tests/ztest/summary/testing.ztest.summary.shared_unit_test ‑ tests/ztest/summary/testing.ztest.summary.shared_unit_test
mps2/an521/cpu0/ns:samples/tfm_integration/config_build/sample.config_build.no_bl2 ‑ samples/tfm_integration/config_build/sample.config_build.no_bl2
mps2/an521/cpu0/ns:samples/tfm_integration/config_build/sample.config_build.single_image ‑ samples/tfm_integration/config_build/sample.config_build.single_image
mps2/an521/cpu0/ns:samples/tfm_integration/psa_protected_storage/sample.tfm.protected_storage ‑ samples/tfm_integration/psa_protected_storage/sample.tfm.protected_storage
mps2/an521/cpu0/ns:samples/tfm_integration/tfm_ipc/sample.tfm_ipc ‑ samples/tfm_integration/tfm_ipc/sample.tfm_ipc
mps2/an521/cpu0/ns:samples/tfm_integration/tfm_ipc/sample.tfm_ipc.no_bl2 ‑ samples/tfm_integration/tfm_ipc/sample.tfm_ipc.no_bl2
mps2/an521/cpu0/ns:samples/tfm_integration/tfm_psa_test/sample.tfm.psa_test_crypto ‑ samples/tfm_integration/tfm_psa_test/sample.tfm.psa_test_crypto
mps2/an521/cpu0/ns:samples/tfm_integration/tfm_psa_test/sample.tfm.psa_test_internal_trusted_storage ‑ samples/tfm_integration/tfm_psa_test/sample.tfm.psa_test_internal_trusted_storage
mps2/an521/cpu0/ns:samples/tfm_integration/tfm_psa_test/sample.tfm.psa_test_protected_storage ‑ samples/tfm_integration/tfm_psa_test/sample.tfm.psa_test_protected_storage
mps2/an521/cpu0/ns:samples/tfm_integration/tfm_psa_test/sample.tfm.psa_test_storage ‑ samples/tfm_integration/tfm_psa_test/sample.tfm.psa_test_storage
mps2/an521/cpu0/ns:samples/tfm_integration/tfm_secure_partition/sample.tfm.secure_partition ‑ samples/tfm_integration/tfm_secure_partition/sample.tfm.secure_partition
mps2/an521/cpu0/ns:tests/arch/arm/arm_thread_swap_tz/arch.arm.swap.tz ‑ tests/arch/arm/arm_thread_swap_tz/arch.arm.swap.tz
mps2/an521/cpu0/ns:tests/arch/arm/arm_thread_swap_tz/arch.arm.swap.tz_off ‑ tests/arch/arm/arm_thread_swap_tz/arch.arm.swap.tz_off
mps2/an521/cpu0/ns:tests/arch/common/ramfunc/arch.common.ramfunc ‑ tests/arch/common/ramfunc/arch.common.ramfunc
mps2/an521/cpu0/ns:tests/benchmarks/sys_kernel/benchmark.kernel.core ‑ tests/benchmarks/sys_kernel/benchmark.kernel.core
mps2/an521/cpu0/ns:tests/integration/kernel/integration.kernel ‑ tests/integration/kernel/integration.kernel
mps2/an521/cpu0/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mps2/an521/cpu0/ns:tests/kernel/common/kernel.common.lto ‑ tests/kernel/common/kernel.common.lto
mps2/an521/cpu0/ns:tests/kernel/common/kernel.common.minimallibc ‑ tests/kernel/common/kernel.common.minimallibc
mps2/an521/cpu0/ns:tests/kernel/common/kernel.common.nano32 ‑ tests/kernel/common/kernel.common.nano32
mps2/an521/cpu0/ns:tests/kernel/common/kernel.common.nano64 ‑ tests/kernel/common/kernel.common.nano64
mps2/an521/cpu0/ns:tests/kernel/common/kernel.common.picolibc ‑ tests/kernel/common/kernel.common.picolibc
mps2/an521/cpu0/ns:tests/kernel/common/kernel.common.tls ‑ tests/kernel/common/kernel.common.tls
mps2/an521/cpu0/ns:tests/kernel/condvar/condvar_api/kernel.condvar ‑ tests/kernel/condvar/condvar_api/kernel.condvar
mps2/an521/cpu0/ns:tests/kernel/context/kernel.context ‑ tests/kernel/context/kernel.context
mps2/an521/cpu0/ns:tests/kernel/context/kernel.context.minimallibc ‑ tests/kernel/context/kernel.context.minimallibc
mps2/an521/cpu0/ns:tests/kernel/early_sleep/kernel.common.sleep ‑ tests/kernel/early_sleep/kernel.common.sleep
mps2/an521/cpu0/ns:tests/kernel/early_sleep/kernel.common.sleep.minimallibc ‑ tests/kernel/early_sleep/kernel.common.sleep.minimallibc
mps2/an521/cpu0/ns:tests/kernel/events/event_api/kernel.events ‑ tests/kernel/events/event_api/kernel.events
mps2/an521/cpu0/ns:tests/kernel/events/sys_event/kernel.events.usage ‑ tests/kernel/events/sys_event/kernel.events.usage
mps2/an521/cpu0/ns:tests/kernel/fatal/exception/kernel.common.stack_protection ‑ tests/kernel/fatal/exception/kernel.common.stack_protection
mps2/an521/cpu0/ns:tests/kernel/fatal/exception/kernel.common.stack_protection_no_userspace ‑ tests/kernel/fatal/exception/kernel.common.stack_protection_no_userspace
mps2/an521/cpu0/ns:tests/kernel/fatal/message_capture/kernel.logging.message_capture ‑ tests/kernel/fatal/message_capture/kernel.logging.message_capture
mps2/an521/cpu0/ns:tests/kernel/fifo/fifo_api/kernel.fifo ‑ tests/kernel/fifo/fifo_api/kernel.fifo
mps2/an521/cpu0/ns:tests/kernel/fifo/fifo_timeout/kernel.fifo.timeout ‑ tests/kernel/fifo/fifo_timeout/kernel.fifo.timeout
mps2/an521/cpu0/ns:tests/kernel/fifo/fifo_usage/kernel.fifo.usage ‑ tests/kernel/fifo/fifo_usage/kernel.fifo.usage
mps2/an521/cpu0/ns:tests/kernel/lifo/lifo_api/kernel.lifo ‑ tests/kernel/lifo/lifo_api/kernel.lifo
mps2/an521/cpu0/ns:tests/kernel/lifo/lifo_usage/kernel.lifo.usage ‑ tests/kernel/lifo/lifo_usage/kernel.lifo.usage
mps2/an521/cpu0/ns:tests/kernel/mbox/mbox_api/kernel.mailbox.api ‑ tests/kernel/mbox/mbox_api/kernel.mailbox.api
mps2/an521/cpu0/ns:tests/kernel/mbox/mbox_usage/kernel.mailbox.usage ‑ tests/kernel/mbox/mbox_usage/kernel.mailbox.usage
mps2/an521/cpu0/ns:tests/kernel/mem_heap/k_heap_api/kernel.k_heap_api ‑ tests/kernel/mem_heap/k_heap_api/kernel.k_heap_api
mps2/an521/cpu0/ns:tests/kernel/mem_protect/futex/kernel.futex ‑ tests/kernel/mem_protect/futex/kernel.futex
mps2/an521/cpu0/ns:tests/kernel/mem_protect/mem_protect/kernel.memory_protection ‑ tests/kernel/mem_protect/mem_protect/kernel.memory_protection
mps2/an521/cpu0/ns:tests/kernel/mem_protect/obj_validation/kernel.memory_protection.obj_validation ‑ tests/kernel/mem_protect/obj_validation/kernel.memory_protection.obj_validation
mps2/an521/cpu0/ns:tests/kernel/mem_protect/protection/kernel.memory_protection.protection ‑ tests/kernel/mem_protect/protection/kernel.memory_protection.protection
mps2/an521/cpu0/ns:tests/kernel/mem_protect/stack_random/kernel.memory_protection.stack_random ‑ tests/kernel/mem_protect/stack_random/kernel.memory_protection.stack_random
mps2/an521/cpu0/ns:tests/kernel/mem_protect/stackprot/kernel.memory_protection.stackprot ‑ tests/kernel/mem_protect/stackprot/kernel.memory_protection.stackprot
mps2/an521/cpu0/ns:tests/kernel/mem_protect/sys_sem/kernel.memory_protection.sys_sem ‑ tests/kernel/mem_protect/sys_sem/kernel.memory_protection.sys_sem
mps2/an521/cpu0/ns:tests/kernel/mem_protect/sys_sem/kernel.memory_protection.sys_sem.nouser ‑ tests/kernel/mem_protect/sys_sem/kernel.memory_protection.sys_sem.nouser
mps2/an521/cpu0/ns:tests/kernel/mem_protect/syscalls/kernel.memory_protection.syscalls ‑ tests/kernel/mem_protect/syscalls/kernel.memory_protection.syscalls
mps2/an521/cpu0/ns:tests/kernel/mem_protect/userspace/kernel.memory_protection.userspace ‑ tests/kernel/mem_protect/userspace/kernel.memory_protection.userspace
mps2/an521/cpu0/ns:tests/kernel/mem_slab/mslab/kernel.memory_slabs ‑ tests/kernel/mem_slab/mslab/kernel.memory_slabs
mps2/an521/cpu0/ns:tests/kernel/mem_slab/mslab_api/kernel.memory_slabs.api ‑ tests/kernel/mem_slab/mslab_api/kernel.memory_slabs.api
mps2/an521/cpu0/ns:tests/kernel/mem_slab/mslab_concept/kernel.memory_slabs.concept ‑ tests/kernel/mem_slab/mslab_concept/kernel.memory_slabs.concept
mps2/an521/cpu0/ns:tests/kernel/mem_slab/mslab_stats/kernel.memory_slabs.stats ‑ tests/kernel/mem_slab/mslab_stats/kernel.memory_slabs.stats
mps2/an521/cpu0/ns:tests/kernel/mem_slab/mslab_threadsafe/kernel.memory_slabs.threadsafe ‑ tests/kernel/mem_slab/mslab_threadsafe/kernel.memory_slabs.threadsafe
mps2/an521/cpu0/ns:tests/kernel/msgq/msgq_api/kernel.message_queue ‑ tests/kernel/msgq/msgq_api/kernel.message_queue
mps2/an521/cpu0/ns:tests/kernel/msgq/msgq_usage/kernel.message_queue.usage ‑ tests/kernel/msgq/msgq_usage/kernel.message_queue.usage
mps2/an521/cpu0/ns:tests/kernel/mutex/mutex_api/kernel.mutex ‑ tests/kernel/mutex/mutex_api/kernel.mutex
mps2/an521/cpu0/ns:tests/kernel/mutex/mutex_error_case/kernel.mutex.error ‑ tests/kernel/mutex/mutex_error_case/kernel.mutex.error
mps2/an521/cpu0/ns:tests/kernel/mutex/sys_mutex/kernel.mutex.system ‑ tests/kernel/mutex/sys_mutex/kernel.mutex.system
mps2/an521/cpu0/ns:tests/kernel/mutex/sys_mutex/kernel.mutex.system.nouser ‑ tests/kernel/mutex/sys_mutex/kernel.mutex.system.nouser
mps2/an521/cpu0/ns:tests/kernel/obj_tracking/kernel.objects.tracking ‑ tests/kernel/obj_tracking/kernel.objects.tracking
mps2/an521/cpu0/ns:tests/kernel/obj_tracking/kernel.objects.tracking.minimallibc ‑ tests/kernel/obj_tracking/kernel.objects.tracking.minimallibc
mps2/an521/cpu0/ns:tests/kernel/pending/kernel.objects ‑ tests/kernel/pending/kernel.objects
mps2/an521/cpu0/ns:tests/kernel/pending/kernel.objects.minimallibc ‑ tests/kernel/pending/kernel.objects.minimallibc
mps2/an521/cpu0/ns:tests/kernel/pipe/pipe/kernel.pipe ‑ tests/kernel/pipe/pipe/kernel.pipe
mps2/an521/cpu0/ns:tests/kernel/pipe/pipe_api/kernel.pipe.api ‑ tests/kernel/pipe/pipe_api/kernel.pipe.api
mps2/an521/cpu0/ns:tests/kernel/poll/kernel.poll ‑ tests/kernel/poll/kernel.poll
mps2/an521/cpu0/ns:tests/kernel/poll/kernel.poll.minimallibc ‑ tests/kernel/poll/kernel.poll.minimallibc
mps2/an521/cpu0/ns:tests/kernel/profiling/profiling_api/kernel.common.profiling ‑ tests/kernel/profiling/profiling_api/kernel.common.profiling
mps2/an521/cpu0/ns:tests/kernel/queue/kernel.queue ‑ tests/kernel/queue/kernel.queue
mps2/an521/cpu0/ns:tests/kernel/queue/kernel.queue.minimallibc ‑ tests/kernel/queue/kernel.queue.minimallibc
mps2/an521/cpu0/ns:tests/kernel/sched/deadline/kernel.scheduler.deadline ‑ tests/kernel/sched/deadline/kernel.scheduler.deadline
mps2/an521/cpu0/ns:tests/kernel/sched/deadline/kernel.scheduler.deadline.scalable ‑ tests/kernel/sched/deadline/kernel.scheduler.deadline.scalable
mps2/an521/cpu0/ns:tests/kernel/sched/metairq/kernel.scheduler.metairq ‑ tests/kernel/sched/metairq/kernel.scheduler.metairq
mps2/an521/cpu0/ns:tests/kernel/sched/preempt/kernel.scheduler.preempt ‑ tests/kernel/sched/preempt/kernel.scheduler.preempt
mps2/an521/cpu0/ns:tests/kernel/sched/schedule_api/kernel.scheduler ‑ tests/kernel/sched/schedule_api/kernel.scheduler
mps2/an521/cpu0/ns:tests/kernel/sched/schedule_api/kernel.scheduler.dumb_no_timeslicing ‑ tests/kernel/sched/schedule_api/kernel.scheduler.dumb_no_timeslicing
mps2/an521/cpu0/ns:tests/kernel/sched/schedule_api/kernel.scheduler.dumb_timeslicing ‑ tests/kernel/sched/schedule_api/kernel.scheduler.dumb_timeslicing
mps2/an521/cpu0/ns:tests/kernel/sched/schedule_api/kernel.scheduler.multiq ‑ tests/kernel/sched/schedule_api/kernel.scheduler.multiq
mps2/an521/cpu0/ns:tests/kernel/sched/schedule_api/kernel.scheduler.multiq_no_timeslicing ‑ tests/kernel/sched/schedule_api/kernel.scheduler.multiq_no_timeslicing
mps2/an521/cpu0/ns:tests/kernel/sched/schedule_api/kernel.scheduler.no_timeslicing ‑ tests/kernel/sched/schedule_api/kernel.scheduler.no_timeslicing
mps2/an521/cpu0/ns:tests/kernel/sched/schedule_api/kernel.scheduler.slice_perthread ‑ tests/kernel/sched/schedule_api/kernel.scheduler.slice_perthread
mps2/an521/cpu0/ns:tests/kernel/semaphore/semaphore/kernel.semaphore ‑ tests/kernel/semaphore/semaphore/kernel.semaphore
mps2/an521/cpu0/ns:tests/kernel/semaphore/sys_sem/kernel.semaphore.usage ‑ tests/kernel/semaphore/sys_sem/kernel.semaphore.usage
mps2/an521/cpu0/ns:tests/kernel/sleep/kernel.common.timing ‑ tests/kernel/sleep/kernel.common.timing
mps2/an521/cpu0/ns:tests/kernel/sleep/kernel.common.timing.minimallibc ‑ tests/kernel/sleep/kernel.common.timing.minimallibc
mps2/an521/cpu0/ns:tests/kernel/stack/stack/kernel.stack.usage ‑ tests/kernel/stack/stack/kernel.stack.usage
mps2/an521/cpu0/ns:tests/kernel/threads/thread_apis/kernel.threads.apis ‑ tests/kernel/threads/thread_apis/kernel.threads.apis
mps2/an521/cpu0/ns:tests/kernel/threads/thread_init/kernel.threads.init ‑ tests/kernel/threads/thread_init/kernel.threads.init
mps2/an521/cpu0/ns:tests/kernel/tickless/tickless_concept/kernel.tickless.concept ‑ tests/kernel/tickless/tickless_concept/kernel.tickless.concept
mps2/an521/cpu0/ns:tests/kernel/timer/timepoints/kernel.timer.timepoints ‑ tests/kernel/timer/timepoints/kernel.timer.timepoints
mps2/an521/cpu0/ns:tests/kernel/timer/timer_api/kernel.timer ‑ tests/kernel/timer/timer_api/kernel.timer
mps2/an521/cpu0/ns:tests/kernel/timer/timer_behavior/kernel.timer.timer ‑ tests/kernel/timer/timer_behavior/kernel.timer.timer
mps2/an521/cpu0/ns:tests/kernel/timer/timer_error_case/kernel.timer.error_case ‑ tests/kernel/timer/timer_error_case/kernel.timer.error_case
mps2/an521/cpu0/ns:tests/kernel/timer/timer_monotonic/kernel.timer.monotonic ‑ tests/kernel/timer/timer_monotonic/kernel.timer.monotonic
mps2/an521/cpu0/ns:tests/kernel/workq/user_work/kernel.workqueue.user ‑ tests/kernel/workq/user_work/kernel.workqueue.user
mps2/an521/cpu0/ns:tests/kernel/workq/work/kernel.workqueue.api ‑ tests/kernel/workq/work/kernel.workqueue.api
mps2/an521/cpu0/ns:tests/kernel/workq/work_queue/kernel.workqueue ‑ tests/kernel/workq/work_queue/kernel.workqueue
mps2/an521/cpu0/ns:tests/net/lib/tls_credentials/net.tls_credentials.trusted_tfm ‑ tests/net/lib/tls_credentials/net.tls_credentials.trusted_tfm
mps2/an521/cpu0/ns:tests/ztest/error_hook/testing.ztest.error_hook ‑ tests/ztest/error_hook/testing.ztest.error_hook
mps2/an521/cpu0:samples/arch/mpu/mpu_test/sample.mpu.mpu_test ‑ samples/arch/mpu/mpu_test/sample.mpu.mpu_test
mps2/an521/cpu0:samples/subsys/ipc/openamp/sample.ipc.openamp ‑ samples/subsys/ipc/openamp/sample.ipc.openamp
mps2/an521/cpu0:samples/subsys/ipc/rpmsg_service/sample.ipc.rpmsg_service ‑ samples/subsys/ipc/rpmsg_service/sample.ipc.rpmsg_service
mps2/an521/cpu0:samples/subsys/llext/edk/app/sample.edk.app ‑ samples/subsys/llext/edk/app/sample.edk.app
mps2/an521/cpu0:samples/subsys/llext/modules/sample.llext.modules.builtin_build ‑ samples/subsys/llext/modules/sample.llext.modules.builtin_build
mps2/an521/cpu0:samples/subsys/llext/modules/sample.llext.modules.module_build ‑ samples/subsys/llext/modules/sample.llext.modules.module_build
mps2/an521/cpu0:samples/subsys/llext/shell_loader/sample.llext.shell ‑ samples/subsys/llext/shell_loader/sample.llext.shell
mps2/an521/cpu0:samples/subsys/zbus/confirmed_channel/sample.zbus.confirmed_message ‑ samples/subsys/zbus/confirmed_channel/sample.zbus.confirmed_message
mps2/an521/cpu0:samples/subsys/zbus/dyn_channel/sample.zbus.dyn_channel ‑ samples/subsys/zbus/dyn_channel/sample.zbus.dyn_channel
mps2/an521/cpu0:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mps2/an521/cpu0:tests/arch/arm/arm_custom_interrupt/arch.arm.custom_interrupt ‑ tests/arch/arm/arm_custom_interrupt/arch.arm.custom_interrupt
mps2/an521/cpu0:tests/arch/arm/arm_hardfault_validation/arch.arm.interrupt.hardfault_validation ‑ tests/arch/arm/arm_hardfault_validation/arch.arm.interrupt.hardfault_validation
mps2/an521/cpu0:tests/arch/arm/arm_interrupt/arch.arm.interrupt ‑ tests/arch/arm/arm_interrupt/arch.arm.interrupt
mps2/an521/cpu0:tests/arch/arm/arm_interrupt/arch.arm.interrupt.extra_exception_info ‑ tests/arch/arm/arm_interrupt/arch.arm.interrupt.extra_exception_info
mps2/an521/cpu0:tests/arch/arm/arm_interrupt/arch.arm.interrupt.no_optimizations ‑ tests/arch/arm/arm_interrupt/arch.arm.interrupt.no_optimizations
mps2/an521/cpu0:tests/arch/arm/arm_irq_advanced_features/arch.arm.irq_advanced_features ‑ tests/arch/arm/arm_irq_advanced_features/arch.arm.irq_advanced_features
mps2/an521/cpu0:tests/arch/arm/arm_irq_advanced_features/arch.arm.irq_advanced_features.secure_fw ‑ tests/arch/arm/arm_irq_advanced_features/arch.arm.irq_advanced_features.secure_fw
mps2/an521/cpu0:tests/arch/arm/arm_irq_vector_table/arch.arm.irq_vector_table ‑ tests/arch/arm/arm_irq_vector_table/arch.arm.irq_vector_table
mps2/an521/cpu0:tests/arch/arm/arm_irq_zero_latency_levels/arch.arm.irq_zero_latency_levels.secure_fw ‑ tests/arch/arm/arm_irq_zero_latency_levels/arch.arm.irq_zero_latency_levels.secure_fw
mps2/an521/cpu0:tests/arch/arm/arm_runtime_nmi/arch.arm.interrupt.nmi ‑ tests/arch/arm/arm_runtime_nmi/arch.arm.interrupt.nmi
mps2/an521/cpu0:tests/arch/arm/arm_thread_swap/arch.arm.swap.common ‑ tests/arch/arm/arm_thread_swap/arch.arm.swap.common
mps2/an521/cpu0:tests/arch/arm/arm_thread_swap/arch.arm.swap.common.no_optimizations ‑ tests/arch/arm/arm_thread_swap/arch.arm.swap.common.no_optimizations
mps2/an521/cpu0:tests/arch/common/ramfunc/arch.common.ramfunc ‑ tests/arch/common/ramfunc/arch.common.ramfunc
mps2/an521/cpu0:tests/benchmarks/sys_kernel/benchmark.kernel.core ‑ tests/benchmarks/sys_kernel/benchmark.kernel.core
mps2/an521/cpu0:tests/integration/kernel/integration.kernel ‑ tests/integration/kernel/integration.kernel
mps2/an521/cpu0:tests/kconfig/configdefault/kconfig.configdefault ‑ tests/kconfig/configdefault/kconfig.configdefault
mps2/an521/cpu0:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mps2/an521/cpu0:tests/kernel/common/kernel.common.lto ‑ tests/kernel/common/kernel.common.lto
mps2/an521/cpu0:tests/kernel/common/kernel.common.minimallibc ‑ tests/kernel/common/kernel.common.minimallibc
mps2/an521/cpu0:tests/kernel/common/kernel.common.nano32 ‑ tests/kernel/common/kernel.common.nano32
mps2/an521/cpu0:tests/kernel/common/kernel.common.nano64 ‑ tests/kernel/common/kernel.common.nano64
mps2/an521/cpu0:tests/kernel/common/kernel.common.picolibc ‑ tests/kernel/common/kernel.common.picolibc
mps2/an521/cpu0:tests/kernel/common/kernel.common.tls ‑ tests/kernel/common/kernel.common.tls
mps2/an521/cpu0:tests/kernel/condvar/condvar_api/kernel.condvar ‑ tests/kernel/condvar/condvar_api/kernel.condvar
mps2/an521/cpu0:tests/kernel/context/kernel.context ‑ tests/kernel/context/kernel.context
mps2/an521/cpu0:tests/kernel/context/kernel.context.minimallibc ‑ tests/kernel/context/kernel.context.minimallibc
mps2/an521/cpu0:tests/kernel/early_sleep/kernel.common.sleep ‑ tests/kernel/early_sleep/kernel.common.sleep
mps2/an521/cpu0:tests/kernel/early_sleep/kernel.common.sleep.minimallibc ‑ tests/kernel/early_sleep/kernel.common.sleep.minimallibc
mps2/an521/cpu0:tests/kernel/events/event_api/kernel.events ‑ tests/kernel/events/event_api/kernel.events
mps2/an521/cpu0:tests/kernel/events/sys_event/kernel.events.usage ‑ tests/kernel/events/sys_event/kernel.events.usage
mps2/an521/cpu0:tests/kernel/fatal/exception/kernel.common.stack_protection ‑ tests/kernel/fatal/exception/kernel.common.stack_protection
mps2/an521/cpu0:tests/kernel/fatal/exception/kernel.common.stack_protection_no_userspace ‑ tests/kernel/fatal/exception/kernel.common.stack_protection_no_userspace
mps2/an521/cpu0:tests/kernel/fatal/message_capture/kernel.logging.message_capture ‑ tests/kernel/fatal/message_capture/kernel.logging.message_capture
mps2/an521/cpu0:tests/kernel/fifo/fifo_api/kernel.fifo ‑ tests/kernel/fifo/fifo_api/kernel.fifo
mps2/an521/cpu0:tests/kernel/fifo/fifo_timeout/kernel.fifo.timeout ‑ tests/kernel/fifo/fifo_timeout/kernel.fifo.timeout
mps2/an521/cpu0:tests/kernel/fifo/fifo_usage/kernel.fifo.usage ‑ tests/kernel/fifo/fifo_usage/kernel.fifo.usage
mps2/an521/cpu0:tests/kernel/interrupt/arch.interrupt ‑ tests/kernel/interrupt/arch.interrupt
mps2/an521/cpu0:tests/kernel/interrupt/arch.interrupt.minimallibc ‑ tests/kernel/interrupt/arch.interrupt.minimallibc
mps2/an521/cpu0:tests/kernel/interrupt/arch.shared_interrupt ‑ tests/kernel/interrupt/arch.shared_interrupt
mps2/an521/cpu0:tests/kernel/interrupt/arch.shared_interrupt.lto ‑ tests/kernel/interrupt/arch.shared_interrupt.lto
mps2/an521/cpu0:tests/kernel/lifo/lifo_api/kernel.lifo ‑ tests/kernel/lifo/lifo_api/kernel.lifo
mps2/an521/cpu0:tests/kernel/lifo/lifo_usage/kernel.lifo.usage ‑ tests/kernel/lifo/lifo_usage/kernel.lifo.usage
mps2/an521/cpu0:tests/kernel/mbox/mbox_api/kernel.mailbox.api ‑ tests/kernel/mbox/mbox_api/kernel.mailbox.api
mps2/an521/cpu0:tests/kernel/mbox/mbox_usage/kernel.mailbox.usage ‑ tests/kernel/mbox/mbox_usage/kernel.mailbox.usage
mps2/an521/cpu0:tests/kernel/mem_heap/k_heap_api/kernel.k_heap_api ‑ tests/kernel/mem_heap/k_heap_api/kernel.k_heap_api
mps2/an521/cpu0:tests/kernel/mem_protect/futex/kernel.futex ‑ tests/kernel/mem_protect/futex/kernel.futex
mps2/an521/cpu0:tests/kernel/mem_protect/mem_protect/kernel.memory_protection ‑ tests/kernel/mem_protect/mem_protect/kernel.memory_protection
mps2/an521/cpu0:tests/kernel/mem_protect/obj_validation/kernel.memory_protection.obj_validation ‑ tests/kernel/mem_protect/obj_validation/kernel.memory_protection.obj_validation
mps2/an521/cpu0:tests/kernel/mem_protect/protection/kernel.memory_protection.protection ‑ tests/kernel/mem_protect/protection/kernel.memory_protection.protection
mps2/an521/cpu0:tests/kernel/mem_protect/stack_random/kernel.memory_protection.stack_random ‑ tests/kernel/mem_protect/stack_random/kernel.memory_protection.stack_random
mps2/an521/cpu0:tests/kernel/mem_protect/stackprot/kernel.memory_protection.stackprot ‑ tests/kernel/mem_protect/stackprot/kernel.memory_protection.stackprot
mps2/an521/cpu0:tests/kernel/mem_protect/sys_sem/kernel.memory_protection.sys_sem ‑ tests/kernel/mem_protect/sys_sem/kernel.memory_protection.sys_sem
mps2/an521/cpu0:tests/kernel/mem_protect/sys_sem/kernel.memory_protection.sys_sem.nouser ‑ tests/kernel/mem_protect/sys_sem/kernel.memory_protection.sys_sem.nouser
mps2/an521/cpu0:tests/kernel/mem_protect/syscalls/kernel.memory_protection.syscalls ‑ tests/kernel/mem_protect/syscalls/kernel.memory_protection.syscalls
mps2/an521/cpu0:tests/kernel/mem_protect/userspace/kernel.memory_protection.userspace ‑ tests/kernel/mem_protect/userspace/kernel.memory_protection.userspace
mps2/an521/cpu0:tests/kernel/mem_slab/mslab/kernel.memory_slabs ‑ tests/kernel/mem_slab/mslab/kernel.memory_slabs
mps2/an521/cpu0:tests/kernel/mem_slab/mslab_api/kernel.memory_slabs.api ‑ tests/kernel/mem_slab/mslab_api/kernel.memory_slabs.api
mps2/an521/cpu0:tests/kernel/mem_slab/mslab_concept/kernel.memory_slabs.concept ‑ tests/kernel/mem_slab/mslab_concept/kernel.memory_slabs.concept
mps2/an521/cpu0:tests/kernel/mem_slab/mslab_stats/kernel.memory_slabs.stats ‑ tests/kernel/mem_slab/mslab_stats/kernel.memory_slabs.stats
mps2/an521/cpu0:tests/kernel/mem_slab/mslab_threadsafe/kernel.memory_slabs.threadsafe ‑ tests/kernel/mem_slab/mslab_threadsafe/kernel.memory_slabs.threadsafe
mps2/an521/cpu0:tests/kernel/msgq/msgq_api/kernel.message_queue ‑ tests/kernel/msgq/msgq_api/kernel.message_queue
mps2/an521/cpu0:tests/kernel/msgq/msgq_usage/kernel.message_queue.usage ‑ tests/kernel/msgq/msgq_usage/kernel.message_queue.usage
mps2/an521/cpu0:tests/kernel/mutex/mutex_api/kernel.mutex ‑ tests/kernel/mutex/mutex_api/kernel.mutex
mps2/an521/cpu0:tests/kernel/mutex/mutex_error_case/kernel.mutex.error ‑ tests/kernel/mutex/mutex_error_case/kernel.mutex.error
mps2/an521/cpu0:tests/kernel/mutex/sys_mutex/kernel.mutex.system ‑ tests/kernel/mutex/sys_mutex/kernel.mutex.system
mps2/an521/cpu0:tests/kernel/mutex/sys_mutex/kernel.mutex.system.nouser ‑ tests/kernel/mutex/sys_mutex/kernel.mutex.system.nouser
mps2/an521/cpu0:tests/kernel/obj_tracking/kernel.objects.tracking ‑ tests/kernel/obj_tracking/kernel.objects.tracking
mps2/an521/cpu0:tests/kernel/obj_tracking/kernel.objects.tracking.minimallibc ‑ tests/kernel/obj_tracking/kernel.objects.tracking.minimallibc
mps2/an521/cpu0:tests/kernel/pending/kernel.objects ‑ tests/kernel/pending/kernel.objects
mps2/an521/cpu0:tests/kernel/pending/kernel.objects.minimallibc ‑ tests/kernel/pending/kernel.objects.minimallibc
mps2/an521/cpu0:tests/kernel/pipe/pipe/kernel.pipe ‑ tests/kernel/pipe/pipe/kernel.pipe
mps2/an521/cpu0:tests/kernel/pipe/pipe_api/kernel.pipe.api ‑ tests/kernel/pipe/pipe_api/kernel.pipe.api
mps2/an521/cpu0:tests/kernel/poll/kernel.poll ‑ tests/kernel/poll/kernel.poll
mps2/an521/cpu0:tests/kernel/poll/kernel.poll.minimallibc ‑ tests/kernel/poll/kernel.poll.minimallibc
mps2/an521/cpu0:tests/kernel/profiling/profiling_api/kernel.common.profiling ‑ tests/kernel/profiling/profiling_api/kernel.common.profiling
mps2/an521/cpu0:tests/kernel/queue/kernel.queue ‑ tests/kernel/queue/kernel.queue
mps2/an521/cpu0:tests/kernel/queue/kernel.queue.minimallibc ‑ tests/kernel/queue/kernel.queue.minimallibc
mps2/an521/cpu0:tests/kernel/sched/deadline/kernel.scheduler.deadline ‑ tests/kernel/sched/deadline/kernel.scheduler.deadline
mps2/an521/cpu0:tests/kernel/sched/deadline/kernel.scheduler.deadline.scalable ‑ tests/kernel/sched/deadline/kernel.scheduler.deadline.scalable
mps2/an521/cpu0:tests/kernel/sched/metairq/kernel.scheduler.metairq ‑ tests/kernel/sched/metairq/kernel.scheduler.metairq
mps2/an521/cpu0:tests/kernel/sched/preempt/kernel.scheduler.preempt ‑ tests/kernel/sched/preempt/kernel.scheduler.preempt
mps2/an521/cpu0:tests/kernel/sched/schedule_api/kernel.scheduler ‑ tests/kernel/sched/schedule_api/kernel.scheduler
mps2/an521/cpu0:tests/kernel/sched/schedule_api/kernel.scheduler.dumb_no_timeslicing ‑ tests/kernel/sched/schedule_api/kernel.scheduler.dumb_no_timeslicing
mps2/an521/cpu0:tests/kernel/sched/schedule_api/kernel.scheduler.dumb_timeslicing ‑ tests/kernel/sched/schedule_api/kernel.scheduler.dumb_timeslicing
mps2/an521/cpu0:tests/kernel/sched/schedule_api/kernel.scheduler.multiq ‑ tests/kernel/sched/schedule_api/kernel.scheduler.multiq
mps2/an521/cpu0:tests/kernel/sched/schedule_api/kernel.scheduler.multiq_no_timeslicing ‑ tests/kernel/sched/schedule_api/kernel.scheduler.multiq_no_timeslicing
mps2/an521/cpu0:tests/kernel/sched/schedule_api/kernel.scheduler.no_timeslicing ‑ tests/kernel/sched/schedule_api/kernel.scheduler.no_timeslicing
mps2/an521/cpu0:tests/kernel/sched/schedule_api/kernel.scheduler.slice_perthread ‑ tests/kernel/sched/schedule_api/kernel.scheduler.slice_perthread
mps2/an521/cpu0:tests/kernel/semaphore/semaphore/kernel.semaphore ‑ tests/kernel/semaphore/semaphore/kernel.semaphore
mps2/an521/cpu0:tests/kernel/semaphore/sys_sem/kernel.semaphore.usage ‑ tests/kernel/semaphore/sys_sem/kernel.semaphore.usage
mps2/an521/cpu0:tests/kernel/sleep/kernel.common.timing ‑ tests/kernel/sleep/kernel.common.timing
mps2/an521/cpu0:tests/kernel/sleep/kernel.common.timing.minimallibc ‑ tests/kernel/sleep/kernel.common.timing.minimallibc
mps2/an521/cpu0:tests/kernel/stack/stack/kernel.stack.usage ‑ tests/kernel/stack/stack/kernel.stack.usage
mps2/an521/cpu0:tests/kernel/threads/thread_apis/kernel.threads.apis ‑ tests/kernel/threads/thread_apis/kernel.threads.apis
mps2/an521/cpu0:tests/kernel/threads/thread_init/kernel.threads.init ‑ tests/kernel/threads/thread_init/kernel.threads.init
mps2/an521/cpu0:tests/kernel/threads/thread_stack/kernel.threads.armv8m_mpu_stack_guard ‑ tests/kernel/threads/thread_stack/kernel.threads.armv8m_mpu_stack_guard
mps2/an521/cpu0:tests/kernel/threads/thread_stack/kernel.threads.thread_stack ‑ tests/kernel/threads/thread_stack/kernel.threads.thread_stack
mps2/an521/cpu0:tests/kernel/tickless/tickless_concept/kernel.tickless.concept ‑ tests/kernel/tickless/tickless_concept/kernel.tickless.concept
mps2/an521/cpu0:tests/kernel/workq/user_work/kernel.workqueue.user ‑ tests/kernel/workq/user_work/kernel.workqueue.user
mps2/an521/cpu0:tests/kernel/workq/work/kernel.workqueue.api ‑ tests/kernel/workq/work/kernel.workqueue.api
mps2/an521/cpu0:tests/kernel/workq/work_queue/kernel.workqueue ‑ tests/kernel/workq/work_queue/kernel.workqueue
mps2/an521/cpu0:tests/lib/cmsis_dsp/bayes/libraries.cmsis_dsp.bayes ‑ tests/lib/cmsis_dsp/bayes/libraries.cmsis_dsp.bayes
mps2/an521/cpu0:tests/lib/cmsis_dsp/complexmath/libraries.cmsis_dsp.complexmath ‑ tests/lib/cmsis_dsp/complexmath/libraries.cmsis_dsp.complexmath
mps2/an521/cpu0:tests/lib/cmsis_dsp/distance/libraries.cmsis_dsp.distance ‑ tests/lib/cmsis_dsp/distance/libraries.cmsis_dsp.distance
mps2/an521/cpu0:tests/lib/cmsis_dsp/fastmath/libraries.cmsis_dsp.fastmath ‑ tests/lib/cmsis_dsp/fastmath/libraries.cmsis_dsp.fastmath
mps2/an521/cpu0:tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.biquad ‑ tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.biquad
mps2/an521/cpu0:tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.decim ‑ tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.decim
mps2/an521/cpu0:tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.fir ‑ tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.fir
mps2/an521/cpu0:tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.misc ‑ tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.misc
mps2/an521/cpu0:tests/lib/cmsis_dsp/interpolation/libraries.cmsis_dsp.interpolation ‑ tests/lib/cmsis_dsp/interpolation/libraries.cmsis_dsp.interpolation
mps2/an521/cpu0:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f16 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f16
mps2/an521/cpu0:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f32 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f32
mps2/an521/cpu0:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f64 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f64
mps2/an521/cpu0:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q15 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q15
mps2/an521/cpu0:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q31 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q31
mps2/an521/cpu0:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q7 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q7
mps2/an521/cpu0:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f16 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f16
mps2/an521/cpu0:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f32 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f32
mps2/an521/cpu0:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f64 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f64
mps2/an521/cpu0:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q15 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q15
mps2/an521/cpu0:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q31 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q31
mps2/an521/cpu0:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q7 ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q7
mps2/an521/cpu0:tests/lib/cmsis_dsp/quaternionmath/libraries.cmsis_dsp.quaternionmath ‑ tests/lib/cmsis_dsp/quaternionmath/libraries.cmsis_dsp.quaternionmath
mps2/an521/cpu0:tests/lib/cmsis_dsp/statistics/libraries.cmsis_dsp.statistics ‑ tests/lib/cmsis_dsp/statistics/libraries.cmsis_dsp.statistics
mps2/an521/cpu0:tests/lib/cmsis_dsp/support/libraries.cmsis_dsp.support ‑ tests/lib/cmsis_dsp/support/libraries.cmsis_dsp.support
mps2/an521/cpu0:tests/lib/cmsis_dsp/svm/libraries.cmsis_dsp.svm ‑ tests/lib/cmsis_dsp/svm/libraries.cmsis_dsp.svm
mps2/an521/cpu0:tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.cf32 ‑ tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.cf32
mps2/an521/cpu0:tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.cf64 ‑ tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.cf64
mps2/an521/cpu0:tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.cq15 ‑ tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.cq15
mps2/an521/cpu0:tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.cq31 ‑ tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.cq31
mps2/an521/cpu0:tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.rf32 ‑ tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.rf32
mps2/an521/cpu0:tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.rf64 ‑ tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.rf64
mps2/an521/cpu0:tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.rq15 ‑ tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.rq15
mps2/an521/cpu0:tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.rq31 ‑ tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.rq31
mps2/an521/cpu0:tests/lib/cmsis_nn/libraries.cmsis_nn ‑ tests/lib/cmsis_nn/libraries.cmsis_nn
mps2/an521/cpu0:tests/lib/heap_align/libraries.heap_align ‑ tests/lib/heap_align/libraries.heap_align
mps2/an521/cpu0:tests/lib/lockfree/libraries.lockfree ‑ tests/lib/lockfree/libraries.lockfree
mps2/an521/cpu0:tests/lib/multi_heap/libraries.multi_heap ‑ tests/lib/multi_heap/libraries.multi_heap
mps2/an521/cpu0:tests/lib/newlib/thread_safety/libraries.libc.newlib.thread_safety ‑ tests/lib/newlib/thread_safety/libraries.libc.newlib.thread_safety
mps2/an521/cpu0:tests/lib/newlib/thread_safety/libraries.libc.newlib.thread_safety.stress ‑ tests/lib/newlib/thread_safety/libraries.libc.newlib.thread_safety.stress
mps2/an521/cpu0:tests/lib/newlib/thread_safety/libraries.libc.newlib.thread_safety.userspace ‑ tests/lib/newlib/thread_safety/libraries.libc.newlib.thread_safety.userspace
mps2/an521/cpu0:tests/lib/newlib/thread_safety/libraries.libc.newlib.thread_safety.userspace.stress ‑ tests/lib/newlib/thread_safety/libraries.libc.newlib.thread_safety.userspace.stress
mps2/an521/cpu0:tests/lib/newlib/thread_safety/libraries.libc.newlib_nano.thread_safety ‑ tests/lib/newlib/thread_safety/libraries.libc.newlib_nano.thread_safety
mps2/an521/cpu0:tests/lib/newlib/thread_safety/libraries.libc.newlib_nano.thread_safety.stress ‑ tests/lib/newlib/thread_safety/libraries.libc.newlib_nano.thread_safety.stress
mps2/an521/cpu0:tests/lib/newlib/thread_safety/libraries.libc.newlib_nano.thread_safety.userspace ‑ tests/lib/newlib/thread_safety/libraries.libc.newlib_nano.thread_safety.userspace
mps2/an521/cpu0:tests/lib/newlib/thread_safety/libraries.libc.newlib_nano.thread_safety.userspace.stress ‑ tests/lib/newlib/thread_safety/libraries.libc.newlib_nano.thread_safety.userspace.stress
mps2/an521/cpu0:tests/misc/iterable_sections/linker.iterable_sections ‑ tests/misc/iterable_sections/linker.iterable_sections
mps2/an521/cpu0:tests/posix/common/portability.posix.common.signal.big_nsig ‑ tests/posix/common/portability.posix.common.signal.big_nsig
mps2/an521/cpu0:tests/posix/common/portability.posix.common.signal.strsignal_no_desc ‑ tests/posix/common/portability.posix.common.signal.strsignal_no_desc
mps2/an521/cpu0:tests/subsys/dsp/basicmath/zdsp.basicmath ‑ tests/subsys/dsp/basicmath/zdsp.basicmath
mps2/an521/cpu0:tests/subsys/dsp/print_format/zdsp.print_format ‑ tests/subsys/dsp/print_format/zdsp.print_format
mps2/an521/cpu0:tests/subsys/llext/simple/llext.simple.loader_build ‑ tests/subsys/llext/simple/llext.simple.loader_build
mps2/an521/cpu0:tests/subsys/llext/simple/llext.simple.readonly ‑ tests/subsys/llext/simple/llext.simple.readonly
mps2/an521/cpu0:tests/subsys/llext/simple/llext.simple.readonly_mpu ‑ tests/subsys/llext/simple/llext.simple.readonly_mpu
mps2/an521/cpu0:tests/subsys/llext/simple/llext.simple.writable ‑ tests/subsys/llext/simple/llext.simple.writable
mps2/an521/cpu0:tests/subsys/llext/simple/llext.simple.writable_relocatable ‑ tests/subsys/llext/simple/llext.simple.writable_relocatable
mps2/an521/cpu0:tests/subsys/llext/simple/llext.simple.writable_relocatable_slid_linking ‑ tests/subsys/llext/simple/llext.simple.writable_relocatable_slid_linking
mps2/an521/cpu0:tests/subsys/llext/simple/llext.simple.writable_slid_linking ‑ tests/subsys/llext/simple/llext.simple.writable_slid_linking
mps2/an521/cpu0:tests/subsys/logging/log_syst/logging.mipi_syst.text ‑ tests/subsys/logging/log_syst/logging.mipi_syst.text
mps2/an521/cpu0:tests/subsys/mgmt/mcumgr/os_mgmt_echo/mgmt.mcumgr.os.echo ‑ tests/subsys/mgmt/mcumgr/os_mgmt_echo/mgmt.mcumgr.os.echo
mps2/an521/cpu0:tests/subsys/mgmt/mcumgr/os_mgmt_info/mgmt.mcumgr.os.info ‑ tests/subsys/mgmt/mcumgr/os_mgmt_info/mgmt.mcumgr.os.info
mps2/an521/cpu0:tests/subsys/mgmt/mcumgr/os_mgmt_info/mgmt.mcumgr.os.info.build_date ‑ tests/subsys/mgmt/mcumgr/os_mgmt_info/mgmt.mcumgr.os.info.build_date
mps2/an521/cpu0:tests/subsys/mgmt/mcumgr/os_mgmt_info/mgmt.mcumgr.os.info.limited_size ‑ tests/subsys/mgmt/mcumgr/os_mgmt_info/mgmt.mcumgr.os.info.limited_size
mps2/an521/cpu0:tests/subsys/mgmt/mcumgr/os_mgmt_info/mgmt.mcumgr.os.info.no_hooks ‑ tests/subsys/mgmt/mcumgr/os_mgmt_info/mgmt.mcumgr.os.info.no_hooks
mps2/an521/cpu0:tests/subsys/mgmt/mcumgr/smp_version/mgmt.mcumgr.smp.version ‑ tests/subsys/mgmt/mcumgr/smp_version/mgmt.mcumgr.smp.version
mps2/an521/cpu0:tests/subsys/mgmt/mcumgr/smp_version/mgmt.mcumgr.smp.version_no_legacy ‑ tests/subsys/mgmt/mcumgr/smp_version/mgmt.mcumgr.smp.version_no_legacy
mps2/an521/cpu0:tests/subsys/modem/modem_pipelink/modem.modem_pipelink ‑ tests/subsys/modem/modem_pipelink/modem.modem_pipelink
mps2/an521/cpu0:tests/ztest/error_hook/testing.ztest.error_hook ‑ tests/ztest/error_hook/testing.ztest.error_hook
mps2/an521/cpu0:tests/ztest/error_hook/testing.ztest.error_hook.no_userspace ‑ tests/ztest/error_hook/testing.ztest.error_hook.no_userspace
mps2/an521/cpu0:tests/ztest/summary/testing.ztest.summary.shared_unit_test ‑ tests/ztest/summary/testing.ztest.summary.shared_unit_test
mps2/an521/cpu1:tests/arch/arm/arm_custom_interrupt/arch.arm.custom_interrupt ‑ tests/arch/arm/arm_custom_interrupt/arch.arm.custom_interrupt
mps2/an521/cpu1:tests/arch/arm/arm_hardfault_validation/arch.arm.interrupt.hardfault_validation ‑ tests/arch/arm/arm_hardfault_validation/arch.arm.interrupt.hardfault_validation
mps2/an521/cpu1:tests/arch/arm/arm_interrupt/arch.arm.interrupt ‑ tests/arch/arm/arm_interrupt/arch.arm.interrupt
mps2/an521/cpu1:tests/arch/arm/arm_interrupt/arch.arm.interrupt.extra_exception_info ‑ tests/arch/arm/arm_interrupt/arch.arm.interrupt.extra_exception_info
mps2/an521/cpu1:tests/arch/arm/arm_interrupt/arch.arm.interrupt.no_optimizations ‑ tests/arch/arm/arm_interrupt/arch.arm.interrupt.no_optimizations
mps2/an521/cpu1:tests/arch/arm/arm_irq_advanced_features/arch.arm.irq_advanced_features ‑ tests/arch/arm/arm_irq_advanced_features/arch.arm.irq_advanced_features
mps2/an521/cpu1:tests/arch/arm/arm_irq_vector_table/arch.arm.irq_vector_table ‑ tests/arch/arm/arm_irq_vector_table/arch.arm.irq_vector_table
mps2/an521/cpu1:tests/arch/arm/arm_irq_zero_latency_levels/arch.arm.irq_zero_latency_levels ‑ tests/arch/arm/arm_irq_zero_latency_levels/arch.arm.irq_zero_latency_levels
mps2/an521/cpu1:tests/arch/arm/arm_runtime_nmi/arch.arm.interrupt.nmi ‑ tests/arch/arm/arm_runtime_nmi/arch.arm.interrupt.nmi
mps2/an521/cpu1:tests/arch/arm/arm_thread_swap/arch.arm.swap.common ‑ tests/arch/arm/arm_thread_swap/arch.arm.swap.common
mps2/an521/cpu1:tests/arch/arm/arm_thread_swap/arch.arm.swap.common.fpu_sharing ‑ tests/arch/arm/arm_thread_swap/arch.arm.swap.common.fpu_sharing
mps2/an521/cpu1:tests/arch/arm/arm_thread_swap/arch.arm.swap.common.fpu_sharing.no_optimizations ‑ tests/arch/arm/arm_thread_swap/arch.arm.swap.common.fpu_sharing.no_optimizations
mps2/an521/cpu1:tests/arch/arm/arm_thread_swap/arch.arm.swap.common.no_optimizations ‑ tests/arch/arm/arm_thread_swap/arch.arm.swap.common.no_optimizations
mps2/an521/cpu1:tests/arch/common/ramfunc/arch.common.ramfunc ‑ tests/arch/common/ramfunc/arch.common.ramfunc
mps2/an521/cpu1:tests/kernel/fpu_sharing/float_disable/kernel.fpu_sharing.float_disable ‑ tests/kernel/fpu_sharing/float_disable/kernel.fpu_sharing.float_disable
mps2/an521/cpu1:tests/kernel/fpu_sharing/generic/kernel.fpu_sharing.generic.arm ‑ tests/kernel/fpu_sharing/generic/kernel.fpu_sharing.generic.arm
mps2/an521/cpu1:tests/lib/cmsis_dsp/bayes/libraries.cmsis_dsp.bayes.fpu ‑ tests/lib/cmsis_dsp/bayes/libraries.cmsis_dsp.bayes.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/complexmath/libraries.cmsis_dsp.complexmath.fpu ‑ tests/lib/cmsis_dsp/complexmath/libraries.cmsis_dsp.complexmath.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/distance/libraries.cmsis_dsp.distance.fpu ‑ tests/lib/cmsis_dsp/distance/libraries.cmsis_dsp.distance.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/fastmath/libraries.cmsis_dsp.fastmath.fpu ‑ tests/lib/cmsis_dsp/fastmath/libraries.cmsis_dsp.fastmath.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.biquad.fpu ‑ tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.biquad.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.decim.fpu ‑ tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.decim.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.fir.fpu ‑ tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.fir.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.misc.fpu ‑ tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.misc.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/interpolation/libraries.cmsis_dsp.interpolation.fpu ‑ tests/lib/cmsis_dsp/interpolation/libraries.cmsis_dsp.interpolation.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f16.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f16.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f32.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f32.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f64.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f64.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q15.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q15.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q31.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q31.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q7.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q7.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f16.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f16.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f32.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f32.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f64.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f64.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q15.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q15.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q31.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q31.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q7.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q7.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/quaternionmath/libraries.cmsis_dsp.quaternionmath.fpu ‑ tests/lib/cmsis_dsp/quaternionmath/libraries.cmsis_dsp.quaternionmath.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/statistics/libraries.cmsis_dsp.statistics.fpu ‑ tests/lib/cmsis_dsp/statistics/libraries.cmsis_dsp.statistics.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/support/libraries.cmsis_dsp.support.fpu ‑ tests/lib/cmsis_dsp/support/libraries.cmsis_dsp.support.fpu
mps2/an521/cpu1:tests/lib/cmsis_dsp/svm/libraries.cmsis_dsp.svm.fpu ‑ tests/lib/cmsis_dsp/svm/libraries.cmsis_dsp.svm.fpu
mps2/an521/cpu1:tests/subsys/dsp/basicmath/zdsp.basicmath.fpu ‑ tests/subsys/dsp/basicmath/zdsp.basicmath.fpu
mps3/an547:samples/modules/tflite-micro/hello_world/sample.tensorflow.helloworld.cmsis_nn ‑ samples/modules/tflite-micro/hello_world/sample.tensorflow.helloworld.cmsis_nn
mps3/an547:samples/modules/tflite-micro/tflm_ethosu/sample.drivers.tflm_ethosu ‑ samples/modules/tflite-micro/tflm_ethosu/sample.drivers.tflm_ethosu
mps3/an547:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mps3/an547:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
mps3/an547:tests/kernel/mem_protect/mem_protect/kernel.memory_protection.gap_filling.arm ‑ tests/kernel/mem_protect/mem_protect/kernel.memory_protection.gap_filling.arm
mps3/an547:tests/kernel/mem_protect/userspace/kernel.memory_protection.userspace.gap_filling.arm ‑ tests/kernel/mem_protect/userspace/kernel.memory_protection.userspace.gap_filling.arm
mps3/an547:tests/lib/cmsis_dsp/bayes/libraries.cmsis_dsp.bayes.fpu ‑ tests/lib/cmsis_dsp/bayes/libraries.cmsis_dsp.bayes.fpu
mps3/an547:tests/lib/cmsis_dsp/complexmath/libraries.cmsis_dsp.complexmath.fpu ‑ tests/lib/cmsis_dsp/complexmath/libraries.cmsis_dsp.complexmath.fpu
mps3/an547:tests/lib/cmsis_dsp/distance/libraries.cmsis_dsp.distance.fpu ‑ tests/lib/cmsis_dsp/distance/libraries.cmsis_dsp.distance.fpu
mps3/an547:tests/lib/cmsis_dsp/fastmath/libraries.cmsis_dsp.fastmath.fpu ‑ tests/lib/cmsis_dsp/fastmath/libraries.cmsis_dsp.fastmath.fpu
mps3/an547:tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.biquad.fpu ‑ tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.biquad.fpu
mps3/an547:tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.decim.fpu ‑ tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.decim.fpu
mps3/an547:tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.fir.fpu ‑ tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.fir.fpu
mps3/an547:tests/lib/cmsis_dsp/interpolation/libraries.cmsis_dsp.interpolation.fpu ‑ tests/lib/cmsis_dsp/interpolation/libraries.cmsis_dsp.interpolation.fpu
mps3/an547:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f16.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f16.fpu
mps3/an547:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f32.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f32.fpu
mps3/an547:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f64.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_f64.fpu
mps3/an547:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q15.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q15.fpu
mps3/an547:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q31.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q31.fpu
mps3/an547:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q7.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.binary_q7.fpu
mps3/an547:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f16.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f16.fpu
mps3/an547:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f32.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f32.fpu
mps3/an547:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f64.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_f64.fpu
mps3/an547:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q15.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q15.fpu
mps3/an547:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q31.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q31.fpu
mps3/an547:tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q7.fpu ‑ tests/lib/cmsis_dsp/matrix/libraries.cmsis_dsp.matrix.unary_q7.fpu
mps3/an547:tests/lib/cmsis_dsp/quaternionmath/libraries.cmsis_dsp.quaternionmath.fpu ‑ tests/lib/cmsis_dsp/quaternionmath/libraries.cmsis_dsp.quaternionmath.fpu
mps3/an547:tests/lib/cmsis_dsp/statistics/libraries.cmsis_dsp.statistics.fpu ‑ tests/lib/cmsis_dsp/statistics/libraries.cmsis_dsp.statistics.fpu
mps3/an547:tests/lib/cmsis_dsp/support/libraries.cmsis_dsp.support.fpu ‑ tests/lib/cmsis_dsp/support/libraries.cmsis_dsp.support.fpu
mps3/an547:tests/lib/cmsis_dsp/svm/libraries.cmsis_dsp.svm.fpu ‑ tests/lib/cmsis_dsp/svm/libraries.cmsis_dsp.svm.fpu
mps3/an547:tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.cq15.fpu ‑ tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.cq15.fpu
mps3/an547:tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.rf32.fpu ‑ tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.rf32.fpu
mps3/an547:tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.rq15.fpu ‑ tests/lib/cmsis_dsp/transform/libraries.cmsis_dsp.transform.rq15.fpu
mps3/an547:tests/subsys/dsp/basicmath/zdsp.basicmath.fpu ‑ tests/subsys/dsp/basicmath/zdsp.basicmath.fpu
Check notice on line 0 in .github
github-actions / Unit Test Results
3539 tests found (test 1500 to 1929)
There are 3539 tests, see "Raw output" for the list of tests 1500 to 1929.
Raw output
mr_canhubk3:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
mr_canhubk3:tests/drivers/flash/common/drivers.flash.common.mr_canhubk3_sfdp_runtime ‑ tests/drivers/flash/common/drivers.flash.common.mr_canhubk3_sfdp_runtime
mr_canhubk3:tests/drivers/gpio/gpio_basic_api/drivers.gpio.mr_canhubk3_wkpu ‑ tests/drivers/gpio/gpio_basic_api/drivers.gpio.mr_canhubk3_wkpu
mr_canhubk3:tests/drivers/watchdog/wdt_basic_api/drivers.watchdog.nxp_s32 ‑ tests/drivers/watchdog/wdt_basic_api/drivers.watchdog.nxp_s32
mr_canhubk3:tests/drivers/watchdog/wdt_basic_reset_none/drivers.watchdog.reset_none ‑ tests/drivers/watchdog/wdt_basic_reset_none/drivers.watchdog.reset_none
mr_canhubk3:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
msp_exp432p401r_launchxl:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
msp_exp432p401r_launchxl:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
npcx4m8f_evb:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
npcx4m8f_evb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
npcx7m6fb_evb:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
npcx7m6fb_evb:tests/drivers/build_all/adc/drivers.adc.npcx.build ‑ tests/drivers/build_all/adc/drivers.adc.npcx.build
npcx7m6fb_evb:tests/drivers/build_all/pwm/drivers.pwm.npcx.build ‑ tests/drivers/build_all/pwm/drivers.pwm.npcx.build
npcx7m6fb_evb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
npcx9m6f_evb:samples/drivers/peci/sample.drivers.peci ‑ samples/drivers/peci/sample.drivers.peci
npcx9m6f_evb:samples/sensor/adc_cmp_npcx/sample.sensor.adc_cmp ‑ samples/sensor/adc_cmp_npcx/sample.sensor.adc_cmp
npcx9m6f_evb:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
npcx9m6f_evb:tests/drivers/bbram/drivers.bbram.npcx ‑ tests/drivers/bbram/drivers.bbram.npcx
npcx9m6f_evb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf21540dk/nrf52840:samples/bluetooth/central_otc/sample.bluetooth.central_otc ‑ samples/bluetooth/central_otc/sample.bluetooth.central_otc
nrf21540dk/nrf52840:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf21540dk/nrf52840:tests/drivers/build_all/adc/drivers.adc.nrf.saadc.build ‑ tests/drivers/build_all/adc/drivers.adc.nrf.saadc.build
nrf21540dk/nrf52840:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf51_ble400:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf51_ble400:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf51_blenano:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf51_vbluno51:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf51_vbluno51:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf51dk/nrf51822:samples/basic/fade_led/sample.basic.fade_led ‑ samples/basic/fade_led/sample.basic.fade_led
nrf51dk/nrf51822:samples/bluetooth/beacon/sample.bluetooth.beacon ‑ samples/bluetooth/beacon/sample.bluetooth.beacon
nrf51dk/nrf51822:samples/bluetooth/hci_spi/sample.bluetooth.hci_spi ‑ samples/bluetooth/hci_spi/sample.bluetooth.hci_spi
nrf51dk/nrf51822:samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr ‑ samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr
nrf51dk/nrf51822:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf51dk/nrf51822:tests/bluetooth/adv/bluetooth.adv ‑ tests/bluetooth/adv/bluetooth.adv
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr ‑ tests/bluetooth/init/bluetooth.init.test_ctlr
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_4_0 ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_4_0
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_4_0_dbg ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_4_0_dbg
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_broadcaster ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_broadcaster
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_broadcaster_ext ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_broadcaster_ext
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_central ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_central
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_central_ext ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_central_ext
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_central_ext_priv ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_central_ext_priv
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_central_iso ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_central_iso
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_central_priv ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_central_priv
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_oberver_ext ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_oberver_ext
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_observer ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_observer
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_per_adv ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_per_adv
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_per_adv_no_adi ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_per_adv_no_adi
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_per_sync ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_per_sync
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_per_sync_no_adi ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_per_sync_no_adi
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_per_sync_no_filter ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_per_sync_no_filter
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_ext ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_ext
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_ext_priv ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_ext_priv
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_iso ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_iso
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_priv ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_priv
nrf51dk/nrf51822:tests/bluetooth/init/bluetooth.init.test_ctlr_tiny ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_tiny
nrf51dk/nrf51822:tests/drivers/build_all/adc/drivers.adc.nrf.build ‑ tests/drivers/build_all/adc/drivers.adc.nrf.build
nrf51dk/nrf51822:tests/drivers/build_all/pwm/drivers.pwm.nrf.sw.build ‑ tests/drivers/build_all/pwm/drivers.pwm.nrf.sw.build
nrf51dk/nrf51822:tests/drivers/clock_control/clock_control_api/drivers.clock.clock_control_nrf5 ‑ tests/drivers/clock_control/clock_control_api/drivers.clock.clock_control_nrf5
nrf51dk/nrf51822:tests/drivers/clock_control/clock_control_api/drivers.clock.clock_control_nrf5_lfclk_rc ‑ tests/drivers/clock_control/clock_control_api/drivers.clock.clock_control_nrf5_lfclk_rc
nrf51dk/nrf51822:tests/drivers/clock_control/nrf_clock_calibration/drivers.clock.nrf5_clock_calibration ‑ tests/drivers/clock_control/nrf_clock_calibration/drivers.clock.nrf5_clock_calibration
nrf51dk/nrf51822:tests/drivers/clock_control/nrf_lf_clock_start/drivers.clock.nrf_lf_clock_start_rc_available ‑ tests/drivers/clock_control/nrf_lf_clock_start/drivers.clock.nrf_lf_clock_start_rc_available
nrf51dk/nrf51822:tests/drivers/clock_control/nrf_lf_clock_start/drivers.clock.nrf_lf_clock_start_rc_no_wait ‑ tests/drivers/clock_control/nrf_lf_clock_start/drivers.clock.nrf_lf_clock_start_rc_no_wait
nrf51dk/nrf51822:tests/drivers/clock_control/nrf_lf_clock_start/drivers.clock.nrf_lf_clock_start_rc_stable ‑ tests/drivers/clock_control/nrf_lf_clock_start/drivers.clock.nrf_lf_clock_start_rc_stable
nrf51dk/nrf51822:tests/drivers/clock_control/nrf_lf_clock_start/drivers.clock.nrf_lf_clock_start_synth_available ‑ tests/drivers/clock_control/nrf_lf_clock_start/drivers.clock.nrf_lf_clock_start_synth_available
nrf51dk/nrf51822:tests/drivers/clock_control/nrf_lf_clock_start/drivers.clock.nrf_lf_clock_start_synth_no_wait ‑ tests/drivers/clock_control/nrf_lf_clock_start/drivers.clock.nrf_lf_clock_start_synth_no_wait
nrf51dk/nrf51822:tests/drivers/clock_control/nrf_lf_clock_start/drivers.clock.nrf_lf_clock_start_synth_stable ‑ tests/drivers/clock_control/nrf_lf_clock_start/drivers.clock.nrf_lf_clock_start_synth_stable
nrf51dk/nrf51822:tests/drivers/clock_control/nrf_lf_clock_start/drivers.clock.nrf_lf_clock_start_xtal_available ‑ tests/drivers/clock_control/nrf_lf_clock_start/drivers.clock.nrf_lf_clock_start_xtal_available
nrf51dk/nrf51822:tests/drivers/clock_control/nrf_lf_clock_start/drivers.clock.nrf_lf_clock_start_xtal_no_wait ‑ tests/drivers/clock_control/nrf_lf_clock_start/drivers.clock.nrf_lf_clock_start_xtal_no_wait
nrf51dk/nrf51822:tests/drivers/clock_control/nrf_lf_clock_start/drivers.clock.nrf_lf_clock_start_xtal_stable ‑ tests/drivers/clock_control/nrf_lf_clock_start/drivers.clock.nrf_lf_clock_start_xtal_stable
nrf51dk/nrf51822:tests/drivers/clock_control/nrf_onoff_and_bt/drivers.clock.nrf_onoff_and_bt ‑ tests/drivers/clock_control/nrf_onoff_and_bt/drivers.clock.nrf_onoff_and_bt
nrf51dk/nrf51822:tests/drivers/clock_control/onoff/drivers.clock.clock_control_onoff ‑ tests/drivers/clock_control/onoff/drivers.clock.clock_control_onoff
nrf51dk/nrf51822:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf51dk/nrf51822:tests/misc/test_build/bootloader.mcuboot.build ‑ tests/misc/test_build/bootloader.mcuboot.build
nrf51dongle/nrf51822:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf51dongle/nrf51822:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf52832_mdk:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf52832_mdk:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf52833dk/nrf52820:samples/basic/button/sample.basic.button ‑ samples/basic/button/sample.basic.button
nrf52833dk/nrf52820:samples/basic/threads/sample.basic.threads ‑ samples/basic/threads/sample.basic.threads
nrf52833dk/nrf52820:samples/bluetooth/direction_finding_central/sample.bluetooth.direction_finding.central ‑ samples/bluetooth/direction_finding_central/sample.bluetooth.direction_finding.central
nrf52833dk/nrf52820:samples/bluetooth/direction_finding_central/sample.bluetooth.direction_finding.central.aod ‑ samples/bluetooth/direction_finding_central/sample.bluetooth.direction_finding.central.aod
nrf52833dk/nrf52820:samples/bluetooth/direction_finding_connectionless_rx/sample.bluetooth.direction_finding_connectionless_rx ‑ samples/bluetooth/direction_finding_connectionless_rx/sample.bluetooth.direction_finding_connectionless_rx
nrf52833dk/nrf52820:samples/bluetooth/direction_finding_connectionless_rx/sample.bluetooth.direction_finding_connectionless_rx.aod ‑ samples/bluetooth/direction_finding_connectionless_rx/sample.bluetooth.direction_finding_connectionless_rx.aod
nrf52833dk/nrf52820:samples/bluetooth/direction_finding_connectionless_tx/sample.bluetooth.direction_finding_connectionless ‑ samples/bluetooth/direction_finding_connectionless_tx/sample.bluetooth.direction_finding_connectionless
nrf52833dk/nrf52820:samples/bluetooth/direction_finding_connectionless_tx/sample.bluetooth.direction_finding_connectionless.aoa ‑ samples/bluetooth/direction_finding_connectionless_tx/sample.bluetooth.direction_finding_connectionless.aoa
nrf52833dk/nrf52820:samples/bluetooth/direction_finding_peripheral/sample.bluetooth.direction_finding.peripheral ‑ samples/bluetooth/direction_finding_peripheral/sample.bluetooth.direction_finding.peripheral
nrf52833dk/nrf52820:samples/bluetooth/direction_finding_peripheral/sample.bluetooth.direction_finding.peripheral.aod ‑ samples/bluetooth/direction_finding_peripheral/sample.bluetooth.direction_finding.peripheral.aod
nrf52833dk/nrf52820:samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.cdc ‑ samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.cdc
nrf52833dk/nrf52820:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf52833dk/nrf52820:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf52833dk/nrf52833:samples/bluetooth/bap_broadcast_sink/sample.bluetooth.bap_broadcast_sink.bt_ll_sw_split ‑ samples/bluetooth/bap_broadcast_sink/sample.bluetooth.bap_broadcast_sink.bt_ll_sw_split
nrf52833dk/nrf52833:samples/bluetooth/bap_broadcast_source/sample.bluetooth.bap_broadcast_source.bt_ll_sw_split ‑ samples/bluetooth/bap_broadcast_source/sample.bluetooth.bap_broadcast_source.bt_ll_sw_split
nrf52833dk/nrf52833:samples/bluetooth/cap_acceptor/sample.bluetooth.cap_acceptor.bt_ll_sw_split ‑ samples/bluetooth/cap_acceptor/sample.bluetooth.cap_acceptor.bt_ll_sw_split
nrf52833dk/nrf52833:samples/bluetooth/cap_initiator/sample.bluetooth.cap_initiator.bt_ll_sw_split ‑ samples/bluetooth/cap_initiator/sample.bluetooth.cap_initiator.bt_ll_sw_split
nrf52833dk/nrf52833:samples/bluetooth/central_iso/sample.bluetooth.central_iso.bt_ll_sw_split ‑ samples/bluetooth/central_iso/sample.bluetooth.central_iso.bt_ll_sw_split
nrf52833dk/nrf52833:samples/bluetooth/direction_finding_central/sample.bluetooth.direction_finding.central ‑ samples/bluetooth/direction_finding_central/sample.bluetooth.direction_finding.central
nrf52833dk/nrf52833:samples/bluetooth/direction_finding_central/sample.bluetooth.direction_finding.central.aod ‑ samples/bluetooth/direction_finding_central/sample.bluetooth.direction_finding.central.aod
nrf52833dk/nrf52833:samples/bluetooth/direction_finding_connectionless_rx/sample.bluetooth.direction_finding_connectionless_rx ‑ samples/bluetooth/direction_finding_connectionless_rx/sample.bluetooth.direction_finding_connectionless_rx
nrf52833dk/nrf52833:samples/bluetooth/direction_finding_connectionless_rx/sample.bluetooth.direction_finding_connectionless_rx.aod ‑ samples/bluetooth/direction_finding_connectionless_rx/sample.bluetooth.direction_finding_connectionless_rx.aod
nrf52833dk/nrf52833:samples/bluetooth/direction_finding_connectionless_tx/sample.bluetooth.direction_finding_connectionless ‑ samples/bluetooth/direction_finding_connectionless_tx/sample.bluetooth.direction_finding_connectionless
nrf52833dk/nrf52833:samples/bluetooth/direction_finding_connectionless_tx/sample.bluetooth.direction_finding_connectionless.aoa ‑ samples/bluetooth/direction_finding_connectionless_tx/sample.bluetooth.direction_finding_connectionless.aoa
nrf52833dk/nrf52833:samples/bluetooth/direction_finding_peripheral/sample.bluetooth.direction_finding.peripheral ‑ samples/bluetooth/direction_finding_peripheral/sample.bluetooth.direction_finding.peripheral
nrf52833dk/nrf52833:samples/bluetooth/direction_finding_peripheral/sample.bluetooth.direction_finding.peripheral.aod ‑ samples/bluetooth/direction_finding_peripheral/sample.bluetooth.direction_finding.peripheral.aod
nrf52833dk/nrf52833:samples/bluetooth/hci_uart/sample.bluetooth.hci_uart.nrf52833.all ‑ samples/bluetooth/hci_uart/sample.bluetooth.hci_uart.nrf52833.all
nrf52833dk/nrf52833:samples/bluetooth/hci_uart/sample.bluetooth.hci_uart.nrf52833.df ‑ samples/bluetooth/hci_uart/sample.bluetooth.hci_uart.nrf52833.df
nrf52833dk/nrf52833:samples/bluetooth/hci_uart/sample.bluetooth.hci_uart.nrf52833.df.iq_report ‑ samples/bluetooth/hci_uart/sample.bluetooth.hci_uart.nrf52833.df.iq_report
nrf52833dk/nrf52833:samples/bluetooth/hci_uart_3wire/sample.bluetooth.hci_uart_3wire.nrf52833.all ‑ samples/bluetooth/hci_uart_3wire/sample.bluetooth.hci_uart_3wire.nrf52833.all
nrf52833dk/nrf52833:samples/bluetooth/hci_uart_3wire/sample.bluetooth.hci_uart_3wire.nrf52833.df ‑ samples/bluetooth/hci_uart_3wire/sample.bluetooth.hci_uart_3wire.nrf52833.df
nrf52833dk/nrf52833:samples/bluetooth/hci_uart_3wire/sample.bluetooth.hci_uart_3wire.nrf52833.df.iq_report ‑ samples/bluetooth/hci_uart_3wire/sample.bluetooth.hci_uart_3wire.nrf52833.df.iq_report
nrf52833dk/nrf52833:samples/bluetooth/iso_broadcast/sample.bluetooth.iso_broadcast.bt_ll_sw_split ‑ samples/bluetooth/iso_broadcast/sample.bluetooth.iso_broadcast.bt_ll_sw_split
nrf52833dk/nrf52833:samples/bluetooth/pbp_public_broadcast_sink/sample.bluetooth.pbp_public_broadcast_sink.bt_ll_sw_split ‑ samples/bluetooth/pbp_public_broadcast_sink/sample.bluetooth.pbp_public_broadcast_sink.bt_ll_sw_split
nrf52833dk/nrf52833:samples/bluetooth/pbp_public_broadcast_source/sample.bluetooth.pbp_public_broadcast_source.bt_ll_sw_split ‑ samples/bluetooth/pbp_public_broadcast_source/sample.bluetooth.pbp_public_broadcast_source.bt_ll_sw_split
nrf52833dk/nrf52833:samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.cdc ‑ samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.cdc
nrf52833dk/nrf52833:samples/subsys/shell/shell_module/sample.shell.shell_module.minimal_rtt ‑ samples/subsys/shell/shell_module/sample.shell.shell_module.minimal_rtt
nrf52833dk/nrf52833:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf52833dk/nrf52833:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf52840_blip:samples/subsys/fs/fs_sample/sample.filesystem.fat_fs.overlay ‑ samples/subsys/fs/fs_sample/sample.filesystem.fat_fs.overlay
nrf52840_blip:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf52840_blip:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf52840_mdk:samples/basic/rgb_led/sample.basic.rgb_led ‑ samples/basic/rgb_led/sample.basic.rgb_led
nrf52840_mdk:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf52840_mdk:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf52840_mdk_usb_dongle:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf52840_mdk_usb_dongle:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf52840_papyr:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf52840_papyr:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf52840dk/nrf52811:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf52840dk/nrf52840:samples/bluetooth/bap_broadcast_assistant/sample.bluetooth.bap_broadcast_assistant ‑ samples/bluetooth/bap_broadcast_assistant/sample.bluetooth.bap_broadcast_assistant
nrf52840dk/nrf52840:samples/bluetooth/beacon/sample.bluetooth.beacon-coex ‑ samples/bluetooth/beacon/sample.bluetooth.beacon-coex
nrf52840dk/nrf52840:samples/bluetooth/cap_acceptor/sample.bluetooth.cap_acceptor.bt_ll_sw_split ‑ samples/bluetooth/cap_acceptor/sample.bluetooth.cap_acceptor.bt_ll_sw_split
nrf52840dk/nrf52840:samples/bluetooth/cap_initiator/sample.bluetooth.cap_initiator.bt_ll_sw_split ‑ samples/bluetooth/cap_initiator/sample.bluetooth.cap_initiator.bt_ll_sw_split
nrf52840dk/nrf52840:samples/bluetooth/central_hr/sample.bluetooth.central_hr.bt_ll_sw_split.extended ‑ samples/bluetooth/central_hr/sample.bluetooth.central_hr.bt_ll_sw_split.extended
nrf52840dk/nrf52840:samples/bluetooth/central_hr/sample.bluetooth.central_hr.bt_ll_sw_split.phy_coded ‑ samples/bluetooth/central_hr/sample.bluetooth.central_hr.bt_ll_sw_split.phy_coded
nrf52840dk/nrf52840:samples/bluetooth/encrypted_advertising/central/sample.bluetooth.central_ead ‑ samples/bluetooth/encrypted_advertising/central/sample.bluetooth.central_ead
nrf52840dk/nrf52840:samples/bluetooth/encrypted_advertising/peripheral/sample.bluetooth.peripheral_ead ‑ samples/bluetooth/encrypted_advertising/peripheral/sample.bluetooth.peripheral_ead
nrf52840dk/nrf52840:samples/bluetooth/extended_adv/advertiser/sample.bluetooth.extended_advertising.advertiser ‑ samples/bluetooth/extended_adv/advertiser/sample.bluetooth.extended_advertising.advertiser
nrf52840dk/nrf52840:samples/bluetooth/extended_adv/scanner/sample.bluetooth.extended_advertising.scanner ‑ samples/bluetooth/extended_adv/scanner/sample.bluetooth.extended_advertising.scanner
nrf52840dk/nrf52840:samples/bluetooth/hci_usb/sample.bluetooth.hci_usb.device_next ‑ samples/bluetooth/hci_usb/sample.bluetooth.hci_usb.device_next
nrf52840dk/nrf52840:samples/bluetooth/iso_broadcast_benchmark/sample.bluetooth.iso_broadcast_benchmark ‑ samples/bluetooth/iso_broadcast_benchmark/sample.bluetooth.iso_broadcast_benchmark
nrf52840dk/nrf52840:samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr ‑ samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr
nrf52840dk/nrf52840:samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr.bt_ll_sw_split.extended ‑ samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr.bt_ll_sw_split.extended
nrf52840dk/nrf52840:samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr.bt_ll_sw_split.phy_coded ‑ samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr.bt_ll_sw_split.phy_coded
nrf52840dk/nrf52840:samples/boards/nrf/clock_skew/sample.boards.nrf.clock_skew ‑ samples/boards/nrf/clock_skew/sample.boards.nrf.clock_skew
nrf52840dk/nrf52840:samples/boards/nrf/dynamic_pinctrl/sample.boards.nrf.dynamic_pinctrl ‑ samples/boards/nrf/dynamic_pinctrl/sample.boards.nrf.dynamic_pinctrl
nrf52840dk/nrf52840:samples/boards/nrf/mesh/onoff-app/sample.bluetooth.mesh.onoff ‑ samples/boards/nrf/mesh/onoff-app/sample.bluetooth.mesh.onoff
nrf52840dk/nrf52840:samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/sample.bluetooth.mesh.onoff_level_lighting_vnd ‑ samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/sample.bluetooth.mesh.onoff_level_lighting_vnd
nrf52840dk/nrf52840:samples/boards/nrf/nrfx/sample.boards.nrf.nrfx ‑ samples/boards/nrf/nrfx/sample.boards.nrf.nrfx
nrf52840dk/nrf52840:samples/boards/nrf/system_off/sample.boards.nrf.system_off ‑ samples/boards/nrf/system_off/sample.boards.nrf.system_off
nrf52840dk/nrf52840:samples/boards/nrf/system_off/sample.boards.nrf.system_off.retained ‑ samples/boards/nrf/system_off/sample.boards.nrf.system_off.retained
nrf52840dk/nrf52840:samples/drivers/adc/adc_dt/sample.drivers.adc.adc_dt ‑ samples/drivers/adc/adc_dt/sample.drivers.adc.adc_dt
nrf52840dk/nrf52840:samples/drivers/adc/adc_sequence/sample.drivers.adc.adc_sequence ‑ samples/drivers/adc/adc_sequence/sample.drivers.adc.adc_sequence
nrf52840dk/nrf52840:samples/drivers/audio/dmic/sample.drivers.audio.dmic ‑ samples/drivers/audio/dmic/sample.drivers.audio.dmic
nrf52840dk/nrf52840:samples/drivers/display/sample.display.max7219 ‑ samples/drivers/display/sample.display.max7219
nrf52840dk/nrf52840:samples/drivers/display/sample.display.shield.ssd1306_128x32 ‑ samples/drivers/display/sample.display.shield.ssd1306_128x32
nrf52840dk/nrf52840:samples/drivers/display/sample.display.shield.ssd1306_128x64 ‑ samples/drivers/display/sample.display.shield.ssd1306_128x64
nrf52840dk/nrf52840:samples/drivers/display/sample.display.shield.waveshare_epaper_gdeh0213b1 ‑ samples/drivers/display/sample.display.shield.waveshare_epaper_gdeh0213b1
nrf52840dk/nrf52840:samples/drivers/display/sample.display.shield.waveshare_epaper_gdew042t2 ‑ samples/drivers/display/sample.display.shield.waveshare_epaper_gdew042t2
nrf52840dk/nrf52840:samples/drivers/ht16k33/sample.drivers.ht16k33 ‑ samples/drivers/ht16k33/sample.drivers.ht16k33
nrf52840dk/nrf52840:samples/drivers/i2s/echo/sample.drivers.i2s.echo ‑ samples/drivers/i2s/echo/sample.drivers.i2s.echo
nrf52840dk/nrf52840:samples/drivers/jesd216/sample.drivers.jesd216.nrf52840dk_spi ‑ samples/drivers/jesd216/sample.drivers.jesd216.nrf52840dk_spi
nrf52840dk/nrf52840:samples/drivers/led_lp5562/sample.drivers.led.lp5562 ‑ samples/drivers/led_lp5562/sample.drivers.led.lp5562
nrf52840dk/nrf52840:samples/drivers/led_lp5569/sample.drivers.led.lp5569 ‑ samples/drivers/led_lp5569/sample.drivers.led.lp5569
nrf52840dk/nrf52840:samples/drivers/misc/ft800/sample.display.ft800 ‑ samples/drivers/misc/ft800/sample.display.ft800
nrf52840dk/nrf52840:samples/drivers/spi_bitbang/sample.drivers.spi.bitbang ‑ samples/drivers/spi_bitbang/sample.drivers.spi.bitbang
nrf52840dk/nrf52840:samples/drivers/w1/scanner/sample.drivers.w1.scanner.ds2482-800 ‑ samples/drivers/w1/scanner/sample.drivers.w1.scanner.ds2482-800
nrf52840dk/nrf52840:samples/drivers/w1/scanner/sample.drivers.w1.scanner.ds2484 ‑ samples/drivers/w1/scanner/sample.drivers.w1.scanner.ds2484
nrf52840dk/nrf52840:samples/drivers/w1/scanner/samples.drivers.w1.scanner.ds2485 ‑ samples/drivers/w1/scanner/samples.drivers.w1.scanner.ds2485
nrf52840dk/nrf52840:samples/drivers/w1/scanner/samples.drivers.w1.scanner.w1_serial ‑ samples/drivers/w1/scanner/samples.drivers.w1.scanner.w1_serial
nrf52840dk/nrf52840:samples/net/openthread/coprocessor/sample.net.openthread.coprocessor ‑ samples/net/openthread/coprocessor/sample.net.openthread.coprocessor
nrf52840dk/nrf52840:samples/net/openthread/coprocessor/sample.net.openthread.coprocessor.usb ‑ samples/net/openthread/coprocessor/sample.net.openthread.coprocessor.usb
nrf52840dk/nrf52840:samples/net/openthread/coprocessor/sample.openthread.coprocessor.rcp ‑ samples/net/openthread/coprocessor/sample.openthread.coprocessor.rcp
nrf52840dk/nrf52840:samples/net/sockets/echo_client/sample.net.sockets.echo_client.nrf_802154 ‑ samples/net/sockets/echo_client/sample.net.sockets.echo_client.nrf_802154
nrf52840dk/nrf52840:samples/net/sockets/echo_client/sample.net.sockets.echo_client.nrf_openthread ‑ samples/net/sockets/echo_client/sample.net.sockets.echo_client.nrf_openthread
nrf52840dk/nrf52840:samples/net/sockets/echo_server/sample.net.sockets.echo_server.nrf_802154 ‑ samples/net/sockets/echo_server/sample.net.sockets.echo_server.nrf_802154
nrf52840dk/nrf52840:samples/net/sockets/echo_server/sample.net.sockets.echo_server.nrf_openthread ‑ samples/net/sockets/echo_server/sample.net.sockets.echo_server.nrf_openthread
nrf52840dk/nrf52840:samples/net/zperf/sample.net.zperf.device_next_ecm ‑ samples/net/zperf/sample.net.zperf.device_next_ecm
nrf52840dk/nrf52840:samples/sensor/bme680/sample.sensor.bme680 ‑ samples/sensor/bme680/sample.sensor.bme680
nrf52840dk/nrf52840:samples/sensor/ds18b20/sample.sensor.ds18b20.w1_serial ‑ samples/sensor/ds18b20/sample.sensor.ds18b20.w1_serial
nrf52840dk/nrf52840:samples/sensor/max17262/sample.sensor.max17262 ‑ samples/sensor/max17262/sample.sensor.max17262
nrf52840dk/nrf52840:samples/sensor/ms5837/sample.sensor.ms5837 ‑ samples/sensor/ms5837/sample.sensor.ms5837
nrf52840dk/nrf52840:samples/sensor/proximity_polling/sample.sensor.proximity_polling ‑ samples/sensor/proximity_polling/sample.sensor.proximity_polling
nrf52840dk/nrf52840:samples/sensor/qdec/sample.sensor.nrf_qdec_sensor ‑ samples/sensor/qdec/sample.sensor.nrf_qdec_sensor
nrf52840dk/nrf52840:samples/sensor/sht3xd/sample.sensor.sht3xd ‑ samples/sensor/sht3xd/sample.sensor.sht3xd
nrf52840dk/nrf52840:samples/sensor/sht3xd/sample.sensor.sht3xd.trigger ‑ samples/sensor/sht3xd/sample.sensor.sht3xd.trigger
nrf52840dk/nrf52840:samples/sensor/thermometer/sample.sensor.thermometer ‑ samples/sensor/thermometer/sample.sensor.thermometer
nrf52840dk/nrf52840:samples/subsys/dap/sample.dap.bulk ‑ samples/subsys/dap/sample.dap.bulk
nrf52840dk/nrf52840:samples/subsys/dap/sample.dap.bulk.nrf ‑ samples/subsys/dap/sample.dap.bulk.nrf
nrf52840dk/nrf52840:samples/subsys/fs/fs_sample/sample.filesystem.fat_fs.nrf52840dk_nrf52840 ‑ samples/subsys/fs/fs_sample/sample.filesystem.fat_fs.nrf52840dk_nrf52840
nrf52840dk/nrf52840:samples/subsys/fs/fs_sample/sample.filesystem.fat_fs.nrf52840dk_nrf52840.qspi ‑ samples/subsys/fs/fs_sample/sample.filesystem.fat_fs.nrf52840dk_nrf52840.qspi
nrf52840dk/nrf52840:samples/subsys/fs/fs_sample/sample.filesystem.fat_fs.nrf52840dk_nrf52840_ram_disk ‑ samples/subsys/fs/fs_sample/sample.filesystem.fat_fs.nrf52840dk_nrf52840_ram_disk
nrf52840dk/nrf52840:samples/subsys/fs/fs_sample/sample.filesystem.fat_fs.nrf52840dk_nrf52840_ram_disk_region ‑ samples/subsys/fs/fs_sample/sample.filesystem.fat_fs.nrf52840dk_nrf52840_ram_disk_region
nrf52840dk/nrf52840:samples/subsys/fs/littlefs/sample.filesystem.littlefs ‑ samples/subsys/fs/littlefs/sample.filesystem.littlefs
nrf52840dk/nrf52840:samples/subsys/fs/littlefs/sample.filesystem.littlefs.nrf52840dk_qspi ‑ samples/subsys/fs/littlefs/sample.filesystem.littlefs.nrf52840dk_qspi
nrf52840dk/nrf52840:samples/subsys/fs/littlefs/sample.filesystem.littlefs.nrf52840dk_spi ‑ samples/subsys/fs/littlefs/sample.filesystem.littlefs.nrf52840dk_spi
nrf52840dk/nrf52840:samples/subsys/logging/dictionary/sample.logger.basic.dictionary.uart_async_frontend ‑ samples/subsys/logging/dictionary/sample.logger.basic.dictionary.uart_async_frontend
nrf52840dk/nrf52840:samples/subsys/logging/logger/sample.logger.bt ‑ samples/subsys/logging/logger/sample.logger.bt
nrf52840dk/nrf52840:samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.bt ‑ samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.bt
nrf52840dk/nrf52840:samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.bt_static_svc ‑ samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.bt_static_svc
nrf52840dk/nrf52840:samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.cdc ‑ samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.cdc
nrf52840dk/nrf52840:samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.fs ‑ samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.fs
nrf52840dk/nrf52840:samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.mcuboot_flags.direct_xip_withrevert ‑ samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.mcuboot_flags.direct_xip_withrevert
nrf52840dk/nrf52840:samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.serial ‑ samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.serial
nrf52840dk/nrf52840:samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.serial-console ‑ samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.serial-console
nrf52840dk/nrf52840:samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.shell ‑ samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.shell
nrf52840dk/nrf52840:samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.shell_mgmt ‑ samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.shell_mgmt
nrf52840dk/nrf52840:samples/subsys/modbus/rtu_client/sample.modbus.rtu_client ‑ samples/subsys/modbus/rtu_client/sample.modbus.rtu_client
nrf52840dk/nrf52840:samples/subsys/modbus/rtu_server/sample.modbus.rtu_server ‑ samples/subsys/modbus/rtu_server/sample.modbus.rtu_server
nrf52840dk/nrf52840:samples/subsys/modbus/rtu_server/sample.modbus.rtu_server.cdc_acm ‑ samples/subsys/modbus/rtu_server/sample.modbus.rtu_server.cdc_acm
nrf52840dk/nrf52840:samples/subsys/shell/shell_module/sample.shell.shell_module.bt ‑ samples/subsys/shell/shell_module/sample.shell.shell_module.bt
nrf52840dk/nrf52840:samples/subsys/tracing/sample.tracing.format.sysview ‑ samples/subsys/tracing/sample.tracing.format.sysview
nrf52840dk/nrf52840:samples/subsys/usb/audio/headphones_microphone/sample.usb.audio.headphones_microphone ‑ samples/subsys/usb/audio/headphones_microphone/sample.usb.audio.headphones_microphone
nrf52840dk/nrf52840:samples/subsys/usb/audio/headset/sample.usb.audio.headset ‑ samples/subsys/usb/audio/headset/sample.usb.audio.headset
nrf52840dk/nrf52840:samples/subsys/usb/cdc_acm/sample.usb_device_next.cdc-acm ‑ samples/subsys/usb/cdc_acm/sample.usb_device_next.cdc-acm
nrf52840dk/nrf52840:samples/subsys/usb/dfu/sample.usb.dfu ‑ samples/subsys/usb/dfu/sample.usb.dfu
nrf52840dk/nrf52840:samples/subsys/usb/dfu/sample.usb.dfu.permanent.download ‑ samples/subsys/usb/dfu/sample.usb.dfu.permanent.download
nrf52840dk/nrf52840:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard
nrf52840dk/nrf52840:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-out-report ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-out-report
nrf52840dk/nrf52840:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-report ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-report
nrf52840dk/nrf52840:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.out-report ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.out-report
nrf52840dk/nrf52840:samples/subsys/usb/hid-mouse/sample.usb_device_next.hid-mouse ‑ samples/subsys/usb/hid-mouse/sample.usb_device_next.hid-mouse
nrf52840dk/nrf52840:samples/subsys/usb/mass/sample.usb.mass_flash_fatfs ‑ samples/subsys/usb/mass/sample.usb.mass_flash_fatfs
nrf52840dk/nrf52840:samples/subsys/usb/mass/sample.usb.mass_flash_littlefs ‑ samples/subsys/usb/mass/sample.usb.mass_flash_littlefs
nrf52840dk/nrf52840:samples/subsys/usb/mass/sample.usb_device_next.mass_flash_fatfs ‑ samples/subsys/usb/mass/sample.usb_device_next.mass_flash_fatfs
nrf52840dk/nrf52840:samples/subsys/usb/mass/sample.usb_device_next.mass_ram_none ‑ samples/subsys/usb/mass/sample.usb_device_next.mass_ram_none
nrf52840dk/nrf52840:samples/subsys/usb/shell/sample.usbd.shell ‑ samples/subsys/usb/shell/sample.usbd.shell
nrf52840dk/nrf52840:samples/subsys/usb/shell/sample.usbh.shell ‑ samples/subsys/usb/shell/sample.usbh.shell
nrf52840dk/nrf52840:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf52840dk/nrf52840:samples/sysbuild/with_mcuboot/sample.sysbuild.with_mcuboot ‑ samples/sysbuild/with_mcuboot/sample.sysbuild.with_mcuboot
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_config_bt_recv_workq_bt ‑ tests/bluetooth/init/bluetooth.init.test_config_bt_recv_workq_bt
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_ctlr ‑ tests/bluetooth/init/bluetooth.init.test_ctlr
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_ctlr_5_x_dbg ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_5_x_dbg
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_ctlr_broadcaster ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_broadcaster
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_ctlr_broadcaster_ext ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_broadcaster_ext
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_ctlr_central_ext ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_central_ext
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_ctlr_central_ext_priv ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_central_ext_priv
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_ctlr_central_iso ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_central_iso
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_ctlr_dbg ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_dbg
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_ctlr_oberver_ext ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_oberver_ext
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_ctlr_per_adv ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_per_adv
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_ctlr_per_adv_no_adi ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_per_adv_no_adi
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_ctlr_per_sync ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_per_sync
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_ctlr_per_sync_no_adi ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_per_sync_no_adi
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_ctlr_per_sync_no_filter ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_per_sync_no_filter
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_ext ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_ext
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_ext_priv ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_ext_priv
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_iso ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_iso
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_priv ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_priv
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_ctlr_sw_switch_single_timer ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_sw_switch_single_timer
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_ctlr_ticker ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_ticker
nrf52840dk/nrf52840:tests/bluetooth/init/bluetooth.init.test_llcp ‑ tests/bluetooth/init/bluetooth.init.test_llcp
nrf52840dk/nrf52840:tests/boards/nrf/i2c/i2c_slave/boards.nrf.i2c.i2c_slave ‑ tests/boards/nrf/i2c/i2c_slave/boards.nrf.i2c.i2c_slave
nrf52840dk/nrf52840:tests/boards/nrf/qdec/drivers.sensor.qdec ‑ tests/boards/nrf/qdec/drivers.sensor.qdec
nrf52840dk/nrf52840:tests/boards/nrf52_bsim/egu/boards.nrf52_bsim.egu ‑ tests/boards/nrf52_bsim/egu/boards.nrf52_bsim.egu
nrf52840dk/nrf52840:tests/boot/mcuboot_data_sharing/bootloader.mcuboot.data.sharing ‑ tests/boot/mcuboot_data_sharing/bootloader.mcuboot.data.sharing
nrf52840dk/nrf52840:tests/boot/mcuboot_recovery_retention/bootloader.mcuboot.recovery.retention ‑ tests/boot/mcuboot_recovery_retention/bootloader.mcuboot.recovery.retention
nrf52840dk/nrf52840:tests/boot/mcuboot_recovery_retention/bootloader.mcuboot.recovery.retention.mem ‑ tests/boot/mcuboot_recovery_retention/bootloader.mcuboot.recovery.retention.mem
nrf52840dk/nrf52840:tests/boot/test_mcuboot/bootloader.mcuboot ‑ tests/boot/test_mcuboot/bootloader.mcuboot
nrf52840dk/nrf52840:tests/boot/with_mcumgr/boot.with_mcumgr.test_downgrade_prevention ‑ tests/boot/with_mcumgr/boot.with_mcumgr.test_downgrade_prevention
nrf52840dk/nrf52840:tests/boot/with_mcumgr/boot.with_mcumgr.test_upgrade ‑ tests/boot/with_mcumgr/boot.with_mcumgr.test_upgrade
nrf52840dk/nrf52840:tests/drivers/build_all/gpio/drivers.gpio.build.adc_ads1145s0x_gpio ‑ tests/drivers/build_all/gpio/drivers.gpio.build.adc_ads1145s0x_gpio
nrf52840dk/nrf52840:tests/drivers/build_all/ieee802154/drivers.ieee802154.build.nrf5 ‑ tests/drivers/build_all/ieee802154/drivers.ieee802154.build.nrf5
nrf52840dk/nrf52840:tests/drivers/build_all/pwm/drivers.pwm.nrf.build ‑ tests/drivers/build_all/pwm/drivers.pwm.nrf.build
nrf52840dk/nrf52840:tests/drivers/build_all/pwm/drivers.pwm.pca9685.build ‑ tests/drivers/build_all/pwm/drivers.pwm.pca9685.build
nrf52840dk/nrf52840:tests/drivers/counter/counter_basic_api/drivers.counter.basic_api.nrf_zli ‑ tests/drivers/counter/counter_basic_api/drivers.counter.basic_api.nrf_zli
nrf52840dk/nrf52840:tests/drivers/counter/counter_nrf_rtc/fixed_top/drivers.counter.nrf_rtc ‑ tests/drivers/counter/counter_nrf_rtc/fixed_top/drivers.counter.nrf_rtc
nrf52840dk/nrf52840:tests/drivers/flash/common/drivers.flash.common.mx25r_high_perf ‑ tests/drivers/flash/common/drivers.flash.common.mx25r_high_perf
nrf52840dk/nrf52840:tests/drivers/flash/common/drivers.flash.common.nrf_qspi_nor ‑ tests/drivers/flash/common/drivers.flash.common.nrf_qspi_nor
nrf52840dk/nrf52840:tests/drivers/flash/common/drivers.flash.common.nrf_qspi_nor.size_in_bytes ‑ tests/drivers/flash/common/drivers.flash.common.nrf_qspi_nor.size_in_bytes
nrf52840dk/nrf52840:tests/drivers/flash/common/drivers.flash.common.nrf_qspi_nor_4B_addr ‑ tests/drivers/flash/common/drivers.flash.common.nrf_qspi_nor_4B_addr
nrf52840dk/nrf52840:tests/drivers/flash/common/drivers.flash.common.soc_flash_nrf ‑ tests/drivers/flash/common/drivers.flash.common.soc_flash_nrf
nrf52840dk/nrf52840:tests/drivers/flash/common/drivers.flash.common.spi_nor ‑ tests/drivers/flash/common/drivers.flash.common.spi_nor
nrf52840dk/nrf52840:tests/drivers/flash/common/drivers.flash.common.spi_nor_wp_hold ‑ tests/drivers/flash/common/drivers.flash.common.spi_nor_wp_hold
nrf52840dk/nrf52840:tests/drivers/gpio/gpio_basic_api/drivers.gpio.nrf_sense_edge ‑ tests/drivers/gpio/gpio_basic_api/drivers.gpio.nrf_sense_edge
nrf52840dk/nrf52840:tests/drivers/i2c/i2c_tca954x/drivers.i2c.tca954x ‑ tests/drivers/i2c/i2c_tca954x/drivers.i2c.tca954x
nrf52840dk/nrf52840:tests/drivers/regulator/fixed/drivers.regulator.fixed ‑ tests/drivers/regulator/fixed/drivers.regulator.fixed
nrf52840dk/nrf52840:tests/drivers/regulator/voltage/drivers.regulator.voltage.nrf52840dk_nrf52840_npm6001 ‑ tests/drivers/regulator/voltage/drivers.regulator.voltage.nrf52840dk_nrf52840_npm6001
nrf52840dk/nrf52840:tests/drivers/retained_mem/api/drivers.retained_mem.api.gpregret ‑ tests/drivers/retained_mem/api/drivers.retained_mem.api.gpregret
nrf52840dk/nrf52840:tests/drivers/retained_mem/api/drivers.retained_mem.api.ram.nrf52840dk_nrf52840 ‑ tests/drivers/retained_mem/api/drivers.retained_mem.api.ram.nrf52840dk_nrf52840
nrf52840dk/nrf52840:tests/drivers/sensor/temp_sensor/drivers.sensor.temp_sensor ‑ tests/drivers/sensor/temp_sensor/drivers.sensor.temp_sensor
nrf52840dk/nrf52840:tests/drivers/spi/spi_controller_peripheral/drivers.spi.spi_4MHz ‑ tests/drivers/spi/spi_controller_peripheral/drivers.spi.spi_4MHz
nrf52840dk/nrf52840:tests/drivers/spi/spi_controller_peripheral/drivers.spi.spi_8MHz ‑ tests/drivers/spi/spi_controller_peripheral/drivers.spi.spi_8MHz
nrf52840dk/nrf52840:tests/drivers/spi/spi_controller_peripheral/drivers.spi.spi_mode0 ‑ tests/drivers/spi/spi_controller_peripheral/drivers.spi.spi_mode0
nrf52840dk/nrf52840:tests/drivers/spi/spi_controller_peripheral/drivers.spi.spi_mode1 ‑ tests/drivers/spi/spi_controller_peripheral/drivers.spi.spi_mode1
nrf52840dk/nrf52840:tests/drivers/spi/spi_controller_peripheral/drivers.spi.spi_mode2 ‑ tests/drivers/spi/spi_controller_peripheral/drivers.spi.spi_mode2
nrf52840dk/nrf52840:tests/drivers/spi/spi_controller_peripheral/drivers.spi.spi_mode3 ‑ tests/drivers/spi/spi_controller_peripheral/drivers.spi.spi_mode3
nrf52840dk/nrf52840:tests/drivers/spi/spi_error_cases/drivers.spi.spi_error_cases ‑ tests/drivers/spi/spi_error_cases/drivers.spi.spi_error_cases
nrf52840dk/nrf52840:tests/drivers/uart/uart_async_api/drivers.uart.async_api.nrf_uart ‑ tests/drivers/uart/uart_async_api/drivers.uart.async_api.nrf_uart
nrf52840dk/nrf52840:tests/drivers/uart/uart_async_api/drivers.uart.async_api.nrf_uarte_new ‑ tests/drivers/uart/uart_async_api/drivers.uart.async_api.nrf_uarte_new
nrf52840dk/nrf52840:tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.legacy.uart_mix_poll ‑ tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.legacy.uart_mix_poll
nrf52840dk/nrf52840:tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.legacy.uart_mix_poll_async_api ‑ tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.legacy.uart_mix_poll_async_api
nrf52840dk/nrf52840:tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.legacy.uart_mix_poll_fifo ‑ tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.legacy.uart_mix_poll_fifo
nrf52840dk/nrf52840:tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.uart_mix_poll ‑ tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.uart_mix_poll
nrf52840dk/nrf52840:tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.uart_mix_poll_async_api ‑ tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.uart_mix_poll_async_api
nrf52840dk/nrf52840:tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.uart_mix_poll_async_api_const ‑ tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.uart_mix_poll_async_api_const
nrf52840dk/nrf52840:tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.uart_mix_poll_async_api_with_ppi ‑ tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.uart_mix_poll_async_api_with_ppi
nrf52840dk/nrf52840:tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.uart_mix_poll_fifo ‑ tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.uart_mix_poll_fifo
nrf52840dk/nrf52840:tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.uart_mix_poll_fifo_with_ppi ‑ tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.uart_mix_poll_fifo_with_ppi
nrf52840dk/nrf52840:tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.uart_mix_poll_with_ppi ‑ tests/drivers/uart/uart_mix_fifo_poll/drivers.uart.uart_mix_poll_with_ppi
nrf52840dk/nrf52840:tests/drivers/uart/uart_pm/drivers.uart.pm ‑ tests/drivers/uart/uart_pm/drivers.uart.pm
nrf52840dk/nrf52840:tests/drivers/uart/uart_pm/drivers.uart.pm.async ‑ tests/drivers/uart/uart_pm/drivers.uart.pm.async
nrf52840dk/nrf52840:tests/drivers/uart/uart_pm/drivers.uart.pm.async.enhanced_poll ‑ tests/drivers/uart/uart_pm/drivers.uart.pm.async.enhanced_poll
nrf52840dk/nrf52840:tests/drivers/uart/uart_pm/drivers.uart.pm.enhanced_poll ‑ tests/drivers/uart/uart_pm/drivers.uart.pm.enhanced_poll
nrf52840dk/nrf52840:tests/drivers/uart/uart_pm/drivers.uart.pm.int_driven ‑ tests/drivers/uart/uart_pm/drivers.uart.pm.int_driven
nrf52840dk/nrf52840:tests/drivers/uart/uart_pm/drivers.uart.pm.int_driven.enhanced_poll ‑ tests/drivers/uart/uart_pm/drivers.uart.pm.int_driven.enhanced_poll
nrf52840dk/nrf52840:tests/drivers/uart/uart_pm/drivers.uart.pm.no_rxpin ‑ tests/drivers/uart/uart_pm/drivers.uart.pm.no_rxpin
nrf52840dk/nrf52840:tests/drivers/udc/drivers.usb.udc ‑ tests/drivers/udc/drivers.usb.udc
nrf52840dk/nrf52840:tests/drivers/w1/w1_api/drivers.w1.ds2482-800 ‑ tests/drivers/w1/w1_api/drivers.w1.ds2482-800
nrf52840dk/nrf52840:tests/drivers/w1/w1_api/drivers.w1.ds2484 ‑ tests/drivers/w1/w1_api/drivers.w1.ds2484
nrf52840dk/nrf52840:tests/drivers/w1/w1_api/drivers.w1.ds2485 ‑ tests/drivers/w1/w1_api/drivers.w1.ds2485
nrf52840dk/nrf52840:tests/drivers/w1/w1_api/drivers.w1.w1-serial ‑ tests/drivers/w1/w1_api/drivers.w1.w1-serial
nrf52840dk/nrf52840:tests/drivers/watchdog/wdt_basic_api/drivers.watchdog.counter_watchdog ‑ tests/drivers/watchdog/wdt_basic_api/drivers.watchdog.counter_watchdog
nrf52840dk/nrf52840:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf52840dk/nrf52840:tests/subsys/dfu/img_util/dfu.image_util ‑ tests/subsys/dfu/img_util/dfu.image_util
nrf52840dk/nrf52840:tests/subsys/dfu/img_util/dfu.image_util.progressive ‑ tests/subsys/dfu/img_util/dfu.image_util.progressive
nrf52840dk/nrf52840:tests/subsys/dfu/mcuboot/dfu.mcuboot ‑ tests/subsys/dfu/mcuboot/dfu.mcuboot
nrf52840dk/nrf52840:tests/subsys/dfu/mcuboot_multi/dfu.mcuboot.multiimage ‑ tests/subsys/dfu/mcuboot_multi/dfu.mcuboot.multiimage
nrf52840dk/nrf52840:tests/subsys/fs/fcb/filesystem.fcb ‑ tests/subsys/fs/fcb/filesystem.fcb
nrf52840dk/nrf52840:tests/subsys/fs/littlefs/filesystem.littlefs.custom ‑ tests/subsys/fs/littlefs/filesystem.littlefs.custom
nrf52840dk/nrf52840:tests/subsys/fs/littlefs/filesystem.littlefs.default ‑ tests/subsys/fs/littlefs/filesystem.littlefs.default
nrf52840dk/nrf52840:tests/subsys/mgmt/mcumgr/all_options/mgmt.mcumgr.all.options ‑ tests/subsys/mgmt/mcumgr/all_options/mgmt.mcumgr.all.options
nrf52840dk/nrf52840:tests/subsys/mgmt/mcumgr/all_options/mgmt.mcumgr.all.options.other ‑ tests/subsys/mgmt/mcumgr/all_options/mgmt.mcumgr.all.options.other
nrf52840dk/nrf52840:tests/subsys/mgmt/mcumgr/handler_demo/mgmt.mcumgr.handler.demo ‑ tests/subsys/mgmt/mcumgr/handler_demo/mgmt.mcumgr.handler.demo
nrf52840dk/nrf52840:tests/subsys/mgmt/mcumgr/handler_demo/mgmt.mcumgr.handler.demo.module ‑ tests/subsys/mgmt/mcumgr/handler_demo/mgmt.mcumgr.handler.demo.module
nrf52840dk/nrf52840:tests/subsys/settings/fcb/settings.fcb.raw ‑ tests/subsys/settings/fcb/settings.fcb.raw
nrf52840dk/nrf52840:tests/subsys/settings/fcb_init/settings.fcb ‑ tests/subsys/settings/fcb_init/settings.fcb
nrf52840dk/nrf52840:tests/subsys/settings/functional/fcb/settings.functional.fcb ‑ tests/subsys/settings/functional/fcb/settings.functional.fcb
nrf52840dk/nrf52840:tests/subsys/settings/functional/nvs/settings.functional.nvs.dk ‑ tests/subsys/settings/functional/nvs/settings.functional.nvs.dk
nrf52840dk/nrf52840:tests/subsys/storage/flash_map/storage.flash_map.mpu ‑ tests/subsys/storage/flash_map/storage.flash_map.mpu
nrf52840dk/nrf52840:tests/subsys/storage/stream/stream_flash/storage.stream_flash.mpu_allow_flash_write ‑ tests/subsys/storage/stream/stream_flash/storage.stream_flash.mpu_allow_flash_write
nrf52840dk/nrf52840:tests/ztest/busy_sim/testing.ztest.busy_sim ‑ tests/ztest/busy_sim/testing.ztest.busy_sim
nrf52840dk/nrf52840:tests/ztest/busy_sim/testing.ztest.busy_sim_nrf52840dk_pin ‑ tests/ztest/busy_sim/testing.ztest.busy_sim_nrf52840dk_pin
nrf52840dongle/nrf52840:samples/bluetooth/bap_broadcast_sink/sample.bluetooth.bap_broadcast_sink.bt_ll_sw_split ‑ samples/bluetooth/bap_broadcast_sink/sample.bluetooth.bap_broadcast_sink.bt_ll_sw_split
nrf52840dongle/nrf52840:samples/bluetooth/bap_broadcast_source/sample.bluetooth.bap_broadcast_source.bt_ll_sw_split ‑ samples/bluetooth/bap_broadcast_source/sample.bluetooth.bap_broadcast_source.bt_ll_sw_split
nrf52840dongle/nrf52840:samples/bluetooth/cap_acceptor/sample.bluetooth.cap_acceptor.bt_ll_sw_split ‑ samples/bluetooth/cap_acceptor/sample.bluetooth.cap_acceptor.bt_ll_sw_split
nrf52840dongle/nrf52840:samples/bluetooth/cap_initiator/sample.bluetooth.cap_initiator.bt_ll_sw_split ‑ samples/bluetooth/cap_initiator/sample.bluetooth.cap_initiator.bt_ll_sw_split
nrf52840dongle/nrf52840:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf52840dongle/nrf52840:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf52_adafruit_feather:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf52_adafruit_feather:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf52_blenano2:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf52_blenano2:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf52_sparkfun:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf52_sparkfun:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf52_vbluno52:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf52_vbluno52:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf52dk/nrf52805:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf52dk/nrf52810:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf52dk/nrf52832:samples/bluetooth/bap_unicast_client/sample.bluetooth.audio_unicast_client.bt_ll_sw_split ‑ samples/bluetooth/bap_unicast_client/sample.bluetooth.audio_unicast_client.bt_ll_sw_split
nrf52dk/nrf52832:samples/bluetooth/bap_unicast_server/sample.bluetooth.audio_unicast_server.bt_ll_sw_split ‑ samples/bluetooth/bap_unicast_server/sample.bluetooth.audio_unicast_server.bt_ll_sw_split
nrf52dk/nrf52832:samples/bluetooth/beacon/sample.bluetooth.beacon ‑ samples/bluetooth/beacon/sample.bluetooth.beacon
nrf52dk/nrf52832:samples/bluetooth/central_hr/sample.bluetooth.central_hr.bt_ll_sw_split.extended ‑ samples/bluetooth/central_hr/sample.bluetooth.central_hr.bt_ll_sw_split.extended
nrf52dk/nrf52832:samples/bluetooth/central_hr/sample.bluetooth.central_hr.bt_ll_sw_split.phy_coded ‑ samples/bluetooth/central_hr/sample.bluetooth.central_hr.bt_ll_sw_split.phy_coded
nrf52dk/nrf52832:samples/bluetooth/hci_uart/sample.bluetooth.hci_uart.nrf5 ‑ samples/bluetooth/hci_uart/sample.bluetooth.hci_uart.nrf5
nrf52dk/nrf52832:samples/bluetooth/hci_uart_3wire/sample.bluetooth.hci_uart_3wire.nrf5 ‑ samples/bluetooth/hci_uart_3wire/sample.bluetooth.hci_uart_3wire.nrf5
nrf52dk/nrf52832:samples/bluetooth/hci_uart_async/sample.bluetooth.hci_uart_async.nrf5 ‑ samples/bluetooth/hci_uart_async/sample.bluetooth.hci_uart_async.nrf5
nrf52dk/nrf52832:samples/bluetooth/hci_vs_scan_req/sample.bluetooth.hci_vs_scan_req ‑ samples/bluetooth/hci_vs_scan_req/sample.bluetooth.hci_vs_scan_req
nrf52dk/nrf52832:samples/bluetooth/iso_receive/sample.bluetooth.iso_receive.bt_ll_sw_split ‑ samples/bluetooth/iso_receive/sample.bluetooth.iso_receive.bt_ll_sw_split
nrf52dk/nrf52832:samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr ‑ samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr
nrf52dk/nrf52832:samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr.bt_ll_sw_split.extended ‑ samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr.bt_ll_sw_split.extended
nrf52dk/nrf52832:samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr.bt_ll_sw_split.phy_coded ‑ samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr.bt_ll_sw_split.phy_coded
nrf52dk/nrf52832:samples/drivers/display/sample.display.ls013b7dh03 ‑ samples/drivers/display/sample.display.ls013b7dh03
nrf52dk/nrf52832:samples/drivers/display/sample.display.st7735r_ada_160x128 ‑ samples/drivers/display/sample.display.st7735r_ada_160x128
nrf52dk/nrf52832:samples/drivers/display/sample.display.st7789v_tl019fqv01 ‑ samples/drivers/display/sample.display.st7789v_tl019fqv01
nrf52dk/nrf52832:samples/drivers/display/sample.display.st7789v_waveshare_240x240 ‑ samples/drivers/display/sample.display.st7789v_waveshare_240x240
nrf52dk/nrf52832:samples/drivers/soc_flash_nrf/sample.drivers.flash.soc_flash_nrf ‑ samples/drivers/soc_flash_nrf/sample.drivers.flash.soc_flash_nrf
nrf52dk/nrf52832:samples/fuel_gauge/max17048/sample.sensor.max17048 ‑ samples/fuel_gauge/max17048/sample.sensor.max17048
nrf52dk/nrf52832:samples/sensor/dht/sample.sensor.dht ‑ samples/sensor/dht/sample.sensor.dht
nrf52dk/nrf52832:samples/sensor/grove_light/sample.sensor.grove_light ‑ samples/sensor/grove_light/sample.sensor.grove_light
nrf52dk/nrf52832:samples/sensor/grove_temperature/sample.sensor.grove_temperature ‑ samples/sensor/grove_temperature/sample.sensor.grove_temperature
nrf52dk/nrf52832:samples/sensor/icm42605/sample.sensor.icm42605 ‑ samples/sensor/icm42605/sample.sensor.icm42605
nrf52dk/nrf52832:samples/sensor/isl29035/sample.sensor.isl29035 ‑ samples/sensor/isl29035/sample.sensor.isl29035
nrf52dk/nrf52832:samples/sensor/mpu6050/sample.sensor.mpu6050 ‑ samples/sensor/mpu6050/sample.sensor.mpu6050
nrf52dk/nrf52832:samples/shields/npm1300_ek/sample.shields.npm1300_ek ‑ samples/shields/npm1300_ek/sample.shields.npm1300_ek
nrf52dk/nrf52832:samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.bt ‑ samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.bt
nrf52dk/nrf52832:samples/subsys/nvs/sample.nvs.basic ‑ samples/subsys/nvs/sample.nvs.basic
nrf52dk/nrf52832:samples/subsys/shell/fs/sample.filesystem.shell.flash_load ‑ samples/subsys/shell/fs/sample.filesystem.shell.flash_load
nrf52dk/nrf52832:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf52dk/nrf52832:tests/bluetooth/init/bluetooth.init.test_ctlr ‑ tests/bluetooth/init/bluetooth.init.test_ctlr
nrf52dk/nrf52832:tests/bluetooth/init/bluetooth.init.test_ctlr_4_0 ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_4_0
nrf52dk/nrf52832:tests/bluetooth/init/bluetooth.init.test_ctlr_4_0_dbg ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_4_0_dbg
nrf52dk/nrf52832:tests/bluetooth/init/bluetooth.init.test_ctlr_5_x_dbg ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_5_x_dbg
nrf52dk/nrf52832:tests/bluetooth/init/bluetooth.init.test_ctlr_broadcaster ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_broadcaster
nrf52dk/nrf52832:tests/bluetooth/init/bluetooth.init.test_ctlr_central ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_central
nrf52dk/nrf52832:tests/bluetooth/init/bluetooth.init.test_ctlr_central_priv ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_central_priv
nrf52dk/nrf52832:tests/bluetooth/init/bluetooth.init.test_ctlr_dbg ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_dbg
nrf52dk/nrf52832:tests/bluetooth/init/bluetooth.init.test_ctlr_observer ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_observer
nrf52dk/nrf52832:tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral
nrf52dk/nrf52832:tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_priv ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_priv
nrf52dk/nrf52832:tests/bluetooth/init/bluetooth.init.test_ctlr_sw_switch_single_timer ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_sw_switch_single_timer
nrf52dk/nrf52832:tests/bluetooth/init/bluetooth.init.test_ctlr_ticker ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_ticker
nrf52dk/nrf52832:tests/bluetooth/init/bluetooth.init.test_ctlr_tiny ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_tiny
nrf52dk/nrf52832:tests/bluetooth/init/bluetooth.init.test_llcp ‑ tests/bluetooth/init/bluetooth.init.test_llcp
nrf52dk/nrf52832:tests/drivers/timer/nrf_rtc_timer/drivers.timer.nrf_rtc_timer ‑ tests/drivers/timer/nrf_rtc_timer/drivers.timer.nrf_rtc_timer
nrf52dk/nrf52832:tests/drivers/timer/nrf_rtc_timer/drivers.timer.nrf_rtc_timer_no_zli ‑ tests/drivers/timer/nrf_rtc_timer/drivers.timer.nrf_rtc_timer_no_zli
nrf52dk/nrf52832:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf52dk/nrf52832:tests/misc/test_build/bootloader.mcuboot.build ‑ tests/misc/test_build/bootloader.mcuboot.build
nrf5340_audio_dk/nrf5340/cpuapp/ns:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf5340_audio_dk/nrf5340/cpuapp/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf5340_audio_dk/nrf5340/cpuapp:samples/bluetooth/iso_connected_benchmark/sample.bluetooth.iso_connected_benchmark ‑ samples/bluetooth/iso_connected_benchmark/sample.bluetooth.iso_connected_benchmark
nrf5340_audio_dk/nrf5340/cpuapp:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf5340_audio_dk/nrf5340/cpuapp:tests/bluetooth/shell/bluetooth.audio_shell.no_lc3 ‑ tests/bluetooth/shell/bluetooth.audio_shell.no_lc3
nrf5340_audio_dk/nrf5340/cpuapp:tests/bluetooth/shell/bluetooth.audio_shell.no_usb ‑ tests/bluetooth/shell/bluetooth.audio_shell.no_usb
nrf5340_audio_dk/nrf5340/cpuapp:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf5340_audio_dk/nrf5340/cpunet:samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc ‑ samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc
nrf5340_audio_dk/nrf5340/cpunet:samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.iso_broadcast.bt_ll_sw_split ‑ samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.iso_broadcast.bt_ll_sw_split
nrf5340_audio_dk/nrf5340/cpunet:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf5340_audio_dk/nrf5340/cpunet:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf5340dk/nrf5340/cpuapp/ns:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf5340dk/nrf5340/cpuapp/ns:samples/tfm_integration/tfm_regression_test/sample.tfm.regression_ipc_lvl1 ‑ samples/tfm_integration/tfm_regression_test/sample.tfm.regression_ipc_lvl1
nrf5340dk/nrf5340/cpuapp/ns:samples/tfm_integration/tfm_regression_test/sample.tfm.regression_ipc_lvl2 ‑ samples/tfm_integration/tfm_regression_test/sample.tfm.regression_ipc_lvl2
nrf5340dk/nrf5340/cpuapp/ns:samples/tfm_integration/tfm_regression_test/sample.tfm.regression_sfn ‑ samples/tfm_integration/tfm_regression_test/sample.tfm.regression_sfn
nrf5340dk/nrf5340/cpuapp/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf5340dk/nrf5340/cpuapp/ns:tests/subsys/random/rng/drivers.rng.random_psa_crypto ‑ tests/subsys/random/rng/drivers.rng.random_psa_crypto
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/bap_broadcast_sink/sample.bluetooth.bap_broadcast_sink ‑ samples/bluetooth/bap_broadcast_sink/sample.bluetooth.bap_broadcast_sink
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/bap_broadcast_source/sample.bluetooth.bap_broadcast_source ‑ samples/bluetooth/bap_broadcast_source/sample.bluetooth.bap_broadcast_source
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/bap_unicast_client/sample.bluetooth.audio_unicast_client ‑ samples/bluetooth/bap_unicast_client/sample.bluetooth.audio_unicast_client
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/bap_unicast_server/sample.bluetooth.audio_unicast_server ‑ samples/bluetooth/bap_unicast_server/sample.bluetooth.audio_unicast_server
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/cap_acceptor/sample.bluetooth.cap_acceptor ‑ samples/bluetooth/cap_acceptor/sample.bluetooth.cap_acceptor
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/cap_initiator/sample.bluetooth.cap_initiator ‑ samples/bluetooth/cap_initiator/sample.bluetooth.cap_initiator
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/central_hr/sample.bluetooth.central_hr.bt_ll_sw_split.extended ‑ samples/bluetooth/central_hr/sample.bluetooth.central_hr.bt_ll_sw_split.extended
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/central_hr/sample.bluetooth.central_hr.bt_ll_sw_split.phy_coded ‑ samples/bluetooth/central_hr/sample.bluetooth.central_hr.bt_ll_sw_split.phy_coded
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/direction_finding_central/sample.bluetooth.direction_finding.central ‑ samples/bluetooth/direction_finding_central/sample.bluetooth.direction_finding.central
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/direction_finding_central/sample.bluetooth.direction_finding.central.aod ‑ samples/bluetooth/direction_finding_central/sample.bluetooth.direction_finding.central.aod
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/direction_finding_connectionless_rx/sample.bluetooth.direction_finding_connectionless_rx ‑ samples/bluetooth/direction_finding_connectionless_rx/sample.bluetooth.direction_finding_connectionless_rx
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/direction_finding_connectionless_rx/sample.bluetooth.direction_finding_connectionless_rx.aod ‑ samples/bluetooth/direction_finding_connectionless_rx/sample.bluetooth.direction_finding_connectionless_rx.aod
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/direction_finding_connectionless_tx/sample.bluetooth.direction_finding_connectionless ‑ samples/bluetooth/direction_finding_connectionless_tx/sample.bluetooth.direction_finding_connectionless
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/direction_finding_connectionless_tx/sample.bluetooth.direction_finding_connectionless.aoa ‑ samples/bluetooth/direction_finding_connectionless_tx/sample.bluetooth.direction_finding_connectionless.aoa
Check notice on line 0 in .github
github-actions / Unit Test Results
3539 tests found (test 1930 to 2331)
There are 3539 tests, see "Raw output" for the list of tests 1930 to 2331.
Raw output
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/direction_finding_peripheral/sample.bluetooth.direction_finding.peripheral ‑ samples/bluetooth/direction_finding_peripheral/sample.bluetooth.direction_finding.peripheral
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/direction_finding_peripheral/sample.bluetooth.direction_finding.peripheral.aod ‑ samples/bluetooth/direction_finding_peripheral/sample.bluetooth.direction_finding.peripheral.aod
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/iso_connected_benchmark/sample.bluetooth.iso_connected_benchmark ‑ samples/bluetooth/iso_connected_benchmark/sample.bluetooth.iso_connected_benchmark
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/pbp_public_broadcast_sink/sample.bluetooth.pbp_public_broadcast_sink ‑ samples/bluetooth/pbp_public_broadcast_sink/sample.bluetooth.pbp_public_broadcast_sink
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/pbp_public_broadcast_source/sample.bluetooth.pbp_public_broadcast_source ‑ samples/bluetooth/pbp_public_broadcast_source/sample.bluetooth.pbp_public_broadcast_source
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr ‑ samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr.bt_ll_sw_split.extended ‑ samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr.bt_ll_sw_split.extended
nrf5340dk/nrf5340/cpuapp:samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr.bt_ll_sw_split.phy_coded ‑ samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr.bt_ll_sw_split.phy_coded
nrf5340dk/nrf5340/cpuapp:samples/boards/nrf/nrf53_sync_rtc/sample.boards.nrf.nrf53_sync_rtc.real_hw ‑ samples/boards/nrf/nrf53_sync_rtc/sample.boards.nrf.nrf53_sync_rtc.real_hw
nrf5340dk/nrf5340/cpuapp:samples/boards/nrf/nrfx_prs/sample.boards.nrf.nrfx_prs ‑ samples/boards/nrf/nrfx_prs/sample.boards.nrf.nrfx_prs
nrf5340dk/nrf5340/cpuapp:samples/drivers/audio/dmic/sample.drivers.audio.dmic ‑ samples/drivers/audio/dmic/sample.drivers.audio.dmic
nrf5340dk/nrf5340/cpuapp:samples/drivers/i2s/echo/sample.drivers.i2s.echo ‑ samples/drivers/i2s/echo/sample.drivers.i2s.echo
nrf5340dk/nrf5340/cpuapp:samples/drivers/mbox/sample.drivers.mbox.real_hw ‑ samples/drivers/mbox/sample.drivers.mbox.real_hw
nrf5340dk/nrf5340/cpuapp:samples/sensor/qdec/sample.sensor.nrf_qdec_sensor ‑ samples/sensor/qdec/sample.sensor.nrf_qdec_sensor
nrf5340dk/nrf5340/cpuapp:samples/subsys/ipc/ipc_service/icmsg/sample.ipc.icmsg ‑ samples/subsys/ipc/ipc_service/icmsg/sample.ipc.icmsg
nrf5340dk/nrf5340/cpuapp:samples/subsys/ipc/ipc_service/multi_endpoint/sample.ipc.multi_endpoint ‑ samples/subsys/ipc/ipc_service/multi_endpoint/sample.ipc.multi_endpoint
nrf5340dk/nrf5340/cpuapp:samples/subsys/ipc/ipc_service/multi_endpoint/sample.ipc.multi_endpoint.icbmsg ‑ samples/subsys/ipc/ipc_service/multi_endpoint/sample.ipc.multi_endpoint.icbmsg
nrf5340dk/nrf5340/cpuapp:samples/subsys/ipc/ipc_service/static_vrings/sample.ipc.static_vrings ‑ samples/subsys/ipc/ipc_service/static_vrings/sample.ipc.static_vrings
nrf5340dk/nrf5340/cpuapp:samples/subsys/logging/dictionary/sample.logger.basic.dictionary.uart_frontend_rt ‑ samples/subsys/logging/dictionary/sample.logger.basic.dictionary.uart_frontend_rt
nrf5340dk/nrf5340/cpuapp:samples/subsys/logging/multidomain/sample.logging.multidomain.ipc_static_vrings ‑ samples/subsys/logging/multidomain/sample.logging.multidomain.ipc_static_vrings
nrf5340dk/nrf5340/cpuapp:samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.cdc ‑ samples/subsys/mgmt/mcumgr/smp_svr/sample.mcumgr.smp_svr.cdc
nrf5340dk/nrf5340/cpuapp:samples/subsys/usb/audio/headphones_microphone/sample.usb.audio.headphones_microphone ‑ samples/subsys/usb/audio/headphones_microphone/sample.usb.audio.headphones_microphone
nrf5340dk/nrf5340/cpuapp:samples/subsys/usb/audio/headset/sample.usb.audio.headset ‑ samples/subsys/usb/audio/headset/sample.usb.audio.headset
nrf5340dk/nrf5340/cpuapp:samples/subsys/usb/uac2_explicit_feedback/sample.subsys.usb.uac2_explicit_feedback ‑ samples/subsys/usb/uac2_explicit_feedback/sample.subsys.usb.uac2_explicit_feedback
nrf5340dk/nrf5340/cpuapp:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf5340dk/nrf5340/cpuapp:samples/sysbuild/hello_world/sample.sysbuild.hello_world.nrf5340dk_cpuapp_cpunet ‑ samples/sysbuild/hello_world/sample.sysbuild.hello_world.nrf5340dk_cpuapp_cpunet
nrf5340dk/nrf5340/cpuapp:tests/bluetooth/shell/bluetooth.audio_shell.no_lc3 ‑ tests/bluetooth/shell/bluetooth.audio_shell.no_lc3
nrf5340dk/nrf5340/cpuapp:tests/bluetooth/shell/bluetooth.audio_shell.no_usb ‑ tests/bluetooth/shell/bluetooth.audio_shell.no_usb
nrf5340dk/nrf5340/cpuapp:tests/boards/nrf/dmm/boards.nrf.dmm ‑ tests/boards/nrf/dmm/boards.nrf.dmm
nrf5340dk/nrf5340/cpuapp:tests/boards/nrf/i2c/i2c_slave/boards.nrf.i2c.i2c_slave ‑ tests/boards/nrf/i2c/i2c_slave/boards.nrf.i2c.i2c_slave
nrf5340dk/nrf5340/cpuapp:tests/boards/nrf/qdec/drivers.sensor.qdec ‑ tests/boards/nrf/qdec/drivers.sensor.qdec
nrf5340dk/nrf5340/cpuapp:tests/drivers/flash/erase_blocks/flash.erase_blocks.build_only ‑ tests/drivers/flash/erase_blocks/flash.erase_blocks.build_only
nrf5340dk/nrf5340/cpuapp:tests/drivers/regulator/fixed/drivers.regulator.fixed ‑ tests/drivers/regulator/fixed/drivers.regulator.fixed
nrf5340dk/nrf5340/cpuapp:tests/drivers/uart/uart_elementary/drivers.uart.uart_elementary ‑ tests/drivers/uart/uart_elementary/drivers.uart.uart_elementary
nrf5340dk/nrf5340/cpuapp:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf5340dk/nrf5340/cpuapp:tests/subsys/modem/backends/uart/modem.backends.uart.async ‑ tests/subsys/modem/backends/uart/modem.backends.uart.async
nrf5340dk/nrf5340/cpuapp:tests/subsys/modem/backends/uart/modem.backends.uart.isr ‑ tests/subsys/modem/backends/uart/modem.backends.uart.isr
nrf5340dk/nrf5340/cpunet:samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc ‑ samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc
nrf5340dk/nrf5340/cpunet:samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.bis.bt_ll_sw_split ‑ samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.bis.bt_ll_sw_split
nrf5340dk/nrf5340/cpunet:samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.cis.bt_ll_sw_split ‑ samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.cis.bt_ll_sw_split
nrf5340dk/nrf5340/cpunet:samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.df.bt_ll_sw_split ‑ samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.df.bt_ll_sw_split
nrf5340dk/nrf5340/cpunet:samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.df.no_phy_coded.bt_ll_sw_split ‑ samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.df.no_phy_coded.bt_ll_sw_split
nrf5340dk/nrf5340/cpunet:samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.iso.bt_ll_sw_split ‑ samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.iso.bt_ll_sw_split
nrf5340dk/nrf5340/cpunet:samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.iso_broadcast.bt_ll_sw_split ‑ samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.iso_broadcast.bt_ll_sw_split
nrf5340dk/nrf5340/cpunet:samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.iso_central.bt_ll_sw_split ‑ samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.iso_central.bt_ll_sw_split
nrf5340dk/nrf5340/cpunet:samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.iso_peripheral.bt_ll_sw_split ‑ samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.iso_peripheral.bt_ll_sw_split
nrf5340dk/nrf5340/cpunet:samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.iso_receive.bt_ll_sw_split ‑ samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.iso_receive.bt_ll_sw_split
nrf5340dk/nrf5340/cpunet:samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.mesh.bt_ll_sw_split ‑ samples/bluetooth/hci_ipc/sample.bluetooth.hci_ipc.mesh.bt_ll_sw_split
nrf5340dk/nrf5340/cpunet:samples/bluetooth/hci_uart/sample.bluetooth.hci_uart.nrf5340_netcore.df ‑ samples/bluetooth/hci_uart/sample.bluetooth.hci_uart.nrf5340_netcore.df
nrf5340dk/nrf5340/cpunet:samples/bluetooth/hci_uart/sample.bluetooth.hci_uart.nrf5340_netcore.df.iq_report ‑ samples/bluetooth/hci_uart/sample.bluetooth.hci_uart.nrf5340_netcore.df.iq_report
nrf5340dk/nrf5340/cpunet:samples/bluetooth/hci_uart_3wire/sample.bluetooth.hci_uart_3wire.nrf5340_netcore.df ‑ samples/bluetooth/hci_uart_3wire/sample.bluetooth.hci_uart_3wire.nrf5340_netcore.df
nrf5340dk/nrf5340/cpunet:samples/bluetooth/hci_uart_3wire/sample.bluetooth.hci_uart_3wire.nrf5340_netcore.df.iq_report ‑ samples/bluetooth/hci_uart_3wire/sample.bluetooth.hci_uart_3wire.nrf5340_netcore.df.iq_report
nrf5340dk/nrf5340/cpunet:samples/boards/nrf/ieee802154/802154_rpmsg/sample.boards.nrf.802154_rpmsg ‑ samples/boards/nrf/ieee802154/802154_rpmsg/sample.boards.nrf.802154_rpmsg
nrf5340dk/nrf5340/cpunet:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf5340dk/nrf5340/cpunet:tests/bluetooth/init/bluetooth.init.test_ctlr_sw_switch_single_timer ‑ tests/bluetooth/init/bluetooth.init.test_ctlr_sw_switch_single_timer
nrf5340dk/nrf5340/cpunet:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf54h20dk/nrf54h20/cpuapp:samples/drivers/mbox/sample.drivers.mbox.nrf54h20_app_ppr ‑ samples/drivers/mbox/sample.drivers.mbox.nrf54h20_app_ppr
nrf54h20dk/nrf54h20/cpuapp:samples/sensor/qdec/sample.sensor.nrf_qdec_sensor ‑ samples/sensor/qdec/sample.sensor.nrf_qdec_sensor
nrf54h20dk/nrf54h20/cpuapp:samples/subsys/usb/cdc_acm/sample.usb_device_next.cdc-acm ‑ samples/subsys/usb/cdc_acm/sample.usb_device_next.cdc-acm
nrf54h20dk/nrf54h20/cpuapp:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard
nrf54h20dk/nrf54h20/cpuapp:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-out-report ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-out-report
nrf54h20dk/nrf54h20/cpuapp:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-report ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-report
nrf54h20dk/nrf54h20/cpuapp:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.out-report ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.out-report
nrf54h20dk/nrf54h20/cpuapp:samples/subsys/usb/hid-mouse/sample.usb_device_next.hid-mouse ‑ samples/subsys/usb/hid-mouse/sample.usb_device_next.hid-mouse
nrf54h20dk/nrf54h20/cpuapp:samples/subsys/usb/mass/sample.usb_device_next.mass_ram_none ‑ samples/subsys/usb/mass/sample.usb_device_next.mass_ram_none
nrf54h20dk/nrf54h20/cpuapp:samples/subsys/usb/shell/sample.usbd.shell ‑ samples/subsys/usb/shell/sample.usbd.shell
nrf54h20dk/nrf54h20/cpuapp:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf54h20dk/nrf54h20/cpuapp:samples/sysbuild/hello_world/sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuppr ‑ samples/sysbuild/hello_world/sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuppr
nrf54h20dk/nrf54h20/cpuapp:samples/sysbuild/hello_world/sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuppr_xip ‑ samples/sysbuild/hello_world/sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuppr_xip
nrf54h20dk/nrf54h20/cpuapp:samples/sysbuild/hello_world/sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpurad ‑ samples/sysbuild/hello_world/sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpurad
nrf54h20dk/nrf54h20/cpuapp:tests/boards/nrf/dmm/boards.nrf.dmm ‑ tests/boards/nrf/dmm/boards.nrf.dmm
nrf54h20dk/nrf54h20/cpuapp:tests/boards/nrf/dmm/boards.nrf.dmm.cache_disabled ‑ tests/boards/nrf/dmm/boards.nrf.dmm.cache_disabled
nrf54h20dk/nrf54h20/cpuapp:tests/boards/nrf/i2c/i2c_slave/boards.nrf.i2c.i2c_slave ‑ tests/boards/nrf/i2c/i2c_slave/boards.nrf.i2c.i2c_slave
nrf54h20dk/nrf54h20/cpuapp:tests/boards/nrf/qdec/drivers.sensor.qdec ‑ tests/boards/nrf/qdec/drivers.sensor.qdec
nrf54h20dk/nrf54h20/cpuapp:tests/drivers/counter/counter_nrf_rtc/fixed_top/drivers.counter.nrf_rtc ‑ tests/drivers/counter/counter_nrf_rtc/fixed_top/drivers.counter.nrf_rtc
nrf54h20dk/nrf54h20/cpuapp:tests/drivers/sensor/temp_sensor/drivers.sensor.temp_sensor ‑ tests/drivers/sensor/temp_sensor/drivers.sensor.temp_sensor
nrf54h20dk/nrf54h20/cpuapp:tests/drivers/spi/spi_controller_peripheral/drivers.spi.spi_fast ‑ tests/drivers/spi/spi_controller_peripheral/drivers.spi.spi_fast
nrf54h20dk/nrf54h20/cpuapp:tests/drivers/spi/spi_error_cases/drivers.spi.spi_error_cases.fast ‑ tests/drivers/spi/spi_error_cases/drivers.spi.spi_error_cases.fast
nrf54h20dk/nrf54h20/cpuapp:tests/drivers/spi/spi_loopback/drivers.spi.nrf_fast ‑ tests/drivers/spi/spi_loopback/drivers.spi.nrf_fast
nrf54h20dk/nrf54h20/cpuapp:tests/drivers/timer/nrf_grtc_timer/drivers.timer.nrf_grtc_timer ‑ tests/drivers/timer/nrf_grtc_timer/drivers.timer.nrf_grtc_timer
nrf54h20dk/nrf54h20/cpuapp:tests/drivers/uart/uart_elementary/drivers.uart.uart_elementary ‑ tests/drivers/uart/uart_elementary/drivers.uart.uart_elementary
nrf54h20dk/nrf54h20/cpuapp:tests/drivers/uart/uart_elementary/drivers.uart.uart_elementary_dual_nrf54h ‑ tests/drivers/uart/uart_elementary/drivers.uart.uart_elementary_dual_nrf54h
nrf54h20dk/nrf54h20/cpuapp:tests/drivers/uart/uart_elementary/drivers.uart.uart_elementary_dual_setup_mismatch_nrf54h ‑ tests/drivers/uart/uart_elementary/drivers.uart.uart_elementary_dual_setup_mismatch_nrf54h
nrf54h20dk/nrf54h20/cpuapp:tests/drivers/uart/uart_pm/drivers.uart.pm ‑ tests/drivers/uart/uart_pm/drivers.uart.pm
nrf54h20dk/nrf54h20/cpuapp:tests/drivers/uart/uart_pm/drivers.uart.pm.async ‑ tests/drivers/uart/uart_pm/drivers.uart.pm.async
nrf54h20dk/nrf54h20/cpuapp:tests/drivers/uart/uart_pm/drivers.uart.pm.int_driven ‑ tests/drivers/uart/uart_pm/drivers.uart.pm.int_driven
nrf54h20dk/nrf54h20/cpuapp:tests/drivers/udc/drivers.usb.udc.build_only ‑ tests/drivers/udc/drivers.usb.udc.build_only
nrf54h20dk/nrf54h20/cpuapp:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf54h20dk/nrf54h20/cpurad:samples/drivers/mbox/sample.drivers.mbox.nrf54h20_rad_app ‑ samples/drivers/mbox/sample.drivers.mbox.nrf54h20_rad_app
nrf54h20dk/nrf54h20/cpurad:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf54h20dk/nrf54h20/cpurad:tests/drivers/counter/counter_nrf_rtc/fixed_top/drivers.counter.nrf_rtc ‑ tests/drivers/counter/counter_nrf_rtc/fixed_top/drivers.counter.nrf_rtc
nrf54h20dk/nrf54h20/cpurad:tests/drivers/timer/nrf_grtc_timer/drivers.timer.nrf_grtc_timer ‑ tests/drivers/timer/nrf_grtc_timer/drivers.timer.nrf_grtc_timer
nrf54h20dk/nrf54h20/cpurad:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf54l15pdk/nrf54l15/cpuapp:samples/bluetooth/beacon/sample.bluetooth.beacon ‑ samples/bluetooth/beacon/sample.bluetooth.beacon
nrf54l15pdk/nrf54l15/cpuapp:samples/bluetooth/hci_uart/sample.bluetooth.hci_uart.nrf54l15.all ‑ samples/bluetooth/hci_uart/sample.bluetooth.hci_uart.nrf54l15.all
nrf54l15pdk/nrf54l15/cpuapp:samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr ‑ samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr
nrf54l15pdk/nrf54l15/cpuapp:samples/drivers/mbox/sample.drivers.mbox.nrf54l15 ‑ samples/drivers/mbox/sample.drivers.mbox.nrf54l15
nrf54l15pdk/nrf54l15/cpuapp:samples/drivers/mbox/sample.drivers.mbox.nrf54l15_no_multithreading ‑ samples/drivers/mbox/sample.drivers.mbox.nrf54l15_no_multithreading
nrf54l15pdk/nrf54l15/cpuapp:samples/drivers/mbox/sample.drivers.mbox.nrf54l15_remote_no_multithreading ‑ samples/drivers/mbox/sample.drivers.mbox.nrf54l15_remote_no_multithreading
nrf54l15pdk/nrf54l15/cpuapp:samples/sensor/qdec/sample.sensor.nrf_qdec_sensor ‑ samples/sensor/qdec/sample.sensor.nrf_qdec_sensor
nrf54l15pdk/nrf54l15/cpuapp:samples/subsys/fs/fs_sample/sample.filesystem.fat_fs.nrf54l15pdk ‑ samples/subsys/fs/fs_sample/sample.filesystem.fat_fs.nrf54l15pdk
nrf54l15pdk/nrf54l15/cpuapp:samples/subsys/ipc/ipc_service/icmsg/sample.ipc.icmsg.nrf54l15 ‑ samples/subsys/ipc/ipc_service/icmsg/sample.ipc.icmsg.nrf54l15
nrf54l15pdk/nrf54l15/cpuapp:samples/subsys/ipc/ipc_service/icmsg/sample.ipc.icmsg.nrf54l15_no_multithreading ‑ samples/subsys/ipc/ipc_service/icmsg/sample.ipc.icmsg.nrf54l15_no_multithreading
nrf54l15pdk/nrf54l15/cpuapp:samples/subsys/ipc/ipc_service/icmsg/sample.ipc.icmsg.nrf54l15_remote_no_multithreading ‑ samples/subsys/ipc/ipc_service/icmsg/sample.ipc.icmsg.nrf54l15_remote_no_multithreading
nrf54l15pdk/nrf54l15/cpuapp:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf54l15pdk/nrf54l15/cpuapp:samples/sysbuild/hello_world/sample.sysbuild.hello_world.nrf54l15pdk_nrf54l15_cpuflpr ‑ samples/sysbuild/hello_world/sample.sysbuild.hello_world.nrf54l15pdk_nrf54l15_cpuflpr
nrf54l15pdk/nrf54l15/cpuapp:tests/boards/nrf/i2c/i2c_slave/boards.nrf.i2c.i2c_slave ‑ tests/boards/nrf/i2c/i2c_slave/boards.nrf.i2c.i2c_slave
nrf54l15pdk/nrf54l15/cpuapp:tests/boards/nrf/qdec/drivers.sensor.qdec ‑ tests/boards/nrf/qdec/drivers.sensor.qdec
nrf54l15pdk/nrf54l15/cpuapp:tests/drivers/flash/common/drivers.flash.common.no_explicit_erase ‑ tests/drivers/flash/common/drivers.flash.common.no_explicit_erase
nrf54l15pdk/nrf54l15/cpuapp:tests/drivers/timer/nrf_grtc_timer/drivers.timer.nrf_grtc_timer ‑ tests/drivers/timer/nrf_grtc_timer/drivers.timer.nrf_grtc_timer
nrf54l15pdk/nrf54l15/cpuapp:tests/drivers/uart/uart_elementary/drivers.uart.uart_elementary ‑ tests/drivers/uart/uart_elementary/drivers.uart.uart_elementary
nrf54l15pdk/nrf54l15/cpuapp:tests/drivers/uart/uart_elementary/drivers.uart.uart_elementary_dual_nrf54l ‑ tests/drivers/uart/uart_elementary/drivers.uart.uart_elementary_dual_nrf54l
nrf54l15pdk/nrf54l15/cpuapp:tests/drivers/uart/uart_elementary/drivers.uart.uart_elementary_dual_setup_mismatch_nrf54l ‑ tests/drivers/uart/uart_elementary/drivers.uart.uart_elementary_dual_setup_mismatch_nrf54l
nrf54l15pdk/nrf54l15/cpuapp:tests/drivers/uart/uart_pm/drivers.uart.pm ‑ tests/drivers/uart/uart_pm/drivers.uart.pm
nrf54l15pdk/nrf54l15/cpuapp:tests/drivers/uart/uart_pm/drivers.uart.pm.async ‑ tests/drivers/uart/uart_pm/drivers.uart.pm.async
nrf54l15pdk/nrf54l15/cpuapp:tests/drivers/uart/uart_pm/drivers.uart.pm.int_driven ‑ tests/drivers/uart/uart_pm/drivers.uart.pm.int_driven
nrf54l15pdk/nrf54l15/cpuapp:tests/drivers/watchdog/wdt_error_cases/drivers.watchdog.wdt_error_cases ‑ tests/drivers/watchdog/wdt_error_cases/drivers.watchdog.wdt_error_cases
nrf54l15pdk/nrf54l15/cpuapp:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf54l15pdk/nrf54l15/cpuapp:tests/subsys/fs/fcb/filesystem.fcb.no_erase ‑ tests/subsys/fs/fcb/filesystem.fcb.no_erase
nrf9131ek/nrf9131/ns:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf9131ek/nrf9131/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf9131ek/nrf9131:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf9131ek/nrf9131:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf9151dk/nrf9151/ns:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf9151dk/nrf9151/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf9151dk/nrf9151:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf9151dk/nrf9151:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf9160dk/nrf52840:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf9160dk/nrf52840:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf9160dk/nrf9160/ns:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf9160dk/nrf9160/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf9160dk/nrf9160:samples/boards/nrf/nrfx_prs/sample.boards.nrf.nrfx_prs ‑ samples/boards/nrf/nrfx_prs/sample.boards.nrf.nrfx_prs
nrf9160dk/nrf9160:samples/sensor/fdc2x1x/sample.sensor.fdc2x1x ‑ samples/sensor/fdc2x1x/sample.sensor.fdc2x1x
nrf9160dk/nrf9160:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf9160dk/nrf9160:tests/drivers/flash/erase_blocks/flash.erase_blocks.build_only ‑ tests/drivers/flash/erase_blocks/flash.erase_blocks.build_only
nrf9160dk/nrf9160:tests/drivers/regulator/fixed/drivers.regulator.fixed ‑ tests/drivers/regulator/fixed/drivers.regulator.fixed
nrf9160dk/nrf9160:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
[email protected]/nrf52840:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
[email protected]/nrf52840:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
[email protected]/nrf9160/ns:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
[email protected]/nrf9160/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
[email protected]/nrf9160:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
[email protected]/nrf9160:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf9161dk/nrf9161/ns:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf9161dk/nrf9161/ns:tests/drivers/flash/common/drivers.flash.common.tfm_ns ‑ tests/drivers/flash/common/drivers.flash.common.tfm_ns
nrf9161dk/nrf9161/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nrf9161dk/nrf9161:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nrf9161dk/nrf9161:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
[email protected]/nrf9161/ns:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
[email protected]/nrf9161/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
[email protected]/nrf9161:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
[email protected]/nrf9161:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_c031c6:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_c031c6:tests/drivers/dma/chan_blen_transfer/drivers.dma.chan_blen_transfer.low_footprint ‑ tests/drivers/dma/chan_blen_transfer/drivers.dma.chan_blen_transfer.low_footprint
nucleo_f030r8:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f030r8@2:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f070rb:samples/drivers/eeprom/sample.drivers.eeprom.shield.x_nucleo_eeprma2 ‑ samples/drivers/eeprom/sample.drivers.eeprom.shield.x_nucleo_eeprma2
nucleo_f070rb:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f070rb:tests/drivers/sensor/sbs_gauge/drivers.sensor.sbs_gauge ‑ tests/drivers/sensor/sbs_gauge/drivers.sensor.sbs_gauge
nucleo_f091rc:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f091rc:tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32 ‑ tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32
nucleo_f091rc:tests/drivers/build_all/dac/drivers.dac.stm32.build ‑ tests/drivers/build_all/dac/drivers.dac.stm32.build
nucleo_f091rc:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f0_f3.sysclksrc_hse_8 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f0_f3.sysclksrc_hse_8
nucleo_f091rc:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f0_f3.sysclksrc_hsi_8 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f0_f3.sysclksrc_hsi_8
nucleo_f091rc:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f0_f3.sysclksrc_pll_32_hse_8 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f0_f3.sysclksrc_pll_32_hse_8
nucleo_f091rc:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f0_f3.sysclksrc_pll_32_hsi_8 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f0_f3.sysclksrc_pll_32_hsi_8
nucleo_f091rc:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/drivers.clock.stm32_clock_configuration.common_device.f0.i2c1_hsi ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/drivers.clock.stm32_clock_configuration.common_device.f0.i2c1_hsi
nucleo_f091rc:tests/drivers/i2c/i2c_target_api/drivers.i2c.target_api.dual_role ‑ tests/drivers/i2c/i2c_target_api/drivers.i2c.target_api.dual_role
nucleo_f091rc:tests/drivers/watchdog/wdt_basic_api/drivers.watchdog.stm32iwdg ‑ tests/drivers/watchdog/wdt_basic_api/drivers.watchdog.stm32iwdg
nucleo_f091rc:tests/drivers/watchdog/wdt_basic_api/drivers.watchdog.stm32wwdg ‑ tests/drivers/watchdog/wdt_basic_api/drivers.watchdog.stm32wwdg
nucleo_f091rc:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_f103rb:samples/drivers/watchdog/sample.drivers.watchdog.stm32_iwdg ‑ samples/drivers/watchdog/sample.drivers.watchdog.stm32_iwdg
nucleo_f103rb:samples/drivers/watchdog/sample.drivers.watchdog.stm32_wwdg ‑ samples/drivers/watchdog/sample.drivers.watchdog.stm32_wwdg
nucleo_f103rb:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f103rb:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f1.sysclksrc_hse_8 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f1.sysclksrc_hse_8
nucleo_f103rb:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f1.sysclksrc_hsi_8 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f1.sysclksrc_hsi_8
nucleo_f103rb:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f1.sysclksrc_pll_64_hse_8 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f1.sysclksrc_pll_64_hse_8
nucleo_f103rb:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f1.sysclksrc_pll_64_hsi_8 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f1.sysclksrc_pll_64_hsi_8
nucleo_f103rb:tests/drivers/flash/common/drivers.flash.common.stm32 ‑ tests/drivers/flash/common/drivers.flash.common.stm32
nucleo_f207zg:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f207zg:tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32 ‑ tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32
nucleo_f207zg:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f2_f4_f7.sysclksrc_hse_8 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f2_f4_f7.sysclksrc_hse_8
nucleo_f207zg:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f2_f4_f7.sysclksrc_hsi_16 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f2_f4_f7.sysclksrc_hsi_16
nucleo_f207zg:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f2_f4_f7.sysclksrc_pll_100_hsi_16_ahb2 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f2_f4_f7.sysclksrc_pll_100_hsi_16_ahb2
nucleo_f207zg:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f2_f4_f7.sysclksrc_pll_64_hse_8 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f2_f4_f7.sysclksrc_pll_64_hse_8
nucleo_f207zg:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f2_f4_f7.sysclksrc_pll_64_hsi_16 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.f2_f4_f7.sysclksrc_pll_64_hsi_16
nucleo_f207zg:tests/drivers/dac/dac_loopback/drivers.dac.loopback ‑ tests/drivers/dac/dac_loopback/drivers.dac.loopback
nucleo_f207zg:tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_interrupt.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_interrupt.loopback
nucleo_f207zg:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_f302r8:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f303k8:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f303re:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f303re:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_f334r8:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f401re:samples/sensor/dht_polling/sample.sensor.dht_polling ‑ samples/sensor/dht_polling/sample.sensor.dht_polling
nucleo_f401re:samples/sensor/qdec/sample.sensor.st_qdec_sensor ‑ samples/sensor/qdec/sample.sensor.st_qdec_sensor
nucleo_f401re:samples/sensor/tmp116/sample.sensor.tmp116 ‑ samples/sensor/tmp116/sample.sensor.tmp116
nucleo_f401re:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f401re:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_f410rb:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f410rb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_f411re:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f411re:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_f412zg:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f412zg:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_f413zh:samples/subsys/usb/cdc_acm/sample.usb_device_next.cdc-acm ‑ samples/subsys/usb/cdc_acm/sample.usb_device_next.cdc-acm
nucleo_f413zh:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard
nucleo_f413zh:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-out-report ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-out-report
nucleo_f413zh:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-report ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.large-report
nucleo_f413zh:samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.out-report ‑ samples/subsys/usb/hid-keyboard/sample.usbd.hid-keyboard.out-report
nucleo_f413zh:samples/subsys/usb/hid-mouse/sample.usb_device_next.hid-mouse ‑ samples/subsys/usb/hid-mouse/sample.usb_device_next.hid-mouse
nucleo_f413zh:samples/subsys/usb/mass/sample.usb_device_next.mass_ram_none ‑ samples/subsys/usb/mass/sample.usb_device_next.mass_ram_none
nucleo_f413zh:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f413zh:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_f429zi:samples/boards/stm32/power_mgmt/blinky/sample.boards.stm32.power_mgmt.blinky ‑ samples/boards/stm32/power_mgmt/blinky/sample.boards.stm32.power_mgmt.blinky
nucleo_f429zi:samples/net/zperf/sample.net.zperf_st ‑ samples/net/zperf/sample.net.zperf_st
nucleo_f429zi:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f429zi:tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32 ‑ tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32
nucleo_f429zi:tests/drivers/build_all/pwm/drivers.pwm.max31790.build ‑ tests/drivers/build_all/pwm/drivers.pwm.max31790.build
nucleo_f429zi:tests/drivers/counter/counter_basic_api/drivers.counter.basic_api.stm32_subsec ‑ tests/drivers/counter/counter_basic_api/drivers.counter.basic_api.stm32_subsec
nucleo_f429zi:tests/drivers/flash/stm32/drivers.flash.stm32.f4 ‑ tests/drivers/flash/stm32/drivers.flash.stm32.f4
nucleo_f429zi:tests/drivers/flash/stm32/drivers.flash.stm32.f4.block_registers ‑ tests/drivers/flash/stm32/drivers.flash.stm32.f4.block_registers
nucleo_f429zi:tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_interrupt.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_interrupt.loopback
nucleo_f429zi:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_f446re:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f446re:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_f446ze:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f446ze:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_f722ze:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f722ze:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_f746zg:samples/drivers/auxdisplay/sample.drivers.auxdisplay ‑ samples/drivers/auxdisplay/sample.drivers.auxdisplay
nucleo_f746zg:samples/drivers/counter/alarm/sample.drivers.counter.alarm ‑ samples/drivers/counter/alarm/sample.drivers.counter.alarm
nucleo_f746zg:samples/net/zperf/sample.net.zperf_st ‑ samples/net/zperf/sample.net.zperf_st
nucleo_f746zg:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f746zg:tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32 ‑ tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32
nucleo_f746zg:tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_interrupt.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_interrupt.loopback
nucleo_f746zg:tests/drivers/uart/uart_async_api/drivers.uart.async_api.nocache_mem ‑ tests/drivers/uart/uart_async_api/drivers.uart.async_api.nocache_mem
nucleo_f746zg:tests/drivers/uart/uart_async_api/drivers.uart.async_api.nocache_mem_dt.nucleo_f746zg ‑ tests/drivers/uart/uart_async_api/drivers.uart.async_api.nocache_mem_dt.nucleo_f746zg
nucleo_f746zg:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_f756zg:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f756zg:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_f767zi:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_f767zi:tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_interrupt.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_interrupt.loopback
nucleo_f767zi:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_g031k8:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_g070rb:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_g070rb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_g071rb:samples/sensor/ds18b20/sample.sensor.ds18b20.w1_arduino_serial ‑ samples/sensor/ds18b20/sample.sensor.ds18b20.w1_arduino_serial
nucleo_g071rb:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_g071rb:tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32 ‑ tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32
nucleo_g071rb:tests/drivers/bbram/drivers.bbram.stm32 ‑ tests/drivers/bbram/drivers.bbram.stm32
nucleo_g071rb:tests/drivers/bbram/drivers.bbram.stm32_rtc ‑ tests/drivers/bbram/drivers.bbram.stm32_rtc
nucleo_g071rb:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.g0.sysclksrc_hsi_g0_16 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.g0.sysclksrc_hsi_g0_16
nucleo_g071rb:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.g0.sysclksrc_hsi_g0_16_div_2 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.g0.sysclksrc_hsi_g0_16_div_2
nucleo_g071rb:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.g0.sysclksrc_hsi_g0_16_div_4 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.g0.sysclksrc_hsi_g0_16_div_4
nucleo_g071rb:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.g0.sysclksrc_pll_64_hse_8 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.g0.sysclksrc_pll_64_hse_8
nucleo_g071rb:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.g0.sysclksrc_pll_g0_64_hsi_16 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.g0.sysclksrc_pll_g0_64_hsi_16
nucleo_g071rb:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/drivers.clock.stm32_clock_configuration.common_device.g0.i2c1_hsi_lptim1_lse_adc1_pllp ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/drivers.clock.stm32_clock_configuration.common_device.g0.i2c1_hsi_lptim1_lse_adc1_pllp
nucleo_g071rb:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/drivers.clock.stm32_clock_configuration.common_device.g0.i2c1_sysclk_lptim1_lsi ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/drivers.clock.stm32_clock_configuration.common_device.g0.i2c1_sysclk_lptim1_lsi
nucleo_g071rb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_g0b1re:samples/drivers/w1/scanner/sample.drivers.w1.scanner.ds2484 ‑ samples/drivers/w1/scanner/sample.drivers.w1.scanner.ds2484
nucleo_g0b1re:samples/drivers/w1/scanner/samples.drivers.w1.scanner.ds2485 ‑ samples/drivers/w1/scanner/samples.drivers.w1.scanner.ds2485
nucleo_g0b1re:samples/drivers/w1/scanner/samples.drivers.w1.scanner.w1_serial ‑ samples/drivers/w1/scanner/samples.drivers.w1.scanner.w1_serial
nucleo_g0b1re:samples/sensor/ds18b20/sample.sensor.ds18b20.w1_serial ‑ samples/sensor/ds18b20/sample.sensor.ds18b20.w1_serial
nucleo_g0b1re:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_g0b1re:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_g431rb:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_g431rb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_g474re:samples/subsys/task_wdt/sample.task_wdt ‑ samples/subsys/task_wdt/sample.task_wdt
nucleo_g474re:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_g474re:tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32 ‑ tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32
nucleo_g474re:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.g4.sysclksrc_hse_24 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.g4.sysclksrc_hse_24
nucleo_g474re:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.g4.sysclksrc_hse_24.css ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.g4.sysclksrc_hse_24.css
nucleo_g474re:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.g4.sysclksrc_hsi_16 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.g4.sysclksrc_hsi_16
nucleo_g474re:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.g4.sysclksrc_pll_64_hsi_16 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.g4.sysclksrc_pll_64_hsi_16
nucleo_g474re:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/drivers.clock.stm32_clock_configuration.common_device.g4.i2c1_hsi_adc1_pllp ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/drivers.clock.stm32_clock_configuration.common_device.g4.i2c1_hsi_adc1_pllp
nucleo_g474re:tests/drivers/flash/stm32/drivers.flash.stm32.g4 ‑ tests/drivers/flash/stm32/drivers.flash.stm32.g4
nucleo_g474re:tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_dma.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_dma.loopback
nucleo_g474re:tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_interrupt.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_interrupt.loopback
nucleo_g474re:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_h503rb:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_h503rb:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_h533re:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_h533re:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_h563zi:samples/net/ptp/sample.net.ptp ‑ samples/net/ptp/sample.net.ptp
nucleo_h563zi:samples/net/zperf/sample.net.zperf_st ‑ samples/net/zperf/sample.net.zperf_st
nucleo_h563zi:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_h563zi:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_h723zg:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_h723zg:tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_pll_hse_550 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_pll_hse_550
nucleo_h723zg:tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/drivers.clock.stm32_clock_configuration.h7_dev.spi1_per_ck_d1ppre_1 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/drivers.clock.stm32_clock_configuration.h7_dev.spi1_per_ck_d1ppre_1
nucleo_h723zg:tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/drivers.clock.stm32_clock_configuration.h7_dev.spi1_per_ck_hse ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/drivers.clock.stm32_clock_configuration.h7_dev.spi1_per_ck_hse
nucleo_h723zg:tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/drivers.clock.stm32_clock_configuration.h7_dev.spi1_per_ck_hsi ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/drivers.clock.stm32_clock_configuration.h7_dev.spi1_per_ck_hsi
nucleo_h723zg:tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/drivers.clock.stm32_clock_configuration.h7_dev.spi1_pll2p_1 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/drivers.clock.stm32_clock_configuration.h7_dev.spi1_pll2p_1
nucleo_h723zg:tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/drivers.clock.stm32_clock_configuration.h7_dev.spi1_pll3p_1_d1ppre_4 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/drivers.clock.stm32_clock_configuration.h7_dev.spi1_pll3p_1_d1ppre_4
nucleo_h723zg:tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/drivers.clock.stm32_clock_configuration.h7_dev.spi1_pllq_1_d1ppre_1 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/drivers.clock.stm32_clock_configuration.h7_dev.spi1_pllq_1_d1ppre_1
nucleo_h723zg:tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/drivers.clock.stm32_clock_configuration.h7_dev.spi1_pllq_2_d1ppre_4 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/drivers.clock.stm32_clock_configuration.h7_dev.spi1_pllq_2_d1ppre_4
nucleo_h723zg:tests/drivers/uart/uart_async_api/drivers.uart.async_api.nocache_mem ‑ tests/drivers/uart/uart_async_api/drivers.uart.async_api.nocache_mem
nucleo_h723zg:tests/drivers/uart/uart_async_api/drivers.uart.async_api.nocache_mem_dt.nucleo_h723zg ‑ tests/drivers/uart/uart_async_api/drivers.uart.async_api.nocache_mem_dt.nucleo_h723zg
nucleo_h723zg:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_h743zi:samples/drivers/watchdog/sample.drivers.watchdog.stm32h7_wwdg ‑ samples/drivers/watchdog/sample.drivers.watchdog.stm32h7_wwdg
nucleo_h743zi:samples/net/zperf/sample.net.zperf_st ‑ samples/net/zperf/sample.net.zperf_st
nucleo_h743zi:samples/subsys/fs/littlefs/sample.filesystem.littlefs.nucleo_h743zi_blk ‑ samples/subsys/fs/littlefs/sample.filesystem.littlefs.nucleo_h743zi_blk
nucleo_h743zi:samples/subsys/fs/littlefs/sample.filesystem.littlefs.nucleo_h743zi_qspi ‑ samples/subsys/fs/littlefs/sample.filesystem.littlefs.nucleo_h743zi_qspi
nucleo_h743zi:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_h743zi:tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32 ‑ tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32
nucleo_h743zi:tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_csi_4 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_csi_4
nucleo_h743zi:tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_hse_8 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_hse_8
nucleo_h743zi:tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_hse_8_css ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_hse_8_css
nucleo_h743zi:tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_hsi_64 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_hsi_64
nucleo_h743zi:tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_pll_csi_96 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_pll_csi_96
nucleo_h743zi:tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_pll_hse_96 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_pll_hse_96
nucleo_h743zi:tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_pll_hsi_96 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/drivers.clock.stm32_clock_configuration.h7_core.sysclksrc_pll_hsi_96
nucleo_h743zi:tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_16bits_frames.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_16bits_frames.loopback
nucleo_h743zi:tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_16bits_frames_dma.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_16bits_frames_dma.loopback
nucleo_h743zi:tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_16bits_frames_dma_dt_nocache_mem.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_16bits_frames_dma_dt_nocache_mem.loopback
nucleo_h743zi:tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_dma_dt_nocache_mem.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_dma_dt_nocache_mem.loopback
nucleo_h743zi:tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_interrupt.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_interrupt.loopback
nucleo_h743zi:tests/drivers/uart/uart_async_api/drivers.uart.wide ‑ tests/drivers/uart/uart_async_api/drivers.uart.wide
nucleo_h743zi:tests/drivers/uart/uart_basic_api/drivers.uart.basic_api.wide ‑ tests/drivers/uart/uart_basic_api/drivers.uart.basic_api.wide
nucleo_h743zi:tests/drivers/watchdog/wdt_basic_api/drivers.watchdog.stm32wwdg_h7 ‑ tests/drivers/watchdog/wdt_basic_api/drivers.watchdog.stm32wwdg_h7
nucleo_h743zi:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_h745zi_q/stm32h745xx/m4:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_h745zi_q/stm32h745xx/m4:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_h745zi_q/stm32h745xx/m7:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_h745zi_q/stm32h745xx/m7:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_h753zi:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_h753zi:tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_16bits_frames.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_16bits_frames.loopback
nucleo_h753zi:tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_16bits_frames_dma.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_16bits_frames_dma.loopback
nucleo_h753zi:tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_16bits_frames_dma_dt_nocache_mem.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_16bits_frames_dma_dt_nocache_mem.loopback
nucleo_h753zi:tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_dma_dt_nocache_mem.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_dma_dt_nocache_mem.loopback
nucleo_h753zi:tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_interrupt.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_interrupt.loopback
nucleo_h753zi:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_h7a3zi_q:samples/sensor/die_temp_polling/sample.sensor.die_temperature_polling ‑ samples/sensor/die_temp_polling/sample.sensor.die_temperature_polling
nucleo_h7a3zi_q:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_h7a3zi_q:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_l031k6:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_l053r8:samples/sensor/mcp9808/sample.sensor.mcp9808 ‑ samples/sensor/mcp9808/sample.sensor.mcp9808
nucleo_l053r8:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_l073rz:samples/basic/custom_dts_binding/sample.basic.custom_dts_binding ‑ samples/basic/custom_dts_binding/sample.basic.custom_dts_binding
nucleo_l073rz:samples/drivers/adc/adc_dt/sample.drivers.adc.adc_dt ‑ samples/drivers/adc/adc_dt/sample.drivers.adc.adc_dt
nucleo_l073rz:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_l152re:samples/drivers/dac/sample.drivers.dac ‑ samples/drivers/dac/sample.drivers.dac
nucleo_l152re:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_l152re:tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32 ‑ tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32
nucleo_l152re:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.l0_l1.sysclksrc_hse_8 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.l0_l1.sysclksrc_hse_8
nucleo_l152re:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.l0_l1.sysclksrc_msi_range6 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.l0_l1.sysclksrc_msi_range6
nucleo_l152re:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.l0_l1.sysclksrc_pll_32_hse_8 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.l0_l1.sysclksrc_pll_32_hse_8
nucleo_l152re:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.l0_l1.sysclksrc_pll_32_hsi_16 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.l0_l1.sysclksrc_pll_32_hsi_16
nucleo_l152re:tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_interrupt.loopback ‑ tests/drivers/spi/spi_loopback/drivers.spi.stm32_spi_interrupt.loopback
nucleo_l152re:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_l412rb_p:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_l412rb_p:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_l432kc:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_l432kc:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_l433rc_p:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_l433rc_p:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_l452re/stm32l452xx/p:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_l452re/stm32l452xx/p:tests/drivers/flash/stm32/drivers.flash.stm32.l4 ‑ tests/drivers/flash/stm32/drivers.flash.stm32.l4
nucleo_l452re/stm32l452xx/p:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_l452re:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_l452re:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_l476rg:samples/boards/stm32/i2c_timing/sample.boards.stm32.i2c_timing ‑ samples/boards/stm32/i2c_timing/sample.boards.stm32.i2c_timing
nucleo_l476rg:samples/boards/stm32/power_mgmt/standby_shutdown/sample.boards.stm32.power_mgmt.standby_shutdown ‑ samples/boards/stm32/power_mgmt/standby_shutdown/sample.boards.stm32.power_mgmt.standby_shutdown
nucleo_l476rg:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_l476rg:tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32 ‑ tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32
nucleo_l476rg:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_l496zg:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_l496zg:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_l4a6zg:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_l4a6zg:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_l4r5zi:samples/bluetooth/peripheral/sample.bluetooth.peripheral.x_nucleo_idb05a1_shield ‑ samples/bluetooth/peripheral/sample.bluetooth.peripheral.x_nucleo_idb05a1_shield
nucleo_l4r5zi:samples/boards/stm32/power_mgmt/wkup_pins/sample.boards.stm32.power_mgmt.wkup_pins ‑ samples/boards/stm32/power_mgmt/wkup_pins/sample.boards.stm32.power_mgmt.wkup_pins
nucleo_l4r5zi:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_l4r5zi:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_l552ze_q/stm32l552xx/ns:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_l552ze_q/stm32l552xx/ns:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_l552ze_q:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_l552ze_q:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_u575zi_q:samples/boards/stm32/power_mgmt/stop3/sample.boards.stm32.power_mgmt.stop3 ‑ samples/boards/stm32/power_mgmt/stop3/sample.boards.stm32.power_mgmt.stop3
nucleo_u575zi_q:samples/boards/stm32/power_mgmt/wkup_pins/sample.boards.stm32.power_mgmt.wkup_pins ‑ samples/boards/stm32/power_mgmt/wkup_pins/sample.boards.stm32.power_mgmt.wkup_pins
nucleo_u575zi_q:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_u575zi_q:tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32 ‑ tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32
nucleo_u575zi_q:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_u5a5zj_q:samples/boards/stm32/mco/sample.board.stm32.mco ‑ samples/boards/stm32/mco/sample.board.stm32.mco
nucleo_u5a5zj_q:samples/boards/stm32/power_mgmt/wkup_pins/sample.boards.stm32.power_mgmt.wkup_pins ‑ samples/boards/stm32/power_mgmt/wkup_pins/sample.boards.stm32.power_mgmt.wkup_pins
nucleo_u5a5zj_q:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_u5a5zj_q:tests/kernel/common/kernel.common ‑ tests/kernel/common/kernel.common
nucleo_wb55rg:samples/bluetooth/st_ble_sensor/sample.bluetooth.st_ble_sensor ‑ samples/bluetooth/st_ble_sensor/sample.bluetooth.st_ble_sensor
nucleo_wb55rg:samples/boards/stm32/i2c_timing/sample.boards.stm32.i2c_timing ‑ samples/boards/stm32/i2c_timing/sample.boards.stm32.i2c_timing
nucleo_wb55rg:samples/boards/stm32/power_mgmt/adc/sample.boards.stm32.power_mgmt.adc ‑ samples/boards/stm32/power_mgmt/adc/sample.boards.stm32.power_mgmt.adc
nucleo_wb55rg:samples/boards/stm32/power_mgmt/blinky/sample.boards.stm32.power_mgmt.blinky ‑ samples/boards/stm32/power_mgmt/blinky/sample.boards.stm32.power_mgmt.blinky
nucleo_wb55rg:samples/boards/stm32/power_mgmt/serial_wakeup/sample.boards.stm32.power_mgmt.serial_wakeup ‑ samples/boards/stm32/power_mgmt/serial_wakeup/sample.boards.stm32.power_mgmt.serial_wakeup
nucleo_wb55rg:samples/boards/stm32/power_mgmt/stm32wb_ble/sample.boards.stm32.pm.stm32wb_ble_pm ‑ samples/boards/stm32/power_mgmt/stm32wb_ble/sample.boards.stm32.pm.stm32wb_ble_pm
nucleo_wb55rg:samples/synchronization/sample.kernel.synchronization ‑ samples/synchronization/sample.kernel.synchronization
nucleo_wb55rg:tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32 ‑ tests/drivers/adc/adc_api/drivers.adc.dma_st_stm32
nucleo_wb55rg:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.wb.sysclksrc_hse_32 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.wb.sysclksrc_hse_32
nucleo_wb55rg:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.wb.sysclksrc_pll_48_hsi_16 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.wb.sysclksrc_pll_48_hsi_16
nucleo_wb55rg:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.wb.sysclksrc_pll_48_msi_4 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.wb.sysclksrc_pll_48_msi_4
nucleo_wb55rg:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.wb.sysclksrc_pll_64_hse_32 ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/drivers.clock.stm32_clock_configuration.common_core.wb.sysclksrc_pll_64_hse_32
nucleo_wb55rg:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/drivers.clock.stm32_clock_configuration.common_device.wb.i2c1_hsi_lptim1_lse ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/drivers.clock.stm32_clock_configuration.common_device.wb.i2c1_hsi_lptim1_lse
nucleo_wb55rg:tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/drivers.clock.stm32_clock_configuration.common_device.wb.i2c1_sysclk_lptim1_lsi ‑ tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/drivers.clock.stm32_clock_configuration.common_device.wb.i2c1_sysclk_lptim1_lsi