You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
355 B
13 lines
355 B
# Copyright (c) 2024 Josselin Bunt |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
mainmenu "Stepper API Test" |
|
|
|
source "Kconfig.zephyr" |
|
|
|
config STEPPER_TEST_TIMING_TIMEOUT_TOLERANCE_PCT |
|
int "Stepper timing tolerance percentage" |
|
default 20 |
|
help |
|
Additional margin (%) added to step timing during test timeouts. |
|
Accounts for execution and scheduling jitter.
|
|
|