tests/samples: Drop default revision identifiers
Drops default identifiers Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
committed by
Carles Cufi
parent
6ec6b1d75a
commit
196cfda66d
@@ -7,7 +7,7 @@ tests:
|
||||
# Platform allowed is used as twister using sysbuild still lacks proper
|
||||
# filtering support, see discussion in #49552.
|
||||
platform_allow:
|
||||
- reel_board@1
|
||||
- reel_board
|
||||
- nrf52840dk/nrf52840
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
|
||||
@@ -13,7 +13,7 @@ tests:
|
||||
extra_args: CONF_FILE='common.conf;mt.conf;arm.conf'
|
||||
build_only: true
|
||||
platform_allow:
|
||||
- reel_board@1
|
||||
- reel_board
|
||||
- frdm_k64f
|
||||
- mps2/an385
|
||||
- nrf51dk/nrf51822
|
||||
@@ -25,7 +25,7 @@ tests:
|
||||
extra_args: CONF_FILE='common.conf;mt.conf;no-preempt.conf;arm.conf'
|
||||
build_only: true
|
||||
platform_allow:
|
||||
- reel_board@1
|
||||
- reel_board
|
||||
- frdm_k64f
|
||||
- mps2/an385
|
||||
- nrf51dk/nrf51822
|
||||
@@ -35,7 +35,7 @@ tests:
|
||||
extra_args: CONF_FILE='common.conf;mt.conf;no-preempt.conf;no-timers.conf;arm.conf'
|
||||
build_only: true
|
||||
platform_allow:
|
||||
- reel_board@1
|
||||
- reel_board
|
||||
- frdm_k64f
|
||||
- mps2/an385
|
||||
- nrf51dk/nrf51822
|
||||
@@ -45,7 +45,7 @@ tests:
|
||||
extra_args: CONF_FILE='common.conf;no-mt.conf;arm.conf'
|
||||
build_only: true
|
||||
platform_allow:
|
||||
- reel_board@1
|
||||
- reel_board
|
||||
- frdm_k64f
|
||||
- mps2/an385
|
||||
- nrf51dk/nrf51822
|
||||
@@ -55,7 +55,7 @@ tests:
|
||||
extra_args: CONF_FILE='common.conf;no-mt.conf;no-timers.conf;arm.conf'
|
||||
build_only: true
|
||||
platform_allow:
|
||||
- reel_board@1
|
||||
- reel_board
|
||||
- frdm_k64f
|
||||
- mps2/an385
|
||||
- nrf51dk/nrf51822
|
||||
|
||||
@@ -4,7 +4,7 @@ tests:
|
||||
sample.boards.nrf.nrfx:
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf9160dk@0.14.0/nrf9160
|
||||
- nrf9160dk/nrf9160
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
tags: board
|
||||
|
||||
@@ -4,10 +4,10 @@ tests:
|
||||
sample.boards.nrf.nrfx_prs:
|
||||
platform_allow:
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
- nrf9160dk@0.14.0/nrf9160
|
||||
- nrf9160dk/nrf9160
|
||||
integration_platforms:
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
- nrf9160dk@0.14.0/nrf9160
|
||||
- nrf9160dk/nrf9160
|
||||
tags: nrfx
|
||||
harness: console
|
||||
harness_config:
|
||||
|
||||
@@ -2,8 +2,8 @@ sample:
|
||||
description: reel board mesh badge sample
|
||||
name: mesh badge
|
||||
tests:
|
||||
sample.board.reel_board@1.mesh_badge:
|
||||
platform_allow: reel_board@1
|
||||
sample.board.reel_board.mesh_badge:
|
||||
platform_allow: reel_board
|
||||
tags:
|
||||
- samples
|
||||
- sensor
|
||||
|
||||
@@ -2,7 +2,7 @@ sample:
|
||||
name: STM32 Single Wire UART sample
|
||||
tests:
|
||||
sample.boards.stm32.uart.single_wire:
|
||||
platform_allow: stm32f3_disco@B
|
||||
platform_allow: stm32f3_disco
|
||||
tags:
|
||||
- drivers
|
||||
- uart
|
||||
|
||||
@@ -11,7 +11,7 @@ tests:
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf9160dk@0.14.0/nrf9160
|
||||
- nrf9160dk/nrf9160
|
||||
- samd20_xpro
|
||||
- bl5340_dvk/nrf5340/cpuapp
|
||||
- gd32e103v_eval
|
||||
|
||||
@@ -39,7 +39,7 @@ tests:
|
||||
- sam_e70_xplained/same70q21b
|
||||
- sam_v71_xult/samv71q21
|
||||
- sam_v71_xult/samv71q21b
|
||||
- stm32f3_disco@B
|
||||
- stm32f3_disco
|
||||
- stm32l562e_dk
|
||||
- twr_ke18f
|
||||
- lpcxpresso55s36
|
||||
|
||||
@@ -8,7 +8,7 @@ tests:
|
||||
- arduino_i2c
|
||||
- arduino_spi
|
||||
platform_exclude:
|
||||
- reel_board@1
|
||||
- reel_board
|
||||
- reel_board@2
|
||||
- ubx_evkannab1/nrf52832
|
||||
- stm32f769i_disco
|
||||
|
||||
@@ -6,7 +6,7 @@ tests:
|
||||
filter: dt_compat_enabled("pwm-leds")
|
||||
tags: LED
|
||||
depends_on: pwm
|
||||
platform_exclude: reel_board@1
|
||||
platform_exclude: reel_board
|
||||
timeout: 20
|
||||
harness: console
|
||||
harness_config:
|
||||
|
||||
@@ -4,8 +4,8 @@ tests:
|
||||
sample.drivers.flash.soc_flash_nrf:
|
||||
platform_allow:
|
||||
- nrf52dk/nrf52832
|
||||
- nrf9160dk@0.14.0/nrf9160
|
||||
- nrf9160dk@0.14.0/nrf9160/ns
|
||||
- nrf9160dk/nrf9160
|
||||
- nrf9160dk/nrf9160/ns
|
||||
integration_platforms:
|
||||
- nrf52dk/nrf52832
|
||||
tags:
|
||||
|
||||
@@ -38,7 +38,7 @@ tests:
|
||||
- nucleo_l152re
|
||||
- nucleo_wb55rg
|
||||
- nucleo_wl55jc
|
||||
- stm32f3_disco@B
|
||||
- stm32f3_disco
|
||||
- stm32l562e_dk
|
||||
- disco_l475_iot1
|
||||
- stm32h573i_dk
|
||||
@@ -65,7 +65,7 @@ tests:
|
||||
- nucleo_l152re
|
||||
- nucleo_wb55rg
|
||||
- nucleo_wl55jc
|
||||
- stm32f3_disco@B
|
||||
- stm32f3_disco
|
||||
- stm32l562e_dk
|
||||
- disco_l475_iot1
|
||||
- stm32h573i_dk
|
||||
|
||||
@@ -11,7 +11,7 @@ tests:
|
||||
platform_allow:
|
||||
- cc3220sf_launchxl
|
||||
- disco_l475_iot1
|
||||
- reel_board@1
|
||||
- reel_board
|
||||
integration_platforms:
|
||||
- cc3220sf_launchxl
|
||||
sample.net.wifi.mikroe_wifi_bt_click:
|
||||
|
||||
@@ -71,7 +71,7 @@ tests:
|
||||
depends_on: usb_device
|
||||
sample.net.zperf.shield:
|
||||
harness: net
|
||||
platform_allow: reel_board@1
|
||||
platform_allow: reel_board
|
||||
extra_args: SHIELD=link_board_eth
|
||||
tags:
|
||||
- shield
|
||||
|
||||
@@ -19,8 +19,8 @@ tests:
|
||||
- frdm_k64f # fxos8700
|
||||
- sparkfun_thing_plus/nrf9160 # lis2dh
|
||||
- thingy52/nrf52832 # lis2dh12
|
||||
- stm32f411e_disco@D # lsm303agr_accel
|
||||
- stm32f3_disco@B # lsm303dlhc_accel
|
||||
- stm32f411e_disco # lsm303agr_accel
|
||||
- stm32f3_disco # lsm303dlhc_accel
|
||||
- bl5340_dvk/nrf5340/cpuapp # lis3dh
|
||||
- b_l4s5i_iot01a # lsm6dsl
|
||||
- sensortile_box # lis2dw12, lsm6dso, iisdhhc
|
||||
|
||||
@@ -3,9 +3,9 @@ sample:
|
||||
tests:
|
||||
sample.sensor.apds9960:
|
||||
harness: console
|
||||
platform_allow: reel_board@1
|
||||
platform_allow: reel_board
|
||||
integration_platforms:
|
||||
- reel_board@1
|
||||
- reel_board
|
||||
tags: sensors
|
||||
depends_on:
|
||||
- i2c
|
||||
@@ -19,9 +19,9 @@ tests:
|
||||
fixture: fixture_i2c_apds9960
|
||||
sample.sensor.apds9960.trigger:
|
||||
harness: console
|
||||
platform_allow: reel_board@1
|
||||
platform_allow: reel_board
|
||||
integration_platforms:
|
||||
- reel_board@1
|
||||
- reel_board
|
||||
tags: sensors
|
||||
depends_on:
|
||||
- i2c
|
||||
|
||||
@@ -7,7 +7,7 @@ tests:
|
||||
- sensors
|
||||
filter: dt_alias_exists("die-temp0")
|
||||
integration_platforms:
|
||||
- stm32f3_disco@B
|
||||
- stm32f3_disco
|
||||
harness: console
|
||||
harness_config:
|
||||
type: one_line
|
||||
|
||||
@@ -5,6 +5,6 @@ tests:
|
||||
sample.sensor.fdc2x1x:
|
||||
harness: sensor
|
||||
tags: sensors
|
||||
platform_allow: nrf9160dk@0.14.0/nrf9160
|
||||
platform_allow: nrf9160dk/nrf9160
|
||||
integration_platforms:
|
||||
- nrf9160dk@0.14.0/nrf9160
|
||||
- nrf9160dk/nrf9160
|
||||
|
||||
@@ -33,7 +33,7 @@ tests:
|
||||
- frdm_kl25z
|
||||
- bbc_microbit
|
||||
- lpcxpresso55s69/lpc55s69/cpu0
|
||||
- reel_board@1
|
||||
- reel_board
|
||||
- mimxrt685_evk
|
||||
- mimxrt595_evk/mimxrt595s/cm33
|
||||
integration_platforms:
|
||||
|
||||
@@ -9,5 +9,5 @@ tests:
|
||||
- frdm_k64f # fxos8700
|
||||
- thingy53/nrf5340/cpuapp # bmm150
|
||||
- sensortile_box # lis2mdl
|
||||
- stm32f411e_disco@D # lsm303agr_magn
|
||||
- stm32f3_disco@B # lsm303dlhc_magn
|
||||
- stm32f411e_disco # lsm303agr_magn
|
||||
- stm32f3_disco # lsm303dlhc_magn
|
||||
|
||||
@@ -4,9 +4,9 @@ tests:
|
||||
sample.sensor.ti_hdc:
|
||||
harness: sensor
|
||||
platform_allow:
|
||||
- reel_board@1
|
||||
- reel_board
|
||||
- nucleo_l496zg
|
||||
integration_platforms:
|
||||
- reel_board@1
|
||||
- reel_board
|
||||
tags: sensors
|
||||
depends_on: i2c
|
||||
|
||||
@@ -3,5 +3,5 @@ sample:
|
||||
tests:
|
||||
sample.debug.debugmon:
|
||||
build_only: true
|
||||
platform_allow: reel_board@1
|
||||
platform_allow: reel_board
|
||||
tags: debug
|
||||
|
||||
@@ -10,4 +10,4 @@ tests:
|
||||
extra_args: SHIELD=ssd1306_128x64
|
||||
tags: shield
|
||||
sample.display.cfb.ssd16xx:
|
||||
platform_allow: reel_board@1
|
||||
platform_allow: reel_board
|
||||
|
||||
@@ -6,4 +6,4 @@ sample:
|
||||
name: cfb custom font sample
|
||||
tests:
|
||||
sample.display.cfb_custom_font.ssd16xx:
|
||||
platform_allow: reel_board@1
|
||||
platform_allow: reel_board
|
||||
|
||||
@@ -10,4 +10,4 @@ tests:
|
||||
extra_args: SHIELD=ssd1306_128x32
|
||||
tags: shield
|
||||
sample.display.cfb_shell.ssd16xx:
|
||||
platform_allow: reel_board@1
|
||||
platform_allow: reel_board
|
||||
|
||||
@@ -9,12 +9,12 @@ common:
|
||||
tests:
|
||||
sample.filesystem.shell:
|
||||
platform_allow:
|
||||
- reel_board@1
|
||||
- reel_board
|
||||
- mimxrt1060_evk
|
||||
- mr_canhubk3
|
||||
- native_sim
|
||||
integration_platforms:
|
||||
- reel_board@1
|
||||
- reel_board
|
||||
sample.filesystem.shell.fuse:
|
||||
platform_allow:
|
||||
- native_sim
|
||||
|
||||
@@ -12,7 +12,7 @@ tests:
|
||||
- csr
|
||||
- mcuboot
|
||||
platform_allow: mps2/an521/cpu0/ns v2m_musca_s1/musca_s1/ns
|
||||
nrf5340dk/nrf5340/cpuapp/ns nrf9160dk@0.14.0/nrf9160/ns
|
||||
nrf5340dk/nrf5340/cpuapp/ns nrf9160dk/nrf9160/ns
|
||||
stm32l562e_dk/stm32l562xx/ns bl5340_dvk/nrf5340/cpuapp/ns
|
||||
harness: console
|
||||
harness_config:
|
||||
|
||||
@@ -7,7 +7,7 @@ common:
|
||||
- mps2/an521/cpu0/ns
|
||||
- v2m_musca_s1/musca_s1/ns
|
||||
- nrf5340dk/nrf5340/cpuapp/ns
|
||||
- nrf9160dk@0.14.0/nrf9160/ns
|
||||
- nrf9160dk/nrf9160/ns
|
||||
- bl5340_dvk/nrf5340/cpuapp/ns
|
||||
integration_platforms:
|
||||
- mps2/an521/cpu0/ns
|
||||
|
||||
@@ -11,7 +11,7 @@ tests:
|
||||
platform_allow:
|
||||
- mps2/an521/cpu0/ns
|
||||
- nrf5340dk/nrf5340/cpuapp/ns
|
||||
- nrf9160dk@0.14.0/nrf9160/ns
|
||||
- nrf9160dk/nrf9160/ns
|
||||
- nucleo_l552ze_q/stm32l552xx/ns
|
||||
- stm32l562e_dk/stm32l562xx/ns
|
||||
- v2m_musca_s1/musca_s1/ns
|
||||
|
||||
@@ -5,8 +5,8 @@ common:
|
||||
platform_allow:
|
||||
- mps2/an521/cpu0/ns
|
||||
- nrf5340dk/nrf5340/cpuapp/ns
|
||||
- nrf9160dk@0.14.0/nrf9160/ns
|
||||
- nrf9161dk@0.9.0/nrf9161/ns
|
||||
- nrf9160dk/nrf9160/ns
|
||||
- nrf9161dk/nrf9161/ns
|
||||
- v2m_musca_s1/musca_s1/ns
|
||||
modules:
|
||||
- psa-arch-tests
|
||||
|
||||
@@ -6,8 +6,8 @@ common:
|
||||
- psa-arch-tests
|
||||
platform_allow:
|
||||
- nrf5340dk/nrf5340/cpuapp/ns
|
||||
- nrf9160dk@0.14.0/nrf9160/ns
|
||||
- nrf9161dk@0.9.0/nrf9161/ns
|
||||
- nrf9160dk/nrf9160/ns
|
||||
- nrf9161dk/nrf9161/ns
|
||||
- v2m_musca_s1/musca_s1/ns
|
||||
integration_platforms:
|
||||
- nrf5340dk/nrf5340/cpuapp/ns
|
||||
|
||||
@@ -5,7 +5,7 @@ common:
|
||||
- mps2/an521/cpu0/ns
|
||||
- v2m_musca_s1/musca_s1/ns
|
||||
- nrf5340dk/nrf5340/cpuapp/ns
|
||||
- nrf9160dk@0.14.0/nrf9160/ns
|
||||
- nrf9160dk/nrf9160/ns
|
||||
integration_platforms:
|
||||
- mps2/an521/cpu0/ns
|
||||
harness: console
|
||||
|
||||
@@ -12,7 +12,7 @@ tests:
|
||||
- mps2/an521/cpu0
|
||||
- mps3/an547
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf9160dk@0.14.0/nrf9160
|
||||
- nrf9160dk/nrf9160
|
||||
- nrf51dk/nrf51822
|
||||
integration_platforms:
|
||||
- qemu_cortex_m0
|
||||
|
||||
@@ -3,7 +3,7 @@ common:
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
- nrf9160dk@0.14.0/nrf9160
|
||||
- nrf9160dk/nrf9160
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
timeout: 600
|
||||
|
||||
@@ -7,7 +7,7 @@ tests:
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf9160dk@0.14.0/nrf9160
|
||||
- nrf9160dk/nrf9160
|
||||
integration_platforms:
|
||||
- nrf51dk/nrf51822
|
||||
drivers.clock.clock_control_nrf5_lfclk_rc:
|
||||
|
||||
@@ -10,7 +10,7 @@ tests:
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf9160dk@0.14.0/nrf9160
|
||||
- nrf9160dk/nrf9160
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
- nrf5340dk/nrf5340/cpunet
|
||||
extra_configs:
|
||||
@@ -24,7 +24,7 @@ tests:
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf9160dk@0.14.0/nrf9160
|
||||
- nrf9160dk/nrf9160
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
- nrf5340dk/nrf5340/cpunet
|
||||
extra_configs:
|
||||
@@ -38,7 +38,7 @@ tests:
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf9160dk@0.14.0/nrf9160
|
||||
- nrf9160dk/nrf9160
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
- nrf5340dk/nrf5340/cpunet
|
||||
integration_platforms:
|
||||
|
||||
@@ -7,6 +7,6 @@ tests:
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf9160dk@0.14.0/nrf9160
|
||||
- nrf9160dk/nrf9160
|
||||
integration_platforms:
|
||||
- nrf51dk/nrf51822
|
||||
|
||||
@@ -186,14 +186,14 @@ tests:
|
||||
extra_args: DTC_OVERLAY_FILE="boards/clear_f0_f1_f3_clocks.overlay;boards/hsi_8.overlay"
|
||||
platform_allow:
|
||||
- nucleo_f091rc
|
||||
- stm32f3_disco@B
|
||||
- stm32f3_disco
|
||||
integration_platforms:
|
||||
- nucleo_f091rc
|
||||
drivers.clock.stm32_clock_configuration.common_core.f0_f3.sysclksrc_hse_8:
|
||||
extra_args: DTC_OVERLAY_FILE="boards/clear_f0_f1_f3_clocks.overlay;boards/hse_8_bypass.overlay"
|
||||
platform_allow:
|
||||
- nucleo_f091rc
|
||||
- stm32f3_disco@B
|
||||
- stm32f3_disco
|
||||
integration_platforms:
|
||||
- nucleo_f091rc
|
||||
drivers.clock.stm32_clock_configuration.common_core.f0_f3.sysclksrc_pll_32_hsi_8:
|
||||
@@ -201,7 +201,7 @@ tests:
|
||||
DTC_OVERLAY_FILE="boards/clear_f0_f1_f3_clocks.overlay;boards/f0_f3_pll_32_hsi_8.overlay"
|
||||
platform_allow:
|
||||
- nucleo_f091rc
|
||||
- stm32f3_disco@B
|
||||
- stm32f3_disco
|
||||
integration_platforms:
|
||||
- nucleo_f091rc
|
||||
drivers.clock.stm32_clock_configuration.common_core.f0_f3.sysclksrc_pll_32_hse_8:
|
||||
@@ -209,7 +209,7 @@ tests:
|
||||
DTC_OVERLAY_FILE="boards/clear_f0_f1_f3_clocks.overlay;boards/f0_f3_pll_32_hse_8.overlay"
|
||||
platform_allow:
|
||||
- nucleo_f091rc
|
||||
- stm32f3_disco@B
|
||||
- stm32f3_disco
|
||||
integration_platforms:
|
||||
- nucleo_f091rc
|
||||
drivers.clock.stm32_clock_configuration.common_core.f1.sysclksrc_hsi_8:
|
||||
|
||||
@@ -33,4 +33,4 @@ tests:
|
||||
platform_allow: nucleo_f091rc
|
||||
drivers.clock.stm32_clock_configuration.common_device.f3.i2c1_hsi:
|
||||
extra_args: DTC_OVERLAY_FILE="boards/f3_i2c1_hsi.overlay"
|
||||
platform_allow: stm32f3_disco@B
|
||||
platform_allow: stm32f3_disco
|
||||
|
||||
@@ -21,7 +21,7 @@ tests:
|
||||
- bl653_dvk
|
||||
- bl654_dvk
|
||||
- bl5340_dvk/nrf5340/cpuapp
|
||||
- stm32f3_disco@B
|
||||
- stm32f3_disco
|
||||
- stm32l562e_dk
|
||||
- nucleo_l552ze_q
|
||||
- nucleo_f429zi
|
||||
|
||||
@@ -40,12 +40,12 @@ tests:
|
||||
filter: (CONFIG_FLASH_HAS_DRIVER_ENABLED and CONFIG_TRUSTED_EXECUTION_NONSECURE
|
||||
and dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions"))
|
||||
integration_platforms:
|
||||
- nrf9161dk@0.9.0/nrf9161/ns
|
||||
- nrf9161dk/nrf9161/ns
|
||||
drivers.flash.common.stm32:
|
||||
platform_allow:
|
||||
- nucleo_f103rb
|
||||
- nucleo_f207zg
|
||||
- stm32f3_disco@B
|
||||
- stm32f3_disco
|
||||
- nucleo_f429zi
|
||||
- stm32f746g_disco
|
||||
- nucleo_f767zi
|
||||
|
||||
@@ -13,5 +13,5 @@ tests:
|
||||
platform_allow:
|
||||
- sam_v71_xult/samv71q21
|
||||
- b_u585i_iot02a
|
||||
- nrf9160dk@0.14.0/nrf9160
|
||||
- nrf9160dk/nrf9160
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
|
||||
@@ -15,7 +15,7 @@ tests:
|
||||
- nucleo_g474re
|
||||
- nucleo_f091rc
|
||||
- stm32f072b_disco
|
||||
- stm32f3_disco@B
|
||||
- stm32f3_disco
|
||||
- nucleo_g071rb
|
||||
- nucleo_f207zg
|
||||
- nucleo_f429zi
|
||||
|
||||
@@ -10,8 +10,8 @@ tests:
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
- nrf9160dk@0.14.0/nrf9160
|
||||
- nrf9160dk/nrf9160
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
- nrf9160dk@0.14.0/nrf9160
|
||||
- nrf9160dk/nrf9160
|
||||
|
||||
@@ -6,7 +6,7 @@ common:
|
||||
harness: ztest
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf9160dk@0.14.0/nrf9160
|
||||
- nrf9160dk/nrf9160
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
- nrf52_bsim
|
||||
integration_platforms:
|
||||
|
||||
@@ -23,7 +23,7 @@ tests:
|
||||
- nucleo_f091rc
|
||||
- nucleo_f103rb
|
||||
- nucleo_f207zg
|
||||
- stm32f3_disco@B
|
||||
- stm32f3_disco
|
||||
- nucleo_f429zi
|
||||
- nucleo_f746zg
|
||||
- nucleo_g071rb
|
||||
@@ -54,7 +54,7 @@ tests:
|
||||
- nucleo_f091rc
|
||||
- nucleo_f103rb
|
||||
- nucleo_f207zg
|
||||
- stm32f3_disco@B
|
||||
- stm32f3_disco
|
||||
- nucleo_f429zi
|
||||
- nucleo_f746zg
|
||||
- nucleo_g071rb
|
||||
|
||||
@@ -25,7 +25,7 @@ tests:
|
||||
platform_allow:
|
||||
- efr32_radio/efr32mg21a020f1024im32
|
||||
- mps3/an547
|
||||
- nrf9160dk@0.14.0/nrf9160
|
||||
- nrf9160dk/nrf9160
|
||||
integration_platforms:
|
||||
- mps3/an547
|
||||
extra_args: CONFIG_MPU_GAP_FILLING=y
|
||||
|
||||
@@ -24,7 +24,7 @@ tests:
|
||||
platform_allow:
|
||||
- efr32_radio/efr32mg21a020f1024im32
|
||||
- mps3/an547
|
||||
- nrf9160dk@0.14.0/nrf9160
|
||||
- nrf9160dk/nrf9160
|
||||
integration_platforms:
|
||||
- mps3/an547
|
||||
extra_args: CONFIG_MPU_GAP_FILLING=y
|
||||
|
||||
@@ -8,7 +8,7 @@ tests:
|
||||
- mps2/an385
|
||||
- mps2/an521/cpu0
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf9160dk@0.14.0/nrf9160
|
||||
- nrf9160dk/nrf9160
|
||||
- nrf51dk/nrf51822
|
||||
- nsim/nsim_em
|
||||
- nsim/nsim_em7d_v22
|
||||
|
||||
@@ -2,7 +2,7 @@ tests:
|
||||
buildsystem.debug.build:
|
||||
platform_exclude:
|
||||
- lpcxpresso55s69/lpc55s69/cpu0/ns
|
||||
- nrf9160dk@0.14.0/nrf9160/ns
|
||||
- nrf9160dk/nrf9160/ns
|
||||
- nrf5340dk/nrf5340/cpuapp/ns
|
||||
build_only: true
|
||||
extra_args: CONF_FILE=debug.conf
|
||||
|
||||
@@ -10,7 +10,7 @@ tests:
|
||||
timeout: 80
|
||||
platform_exclude:
|
||||
- nucleo_l053r8
|
||||
- nucleo_f030r8@1
|
||||
- nucleo_f030r8
|
||||
- stm32f0_disco
|
||||
- nrf52_bsim
|
||||
logging.immediate.clean_output:
|
||||
@@ -21,6 +21,6 @@ tests:
|
||||
timeout: 80
|
||||
platform_exclude:
|
||||
- nucleo_l053r8
|
||||
- nucleo_f030r8@1
|
||||
- nucleo_f030r8
|
||||
- stm32f0_disco
|
||||
- nrf52_bsim
|
||||
|
||||
Reference in New Issue
Block a user