Skip to content

Commit

Permalink
samples: basic: blinky: add eGPIO testcase
Browse files Browse the repository at this point in the history
Add eGPIO testcase with icbmsg backend.

Signed-off-by: Magdalena Pastula <[email protected]>
  • Loading branch information
magp-nordic committed Oct 7, 2024
1 parent 68d9d14 commit 7796285
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions scripts/twister/alt/zephyr/samples/basic/blinky/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,22 @@ tests:
regex:
- "LED state: ON"
- "LED state: OFF"

sample.basic.blinky.egpio_icbmsg:
sysbuild: true
platform_allow:
- nrf54l15dk/nrf54l15/cpuapp
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_PARTITION_MANAGER=n
EXTRA_DTC_OVERLAY_FILE="./boards/nrf54l15dk_nrf54l15_cpuapp_egpio.overlay"
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- "LED state: ON"
- "LED state: OFF"

0 comments on commit 7796285

Please sign in to comment.