Skip to content

Commit

Permalink
scripts: twister: alt: blinky: align to changes in Kconfig
Browse files Browse the repository at this point in the history
Use new Kconfig names.

Signed-off-by: Marcin Szymczyk <[email protected]>
  • Loading branch information
masz-nordic authored and rlubos committed Nov 13, 2024
1 parent e4f2005 commit 31cf64e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/twister/alt/zephyr/samples/basic/blinky/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ tests:
integration_platforms:
- nrf54l15dk/nrf54l15/cpuapp
extra_args: SB_CONFIG_SDP=y
SB_CONFIG_EGPIO_FLPR_APPLICATION=y
SB_CONFIG_EGPIO_BACKEND_ICMSG=y
SB_CONFIG_SDP_GPIO=y
SB_CONFIG_SDP_GPIO_BACKEND_ICMSG=y
SB_CONFIG_PARTITION_MANAGER=n
EXTRA_DTC_OVERLAY_FILE="./boards/nrf54l15dk_nrf54l15_cpuapp_egpio.overlay"
harness: console
Expand All @@ -38,8 +38,8 @@ tests:
integration_platforms:
- nrf54l15dk/nrf54l15/cpuapp
extra_args: SB_CONFIG_SDP=y
SB_CONFIG_EGPIO_FLPR_APPLICATION=y
SB_CONFIG_EGPIO_BACKEND_MBOX=y
SB_CONFIG_SDP_GPIO=y
SB_CONFIG_SDP_GPIO_BACKEND_MBOX=y
SB_CONFIG_PARTITION_MANAGER=n
EXTRA_DTC_OVERLAY_FILE="./boards/nrf54l15dk_nrf54l15_cpuapp_egpio.overlay"
harness: console
Expand All @@ -57,8 +57,8 @@ tests:
integration_platforms:
- nrf54l15dk/nrf54l15/cpuapp
extra_args: SB_CONFIG_SDP=y
SB_CONFIG_EGPIO_FLPR_APPLICATION=y
SB_CONFIG_EGPIO_BACKEND_ICBMSG=y
SB_CONFIG_SDP_GPIO=y
SB_CONFIG_SDP_GPIO_BACKEND_ICBMSG=y
SB_CONFIG_PARTITION_MANAGER=n
EXTRA_DTC_OVERLAY_FILE="./boards/nrf54l15dk_nrf54l15_cpuapp_egpio.overlay"
harness: console
Expand Down

0 comments on commit 31cf64e

Please sign in to comment.