cpu/lpc2387/gpio: use gpio_irq feature#9997
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.
The size difference to master here isn't as significant (I tested with msba2; 18536 in master, 18516 in this PR without periph_gpio_irq) as for the Cortex-M boards I tested so far. But I don't see this as a cause for worry.
|
This PR needed another level of diffing, because the move wasn't that obvious, but I checked this as well: |
See #9992