- Notifications
You must be signed in to change notification settings - Fork1k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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 |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
You can create alias in the variant_DATABOARD.h like this:
#defineIO1 PA10#defineAIO10 PA5
Before it gets merged? |
Signed-off-by: its-kronos <140297693+its-kronos@users.noreply.github.com>
Signed-off-by: its-kronos <140297693+its-kronos@users.noreply.github.com>
Signed-off-by: its-kronos <140297693+its-kronos@users.noreply.github.com>
Signed-off-by: its-kronos <140297693+its-kronos@users.noreply.github.com>
Signed-off-by: its-kronos <140297693+its-kronos@users.noreply.github.com>
Signed-off-by: its-kronos <140297693+its-kronos@users.noreply.github.com>
Signed-off-by: its-kronos <140297693+its-kronos@users.noreply.github.com>
…her than genericSigned-off-by: its-kronos <140297693+its-kronos@users.noreply.github.com>
Signed-off-by: its-kronos <140297693+its-kronos@users.noreply.github.com>
… be availableCo-authored-by: Frederic Pillon <frederic.pillon@st.com>Signed-off-by: its-kronos <140297693+its-kronos@users.noreply.github.com>
need to test with arduino ide using repo before making PR ready for review |
I fetch your PR and see the "databoard" in the menu. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM.
Maybe the name "DataBoard" is too generic and can be confusing?
Is it the final name?
fpistm commentedSep 16, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
f1432b0
intostm32duino:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Summary
This PR fixes/implements the followingbugs/features
Explain themotivation 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