Replies: 2 comments
-
Hi @scaprile please create an issue for this as then relevant people can investigate it better. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is an issue and also a fix so closing this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The following boards stopped building after 84889d4:
nucleo_h563zi
stm32h573i_dk
nucleo_h743zi
stm32h735g_disco
stm32h745i_disco/stm32h745xx/m7
stm32h747i_disco/stm32h747xx/m7
nucleo_h753zi
nucleo_h755zi_q/stm32h755xx/m7
The error is this one:
looks like
CONFIG_ETH_STM32_HAL_PHY_ADDRESS
does not get a value (hence alsoPHY_ADDR
)nucleo_h563zi
, for example, builds again when rolling back that commit.My prj.conf is bare minimum
Is this an error on my side ? Something essential is missing that breaks Kconfig reading ?
These boards, nevertheless, build OK with that very same prj.conf:
nucleo_f207zg
nucleo_f429zi
nucleo_f746zg
nucleo_f767zi
Beta Was this translation helpful? Give feedback.
All reactions