Exclude nucleo_f302r8 platform as the tests doesn't fit in flash size. This is due to that fact that we pull in newlib for the STM32 counter driver. Fixes #15460 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
7 lines
123 B
YAML
7 lines
123 B
YAML
tests:
|
|
peripheral.counter:
|
|
tags: drivers
|
|
depends_on: counter
|
|
min_ram: 16
|
|
platform_exclude: nucleo_f302r8
|