In the default configuration of the test, with 10000 timer samples, the `periodic_data` array is too big to fit in SRAM on many targets. Use lower counts of samples for those, depending on their SRAM size, leaving at least 8 kB for other variables, buffers, stacks etc. Exclude the test for targets with less than 16 kB. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
10 lines
330 B
YAML
10 lines
330 B
YAML
tests:
|
|
kernel.timer.timer:
|
|
tags: kernel timer
|
|
min_ram: 16
|
|
platform_type:
|
|
- mcu
|
|
# Really want to exclude renode not the physical boards, but no good
|
|
# way of doing so at the moment.
|
|
platform_exclude: hifive1 tflite-micro it8xxx2_evb m2gl025_miv mpfs_icicle hifive_unleashed mps2_an385 mps2_an521_ns
|