zephyr/tests/drivers/stepper/shell/app.overlay
Fabian Blatz 7e2337a1b7 drivers: stepper: shell: Add test for stepper shell
Adds a basic test suite for the stepper shell commands.

Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
2024-09-21 12:23:19 +01:00

12 lines
206 B
Text

/*
* Copyright (c) 2024 Fabian Blatz <fabianblatz@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
/{
fake_stepper: fake_stepper {
compatible = "zephyr,fake-stepper";
status = "okay";
};
};