Adds a basic test suite for the stepper shell commands. Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
12 lines
206 B
Text
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";
|
|
};
|
|
};
|