We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have NUCLEO-F767ZI, and I'm trying to Added this board to Arduino_Core_STM32. So from I known it needs add and modify (for basic supported):
boards.txt /variants/NUCLEO-F767ZI /variants/NUCLEO-F767ZI/ldscript.ld /variants/NUCLEO-F767ZI/PeripheralPins.c /variants/NUCLEO-F767ZI/PinNamesVar.h /variants/NUCLEO-F767ZI/stm32f7xx_hal_conf.h /variants/NUCLEO-F767ZI/variant.h /variants/NUCLEO-F767ZI/variant.cpp
Is anything advice and guide? This my first time to try this.
The text was updated successfully, but these errors were encountered:
Hi @davidanger right this is the basic lists. Here, a full (I hope) description of all steps to perform: https://github.com/stm32duino/wiki/wiki/Add-a-new-variant-(board)
Sorry, something went wrong.
You could also look at a Pull Requests that's implementing a F7 variant.
#287
You can ignore the USB stuff and should most likely look at another NUCLEO-144 board for a more comparable pin mapping.
Support added thanks #320
Successfully merging a pull request may close this issue.
I have NUCLEO-F767ZI, and I'm trying to Added this board to Arduino_Core_STM32.
So from I known it needs add and modify (for basic supported):
Is anything advice and guide? This my first time to try this.
The text was updated successfully, but these errors were encountered: