diff --git a/samples/basic/blinky/sample.yaml b/samples/basic/blinky/sample.yaml index de711910dad24..68bb0cf6a9d30 100644 --- a/samples/basic/blinky/sample.yaml +++ b/samples/basic/blinky/sample.yaml @@ -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 diff --git a/samples/basic/blinky_pwm/sample.yaml b/samples/basic/blinky_pwm/sample.yaml index cdf568b307d0d..1d8c128f0ca44 100644 --- a/samples/basic/blinky_pwm/sample.yaml +++ b/samples/basic/blinky_pwm/sample.yaml @@ -9,6 +9,7 @@ tests: - drivers - pwm depends_on: pwm + min_ram: 8 harness: console harness_config: type: multi_line diff --git a/samples/drivers/led/pwm/sample.yaml b/samples/drivers/led/pwm/sample.yaml index 8551f658e1571..1bff5bd827484 100644 --- a/samples/drivers/led/pwm/sample.yaml +++ b/samples/drivers/led/pwm/sample.yaml @@ -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 diff --git a/samples/drivers/watchdog/sample.yaml b/samples/drivers/watchdog/sample.yaml index 55e1f800a22a7..b5fd7046772d4 100644 --- a/samples/drivers/watchdog/sample.yaml +++ b/samples/drivers/watchdog/sample.yaml @@ -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)