build for KW40z, KW41z fails to generate isr_tables #13122
Labels
area: GPIO
bug
The issue is a bug, or the PR is fixing a bug
platform: NXP
NXP
priority: medium
Medium impact/importance bug
Milestone
Describe the bug
Building an example for a frdm_kw41z results in a failure in generating isr_tables when gpio portb is enabled:
To Reproduce
Steps to reproduce the behavior:
Impact
Examples for frdm_kw41z or boards based on kw40z and kw41z will fail in building when all gpios are activated
Screenshots or console output
in debug mode, I'm getting this:
Environment (please complete the following information):
Additional context
This check was recently introduced by #11273 by @andrewboie, issue is similar to k64 in #11275.
possible fix: Assign a different interrupt number in nxp_kw40z.dtsi and nxp_kw41z.dtsi.
How were the numbers 30/31 selected? Which number to select instead of 31?
The text was updated successfully, but these errors were encountered: