On Mon, May 24, 2021 at 11:36 AM Sebastien Lorquet <sebast...@lorquet.fr> wrote:
>
> 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.

Good catch! Please feel free to open a PR.

> 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) ?

I would first start by looking through the Release Notes between v7.30
and v10.1. Many big improvements and bug fixes happened and some of
them are mentioned in Compatibility Concerns along with some changes
you might need to make to configuration etc.

Also another thing you can try: Has this board and PHY worked
correctly with v7.30? If so, you can bisect and with very few tests
(I'm guessing fewer than 20) find the exact commit that broke it.

Nathan

Reply via email to