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
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions boards/demo_f030c8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"build": {
"cpu": "cortex-m0",
"extra_flags": "-DSTM32F030x8",
"f_cpu": "48000000L",
"mcu": "stm32f030c8t6",
"variant": "DEMO_F030C8"
},
"debug": {
"default_tools": [
"stlink"
],
"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.

],
"openocd_target": "stm32f0x",
"svd_path": "STM32F030.svd"
},
"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.

"stm32cube"
],
"name": "STM32F030C8 demo board",
"upload": {
"maximum_ram_size": 8192,
"maximum_size": 65536,
"protocol": "stlink",
"protocols": [
"jlink",
"stlink",
"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

"vendor": "ST"
}