mirror of
https://gitee.com/XZCRAZY/stm32_nfc_lite.git
synced 2025-12-10 21:38:11 +08:00
49 lines
984 B
JSON
49 lines
984 B
JSON
{
|
|
"build": {
|
|
"core": "stm32",
|
|
"cpu": "cortex-m0plus",
|
|
"extra_flags": "-DSTM32G0xx -DSTM32G0B1xx",
|
|
"f_cpu": "64000000L",
|
|
"framework_extra_flags": {
|
|
"arduino": "-D__CORTEX_SC=0"
|
|
},
|
|
"mcu": "stm32g0b1cbt6",
|
|
"product_line": "STM32G0B1xx",
|
|
"variant": "STM32G0xx/G0B1C(B-C-E)(T-U)_G0C1C(C-E)(T-U)"
|
|
},
|
|
"debug": {
|
|
"default_tools": [
|
|
"stlink"
|
|
],
|
|
"jlink_device": "STM32G0B1CB",
|
|
"onboard_tools": [
|
|
"stlink"
|
|
],
|
|
"openocd_target": "stm32g0x",
|
|
"svd_path": "STM32G0B1.svd"
|
|
},
|
|
"frameworks": [
|
|
"arduino",
|
|
"stm32cube"
|
|
],
|
|
"name": "STM32G0B1CB (144k RAM. 128k Flash)",
|
|
"upload": {
|
|
"maximum_ram_size": 147456,
|
|
"maximum_size": 131072,
|
|
"protocol": "stlink",
|
|
"protocols": [
|
|
"blackmagic",
|
|
"cmsis-dap",
|
|
"dfu",
|
|
"jlink",
|
|
"serial",
|
|
"stlink",
|
|
"mbed"
|
|
]
|
|
},
|
|
"url": "https://www.st.com/en/evaluation-tools/nucleo-g0b1re.html",
|
|
"vendor": "ST"
|
|
}
|
|
|
|
|