zephyr/tests/drivers/stepper/stepper_api/Kconfig
Josselin Bunt c4970880a1 drivers: stepper: Add unit tests for stepper API using work_q
This commit adds unit tests for the stepper API using work_q scheduler.

Signed-off-by: Josselin Bunt <josselin@sensible.health>
2025-05-04 19:55:51 +02:00

14 lines
355 B
Plaintext

# 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.