EmanuelFeru 882d4b0115 Added Platformio support
- firmware can now be built in Platformio too
- minor bug fixes
- added LED board picture
2020-02-13 18:18:02 +01:00

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"
}