-
Notifications
You must be signed in to change notification settings - Fork 1k
Add Generic STM32F103Rx boards #615
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
Conversation
Four variants available: * STM32F103R8T6 * STM32F103RBT6 * STM32F103RCT6 * STM32F103RET6 Fixes stm32duino#556 Co-authored-by: Paul Kourany <[email protected]> Signed-off-by: Frederic Pillon <[email protected]>
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.
@enesbcs made some tests.
#556 (comment)
Well, I can't help on this, I never used PIO and as said in your previous issue here only Arduino IDE is supported. |
well, the Arduino IDE doesn't have the basic facilities of an IDE and it's really difficult to work with, so please think of a better IDE such as PIO support. |
Goal of this core is to provide STM32 support in Arduino. |
FYI, to change to the STM32duino on PlatformIO for a board that defaults to using the 'maple' core, just add |
it seems that the new variants will be included in the next release (Arduino Core for STM32 v1.9.0) right ? |
yes, anyway, I think you can use the git repo. It should be documented in PIO. |
but I can see that the variants (Generic STM32F103R(8/B/C/E)) are added in 1.7.0 release ?!! |
yes those version but the other will be added to the 1.9.0 |
Ah, you want use the RC so yes it is already available since 1.7.0. So if it's not work with PIO then ask on PIO support. |
Yea, good, I'm asking them... I think they just need to add the right board configuration file to the PIO boards. |
Four variants available:
Based on @pkourany work.
If someone can test them this would be fine as I do not have those boards.
Thanks in advance.
Fixes #556