According the specification, in extreme cases, the deviation of the APB clock and LFCLK clock can reach up to +/-1% (+/- 10ms). Therefore, exclude npcx platforms from the test because it required 1ms accuracy. fixes: #66185 Signed-off-by: Arkadiusz Cholewinski <arkadiuszx.cholewinski@intel.com>
21 lines
421 B
YAML
21 lines
421 B
YAML
tests:
|
|
kernel.common.timing:
|
|
tags:
|
|
- kernel
|
|
- sleep
|
|
platform_exclude:
|
|
- npcx4m8f_evb
|
|
- npcx7m6fb_evb
|
|
- npcx9m6f_evb
|
|
kernel.common.timing.minimallibc:
|
|
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
|
|
tags:
|
|
- kernel
|
|
- sleep
|
|
- libc
|
|
platform_exclude:
|
|
- npcx4m8f_evb
|
|
- npcx7m6fb_evb
|
|
- npcx9m6f_evb
|
|
extra_configs:
|
|
- CONFIG_MINIMAL_LIBC=y
|