Skip to content

samples: enable build tests for the ch32v006evt #90690

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions samples/basic/blinky/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tests:
- gpio
filter: dt_enabled_alias_with_parent_compat("led0", "gpio-leds")
depends_on: gpio
min_ram: 8
harness: led
integration_platforms:
- frdm_k64f
1 change: 1 addition & 0 deletions samples/basic/blinky_pwm/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tests:
- drivers
- pwm
depends_on: pwm
min_ram: 8
harness: console
harness_config:
type: multi_line
Expand Down
1 change: 1 addition & 0 deletions samples/drivers/led/pwm/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tests:
filter: dt_compat_enabled("pwm-leds")
tags: LED
depends_on: pwm
min_ram: 8
platform_exclude: reel_board
integration_platforms:
- frdm_k22f
Expand Down
1 change: 1 addition & 0 deletions samples/drivers/watchdog/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ common:
- "Waiting for reset..."
- "Watchdog sample application"
depends_on: watchdog
min_ram: 8
tests:
sample.drivers.watchdog:
filter: not (CONFIG_SOC_FAMILY_STM32 or CONFIG_SOC_FAMILY_GD_GD32 or SOC_SERIES_GD32VF103)
Expand Down