Skip to content

Commit cb56a19

Browse files
ExaltZephyrkartben
authored andcommitted
shell: Enable I3C shell support for STM32.
This commit introduces support for I3C shell on STM32. Signed-off-by: Mohammad Badawi <[email protected]> Signed-off-by: Sara Touqan <[email protected]>
1 parent 10ba888 commit cb56a19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/i3c/i3c_shell.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ struct i3c_ctrl {
8282
DT_FOREACH_STATUS_OKAY(cdns_i3c, I3C_CTRL_FN)
8383
DT_FOREACH_STATUS_OKAY(nuvoton_npcx_i3c, I3C_CTRL_FN)
8484
DT_FOREACH_STATUS_OKAY(nxp_mcux_i3c, I3C_CTRL_FN)
85+
DT_FOREACH_STATUS_OKAY(st_stm32_i3c, I3C_CTRL_FN)
8586
/* zephyr-keep-sorted-stop */
8687

8788
#define I3C_CTRL_LIST_ENTRY(node_id) \
@@ -96,6 +97,7 @@ const struct i3c_ctrl i3c_list[] = {
9697
DT_FOREACH_STATUS_OKAY(cdns_i3c, I3C_CTRL_LIST_ENTRY)
9798
DT_FOREACH_STATUS_OKAY(nuvoton_npcx_i3c, I3C_CTRL_LIST_ENTRY)
9899
DT_FOREACH_STATUS_OKAY(nxp_mcux_i3c, I3C_CTRL_LIST_ENTRY)
100+
DT_FOREACH_STATUS_OKAY(st_stm32_i3c, I3C_CTRL_LIST_ENTRY)
99101
/* zephyr-keep-sorted-stop */
100102
};
101103

0 commit comments

Comments
 (0)