mirror of
https://github.com/EFeru/hoverboard-sideboard-hack-GD.git
synced 2025-07-27 09:39:33 +00:00
- firmware can now be built in Platformio too - minor bug fixes - added LED board picture
41 lines
812 B
JSON
41 lines
812 B
JSON
{
|
|
"build": {
|
|
"core": "gd32",
|
|
"cpu": "cortex-m3",
|
|
"extra_flags": "-DGD32F1x0 -DGD32F130_150 -D__GD32F130_SUBFAMILY -D__GD32F1x0_FAMILY",
|
|
"f_cpu": "72000000L",
|
|
"mcu": "gd32f130c6t6"
|
|
},
|
|
"connectivity": [
|
|
],
|
|
"debug": {
|
|
"default_tools": [
|
|
"stlink"
|
|
],
|
|
"jlink_device": "GD32F130C6",
|
|
"onboard_tools": [
|
|
"stlink"
|
|
],
|
|
"openocd_target": "stm32f1x",
|
|
"svd_path": "STM32F10x.svd"
|
|
},
|
|
"frameworks": [
|
|
"stm32cube",
|
|
"spl"
|
|
],
|
|
"name": "Generic GD32F130C6T6",
|
|
"upload": {
|
|
"maximum_ram_size": 4096,
|
|
"maximum_size": 32768,
|
|
"protocol": "stlink",
|
|
"protocols": [
|
|
"jlink",
|
|
"stlink",
|
|
"blackmagic",
|
|
"mbed"
|
|
]
|
|
},
|
|
"url": "https://www.gigadevice.com/microcontroller/gd32f130c6t6/",
|
|
"vendor": "GigaDevices"
|
|
}
|