Skip to content

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

Merged
merged 1 commit into from
Aug 30, 2019
Merged

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Aug 28, 2019

Four variants available:

  • STM32F103R8T6
  • STM32F103RBT6
  • STM32F103RCT6
  • STM32F103RET6

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

Four variants available:
 * STM32F103R8T6
 * STM32F103RBT6
 * STM32F103RCT6
 * STM32F103RET6

Fixes stm32duino#556

Co-authored-by: Paul Kourany <[email protected]>
Signed-off-by: Frederic Pillon <[email protected]>
@fpistm fpistm added new variant Add support of new bard waiting feedback Further information is required Review on going labels Aug 28, 2019
@fpistm fpistm added this to the 1.7.0 milestone Aug 28, 2019
@fpistm fpistm self-assigned this Aug 28, 2019
Copy link
Member Author

@fpistm fpistm left a 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)

@fpistm fpistm removed Review on going waiting feedback Further information is required labels Aug 30, 2019
@fpistm fpistm merged commit f49877a into stm32duino:master Aug 30, 2019
@fpistm fpistm deleted the Generic_F103Rx branch August 30, 2019 06:37
@fpistm fpistm mentioned this pull request Sep 23, 2019
@fpistm fpistm mentioned this pull request Apr 29, 2020
@hamed-ta
Copy link

Hi, I can't find the board ID for using STM32F103RCT6 custom board in PIO which loaded Arduino_Core_STM32,

01

@fpistm
Copy link
Member Author

fpistm commented Apr 29, 2020

Well, I can't help on this, I never used PIO and as said in your previous issue here only Arduino IDE is supported.

@hamed-ta
Copy link

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.

@fpistm
Copy link
Member Author

fpistm commented Apr 30, 2020

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.
I know Arduino IDE is limited anyway this is the reference IDE. PIO provides support to integrates it so you have to ask there:
https://github.com/platformio/platform-ststm32

@pfeerick
Copy link

pfeerick commented May 1, 2020

FYI, to change to the STM32duino on PlatformIO for a board that defaults to using the 'maple' core, just add board_build.core = stm32 to the project platformio.ini configuration file to override that default value.

@hamed-ta
Copy link

hamed-ta commented May 1, 2020

it seems that the new variants will be included in the next release (Arduino Core for STM32 v1.9.0) right ?

@fpistm
Copy link
Member Author

fpistm commented May 1, 2020

yes, anyway, I think you can use the git repo. It should be documented in PIO.
@valeros ?

@hamed-ta
Copy link

hamed-ta commented May 1, 2020

but I can see that the variants (Generic STM32F103R(8/B/C/E)) are added in 1.7.0 release ?!!

@fpistm
Copy link
Member Author

fpistm commented May 1, 2020

yes those version but the other will be added to the 1.9.0

@fpistm
Copy link
Member Author

fpistm commented May 1, 2020

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.

@hamed-ta
Copy link

hamed-ta commented May 1, 2020

Yea, good, I'm asking them... I think they just need to add the right board configuration file to the PIO boards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new variant Add support of new bard
Projects
None yet
Development

Successfully merging this pull request may close these issues.

STM32F103RET6
3 participants