You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debug: ppi_trace: handle pins of gpio ports with no gpiote-instance
Some instances with compatible `nordic,nrf_gpio` might have no
`gpiote-instance` property set. For example nRF54L15 port P2 has no
GPIOTE at all. The code didn't compile in such cases because
NRFX_GPIOTE_INSTANCE macro was still requested.
Now, when given gpio port has no `gpiote-instance` property, the
nrfx_gpiote_t entry with p_reg = NULL is emitted.
Signed-off-by: Andrzej Kuros <[email protected]>
0 commit comments