shell: Enable I3C shell support for STM32.
This commit introduces support for I3C shell on STM32. Signed-off-by: Mohammad Badawi <zephyr@exalt.ps> Signed-off-by: Sara Touqan <zephyr@exalt.ps>
This commit is contained in:
parent
10ba888fda
commit
cb56a19a26
1 changed files with 2 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ struct i3c_ctrl {
|
|||
DT_FOREACH_STATUS_OKAY(cdns_i3c, I3C_CTRL_FN)
|
||||
DT_FOREACH_STATUS_OKAY(nuvoton_npcx_i3c, I3C_CTRL_FN)
|
||||
DT_FOREACH_STATUS_OKAY(nxp_mcux_i3c, I3C_CTRL_FN)
|
||||
DT_FOREACH_STATUS_OKAY(st_stm32_i3c, I3C_CTRL_FN)
|
||||
/* zephyr-keep-sorted-stop */
|
||||
|
||||
#define I3C_CTRL_LIST_ENTRY(node_id) \
|
||||
|
|
@ -96,6 +97,7 @@ const struct i3c_ctrl i3c_list[] = {
|
|||
DT_FOREACH_STATUS_OKAY(cdns_i3c, I3C_CTRL_LIST_ENTRY)
|
||||
DT_FOREACH_STATUS_OKAY(nuvoton_npcx_i3c, I3C_CTRL_LIST_ENTRY)
|
||||
DT_FOREACH_STATUS_OKAY(nxp_mcux_i3c, I3C_CTRL_LIST_ENTRY)
|
||||
DT_FOREACH_STATUS_OKAY(st_stm32_i3c, I3C_CTRL_LIST_ENTRY)
|
||||
/* zephyr-keep-sorted-stop */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue