-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
base: develop
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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" | ||
], | ||
"openocd_target": "stm32f0x", | ||
"svd_path": "STM32F030.svd" | ||
}, | ||
"frameworks": [ | ||
"arduino", | ||
"mbed", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are you sure this board supports mbed framework? What variant? There was a problem hiding this comment. Choose a reason for hiding this commentThe 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": "", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Cannot be empty |
||
"vendor": "ST" | ||
} |
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.
Are you sure there is an ST-Link on board?
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.
No, It has not. so remove it.