sc7-testo-firmware/boards/generic_py32f030x6.json

27 lines
598 B
JSON

{
"build": {
"cpu": "cortex-m0plus",
"extra_flags": "-DPY32F030x6",
"f_cpu": "8000000L",
"mcu": "py32f030x6",
"product_line": "PY32F030x6"
},
"debug": {
"svd_path": "misc/svd/py32f030xx.svd",
"pyocd_target": "py32f0xx",
"default_tools": [
"cmsis-dap"
]
},
"upload": {
"maximum_ram_size": 4096,
"maximum_size": 32768,
"protocol": "cmsis-dap",
"protocols": [
"cmsis-dap"
]
},
"name": "Generic 16/32K PY32F002/003/030 (configured as 32K PY32F030x6)",
"url": "https://github.com/trueserve",
"vendor": "trueControl"
}