Skip to content

Commit 1e85543

Browse files
jilaypandyanashif
authored andcommitted
shields: fix mikroe h bridge 4 click
- minor corrections in h bridge 4 click - add references in shield documentation - update overlay Signed-off-by: Jilay Pandya <[email protected]>
1 parent 13315d1 commit 1e85543

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

boards/shields/mikroe_h_bridge_4_click/doc/index.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,13 @@ Programming
3333
.. zephyr-app-commands::
3434
:zephyr-app: samples/drivers/stepper/generic
3535
:board: <board>
36-
:west-args: --shield mikroe_h_bridge_4_click
36+
:shield: mikroe_h_bridge_4_click
3737
:goals: build flash
38+
39+
References
40+
**********
41+
42+
.. target-notes::
43+
44+
.. _Mikroe H-Bridge 4 click:
45+
https://www.mikroe.com/h-bridge-4-click

boards/shields/mikroe_h_bridge_4_click/mikroe_h_bridge_4_click.overlay

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

6+
/ {
7+
aliases {
8+
stepper = &mikroe_h_bridge_4_click;
9+
};
10+
};
11+
612
/ {
713
mikroe_h_bridge_4_click: h_bridge_4_click {
814
status = "okay";

0 commit comments

Comments
 (0)