Adds the drv8424 stepper driver to the build_all/stepper test and the stepper_api test. The later test is also modified to ensure compatibility. Signed-off-by: Jan Behrens <jan.behrens@navimatix.de>
13 lines
281 B
YAML
13 lines
281 B
YAML
# SPDX-FileCopyrightText: Copyright (c) 2024 Jilay Sandeep Pandya
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
tests:
|
|
drivers.stepper.stepper_api:
|
|
tags:
|
|
- drivers
|
|
- stepper
|
|
- api
|
|
platform_allow:
|
|
- nucleo_g071rb
|
|
- nucleo_f767zi
|
|
- qemu_x86_64
|