Skip to content

Commit 7c4303a

Browse files
committed
samples: enable build tests for the ch32v006evt
The ch32v006evt has 8 KiB of RAM which is enough for many of the basic samples but, by default, Twister assumes that a sample needs 16 KiB of RAM. Mark some of the samples as needing 8 KiB of RAM so the ch32v006evt gets better CI coverage. Signed-off-by: Michael Hope <michaelh@juju.nz>
1 parent e92468c commit 7c4303a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

samples/basic/blinky/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ tests:
77
- gpio
88
filter: dt_enabled_alias_with_parent_compat("led0", "gpio-leds")
99
depends_on: gpio
10+
min_ram: 8
1011
harness: led
1112
integration_platforms:
1213
- frdm_k64f

samples/basic/blinky_pwm/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tests:
99
- drivers
1010
- pwm
1111
depends_on: pwm
12+
min_ram: 8
1213
harness: console
1314
harness_config:
1415
type: multi_line

samples/drivers/led/pwm/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ tests:
66
filter: dt_compat_enabled("pwm-leds")
77
tags: LED
88
depends_on: pwm
9+
min_ram: 8
910
platform_exclude: reel_board
1011
integration_platforms:
1112
- frdm_k22f

samples/drivers/watchdog/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ common:
1414
- "Waiting for reset..."
1515
- "Watchdog sample application"
1616
depends_on: watchdog
17+
min_ram: 8
1718
tests:
1819
sample.drivers.watchdog:
1920
filter: not (CONFIG_SOC_FAMILY_STM32 or CONFIG_SOC_FAMILY_GD_GD32 or SOC_SERIES_GD32VF103)

0 commit comments

Comments
 (0)