30 lines
826 B
YAML
30 lines
826 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
|
|
kernel.timer.timer_behavior_external:
|
|
filter: dt_compat_enabled("test-kernel-timer-behavior-external")
|
|
harness: pytest
|
|
harness_config:
|
|
pytest_args: ['--tool', 'saleae_logic2', '--tool-options',
|
|
'port=10430,channel=1,sample-rate=6_250_000,threshold-volts=3.3']
|
|
fixture: gpio_timerout
|
|
extra_configs:
|
|
- CONFIG_TIMER_EXTERNAL_TEST=y
|
|
- CONFIG_BOOT_DELAY=5000
|