Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information