BigTreeTech Manta M4P, M5P, M8P V1.0 / 1.1, E3 EZ (#25001)

This commit is contained in:
Keith Bennett
2023-02-07 22:39:09 -08:00
committed by GitHub
parent 444259da07
commit 2bc711ce58
21 changed files with 3057 additions and 155 deletions

View File

@@ -0,0 +1,47 @@
{
"build": {
"core": "stm32",
"cpu": "cortex-m0plus",
"extra_flags": "-DSTM32G0xx -DSTM32G0B1xx",
"f_cpu": "64000000L",
"framework_extra_flags": {
"arduino": "-D__CORTEX_SC=0"
},
"mcu": "stm32g0b1vet6",
"product_line": "STM32G0B1xx",
"variant": "MARLIN_G0B1VE"
},
"debug": {
"default_tools": [
"stlink"
],
"jlink_device": "STM32G0B1VE",
"onboard_tools": [
"stlink"
],
"openocd_target": "stm32g0x",
"svd_path": "STM32G0B1.svd"
},
"frameworks": [
"arduino",
"cmsis",
"libopencm3",
"stm32cube",
"zephyr"
],
"name": "STM32G0B1VE",
"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"
}