Skip to content
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

Added STM32F030C8 demo board #393

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

HamidSaffari
Copy link

@HamidSaffari HamidSaffari commented May 24, 2020

Hi there.
I've added support for STM32F030C8 demo board.
I recently sent it's new-added-variant PR to Arduino_Core_STM32 too.

],
"jlink_device": "STM32F030C8",
"onboard_tools": [
"stlink"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure there is an ST-Link on board?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, It has not. so remove it.

},
"frameworks": [
"arduino",
"mbed",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure this board supports mbed framework? What variant?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, Mbed framework does not support it yet. So remove it too.

"blackmagic"
]
},
"url": "",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cannot be empty

@HamidSaffari
Copy link
Author

82760971-6e90c900-9e0c-11ea-883c-4f8ef717cb4f
STM32F030C8T6-development-board-STM32-system-core-board-brassboard-STM32-MCU-learning-board

82760989-8d8f5b00-9e0c-11ea-9cd1-650420f5a024
rSTM32F030C8T6.pinout

@HamidSaffari
Copy link
Author

HamidSaffari commented May 27, 2020

But I tested and know it works with this config:

[env:demo_f030c8]
platform = https://github.com/platformio/platform-ststm32.git 
board =  demo_f030c8
framework = arduino
board_build.core = stm32
board_build.variant = DEMO_F030C8 
upload_protocol =  stlink 

and having this variant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants