Hello,There is a typo in the PCA9555 driver at line 817: CONFIG_TCA64XX_INT_NCALLBACKS is a bad copy paste, should be CONFIG_PCA9555_INT_NCALLBACKS.
After this we managed to recompile our project using the latest NuttX sources, but it fails when trying to init the PHY irq on our STM32F427 board: We get "unexpected IRQ".
Yes I know that's pretty vague :-)Is there anything obvious I should have been careful with in this domain, before I dig the jtag probe to fix it (tomorrow) ?
Sebastien