-
Notifications
You must be signed in to change notification settings - Fork 1k
Add custom devboard - Databoard #2806
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
base: main
Are you sure you want to change the base?
Conversation
If there is a way to have custom pin namings, please let me know, the guide for adding a board isn't really clear on this |
also, is there a way I can test the code generated by stm32cubemx before the board gets into the offical |
You can create alias in the variant_DATABOARD.h like this:
#define IO1 PA10
#define AIO10 PA5
Before it gets merged? |
Signed-off-by: its-kronos <[email protected]>
Signed-off-by: its-kronos <[email protected]>
Signed-off-by: its-kronos <[email protected]>
Signed-off-by: its-kronos <[email protected]>
Signed-off-by: its-kronos <[email protected]>
Signed-off-by: its-kronos <[email protected]>
Signed-off-by: its-kronos <[email protected]>
…her than generic Signed-off-by: its-kronos <[email protected]>
Signed-off-by: its-kronos <[email protected]>
… be available Co-authored-by: Frederic Pillon <[email protected]> Signed-off-by: its-kronos <[email protected]>
need to test with arduino ide using repo before making PR ready for review |
Summary
This PR fixes/implements the following bugs/features
Explain the motivation for making this change. What existing problem does the pull request solve?
Since it's a custom board, it has slightly different configuration compared to the generic (16 MHZ crystal instead of 8 MHZ), which means the exported binary from arduino with generic board doesn't work to establish serial communication
Validation
Code formatting
Closing issues
Fixes #xxx