-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boards: add support for nucleo-f439zi #17827
Conversation
I assume you tested that one then? 😃
I also see this on Simple addition, please rebase - then this can go in. |
Sure, I just have to rebase to fix conflicts. |
ce8a3dc
to
a7c1be8
Compare
Done |
Contribution description
This PR adds support for another STM32 nucleo board, the nucleo-f439zi which is very similar to the nucleo-f429zi. It's also interesting because it provides an Ethernet port.
Testing procedure
I don't understand the malloc failure but I get the same error on nucleo-f429zi. Maybe it's also related to #17439 because the error seems similar:
For the rust build failure, I think it's a toolchain issue locally (I didn't try with BUILD_IN_DOCKER=1)
Issues/PRs references
None