cpu/ezr32wg/gpio: use gpio_irq feature#9993
Conversation
There was a problem hiding this comment.
Tested the same way as I did #10008:
As far as I can tell (and checked with
colordiff -u <(git show | grep "^-" | sed 's/^-//g') <(git show | grep "^+" | sed 's/^+//g')) this just moves andifdefs some code around. After a local rebase to include #9981 I also was able to build this withtests/periph_gpioboth withperiph_gpio_irqmanually added or removed toFEATURES_OPTIONAL. Withoutperiph_gpio_irqthe binary is significantly smaller with this PR than in master.
I used slwstk6220a as a board for the compile tests.
|
Shouldn't we test that IRQ still work on the hardware? |
If it doesn't it shouldn't be caused by this PR. Because as I said: I checked that the code is still the same (which is expected for a scope fix). |
|
Ping @kYc0o was this explanation enough for you? |
|
Yes, thanks. I'd anyways say that testing is always better (we don't have an automated test for this yet) so it would have been the opportunity. But that's ok, I believe you it doesn't harm. |
See #9845