2021-12-10 19:38:03 +00:00
|
|
|
{
|
|
|
|
"build": {
|
|
|
|
"core": "stm32",
|
|
|
|
"cpu": "cortex-m0plus",
|
|
|
|
"extra_flags": "-DSTM32G0xx -DSTM32G0B1xx",
|
|
|
|
"f_cpu": "64000000L",
|
|
|
|
"framework_extra_flags": {
|
|
|
|
"arduino": "-D__CORTEX_SC=0"
|
|
|
|
},
|
|
|
|
"mcu": "stm32g0b1ret6",
|
|
|
|
"product_line": "STM32G0B1xx",
|
2022-02-04 21:49:39 +00:00
|
|
|
"variant": "MARLIN_G0B1RE"
|
2021-12-10 19:38:03 +00:00
|
|
|
},
|
|
|
|
"debug": {
|
|
|
|
"default_tools": [
|
|
|
|
"stlink"
|
|
|
|
],
|
|
|
|
"jlink_device": "STM32G0B1RE",
|
|
|
|
"onboard_tools": [
|
|
|
|
"stlink"
|
|
|
|
],
|
|
|
|
"openocd_target": "stm32g0x",
|
|
|
|
"svd_path": "STM32G0B1.svd"
|
|
|
|
},
|
|
|
|
"frameworks": [
|
|
|
|
"arduino",
|
|
|
|
"cmsis",
|
|
|
|
"libopencm3",
|
|
|
|
"stm32cube",
|
|
|
|
"zephyr"
|
|
|
|
],
|
|
|
|
"name": "STM32G0B1RE",
|
|
|
|
"upload": {
|
|
|
|
"maximum_ram_size": 147456,
|
|
|
|
"maximum_size": 524288,
|
|
|
|
"protocol": "stlink",
|
|
|
|
"protocols": [
|
|
|
|
"stlink",
|
|
|
|
"jlink",
|
|
|
|
"cmsis-dap",
|
|
|
|
"blackmagic",
|
|
|
|
"mbed"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"url": "https://www.st.com/content/st_com/en/products/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus/stm32-mainstream-mcus/stm32g0-series/stm32g0x1.html",
|
|
|
|
"vendor": "ST"
|
|
|
|
}
|