Skip to content

Commit

Permalink
twister: update alternative specifications
Browse files Browse the repository at this point in the history
Synchronize with Zephyr upstream.

Signed-off-by: Stephan Linz <[email protected]>
  • Loading branch information
rexut committed Dec 29, 2024
1 parent f3b9207 commit 7135fa0
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 8 deletions.
11 changes: 9 additions & 2 deletions zephyr/alt-config/samples/basic/rgb_led/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,16 @@ common:
- drivers
- pwm
depends_on: pwm
harness: led
build_only: true
harness: console
harness_config:
fixture: fixture_led
tests:
sample.basic.rgb_led:
filter: dt_alias_exists("red-pwm-led") and
dt_alias_exists("green-pwm-led") and
dt_alias_exists("blue-pwm-led")
integration_platforms:
- nrf52840_mdk
#
# shield: PiMoroni Pico LCD 1.14
#
Expand Down
5 changes: 3 additions & 2 deletions zephyr/alt-config/samples/drivers/display/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ common:
- drivers
- display
depends_on: spi
harness: display
build_only: true
harness: console
harness_config:
fixture: fixture_display
tests:
#
# shield: GeeekPi Pico Breadboard Kit (EP-0164)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ common:
- drivers
- led
filter: dt_alias_exists("led-strip")
harness: led_strip
build_only: true
harness: console
harness_config:
fixture: fixture_led_strip
tests:
#
# boards with LED strip
Expand Down
5 changes: 3 additions & 2 deletions zephyr/alt-config/samples/subsys/input/input_dump/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ common:
- zephyr
- shield
- input
build_only: true
depends_on: pico_gpio
harness: input
harness: console
harness_config:
fixture: fixture_input
tests:
#
# shield: GeeekPi Pico Breadboard Kit (EP-0164)
Expand Down
23 changes: 23 additions & 0 deletions zephyr/alt-config/tests/drivers/i2c/i2c_target_api/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ tests:
drivers.i2c.target_api.dual_role:
platform_allow:
- magpie_f777ni
- b_u585i_iot02a
- nucleo_f746zg
- nucleo_g474re
- nucleo_f091rc
Expand All @@ -34,3 +35,25 @@ tests:
- nucleo_f091rc
extra_configs:
- CONFIG_APP_DUAL_ROLE_I2C=y
drivers.i2c.target_api.single_role:
platform_allow:
- frdm_mcxn947/mcxn947/cpu0
- mimxrt1170_evk@B/mimxrt1176/cm7
- mimxrt1170_evk/mimxrt1176/cm7
- mimxrt1180_evk/mimxrt1189/cm33
- mimxrt1180_evk/mimxrt1189/cm7
- mimxrt1040_evk
- mimxrt1060_evk/mimxrt1062/qspi
- frdm_ke17z512
- frdm_mcxn236
- frdm_mcxa156
- max32655evkit/max32655/m4
- max32662evkit
- max32666evkit/max32666/cpu0
- max32670evkit
- max32672evkit
- max32675evkit
- max32680evkit/max32680/m4
- max32690evkit/max32690/m4
integration_platforms:
- max32690evkit/max32690/m4

0 comments on commit 7135fa0

Please sign in to comment.