Skip to content

Commit

Permalink
devices: MIMXRT685S: add MU reset idxs
Browse files Browse the repository at this point in the history
Provisonally added MU reset indexes, as they're required for proper
initialisation of the MU peripheral, otherwise accesses to it cause a
lockup.

Signed-off-by: Vit Stanicek <[email protected]>
  • Loading branch information
VitekST committed Jul 4, 2024
1 parent bc8ea9f commit 1984d8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mcux/mcux-sdk/devices/MIMXRT685S/drivers/fsl_reset.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ typedef enum _RSTCTL_RSTn
{ \
kMRT0_RST_SHIFT_RSTn \
} /* Reset bits for MRT peripheral */
#define MU_RSTS \
{ \
kMU_RST_SHIFT_RSTn \
} /* Reset bits for MU peripheral */
#define PINT_RSTS \
{ \
kPINT_RST_SHIFT_RSTn \
Expand Down

0 comments on commit 1984d8a

Please sign in to comment.