Skip to content

Commit a17dfde

Browse files
committed
Update all boards, test another F30x board in Arduino CI
1 parent d20ad5e commit a17dfde

450 files changed

Lines changed: 2893 additions & 438 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

boards/genericGD32A503RD.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"debug": {
1515
"jlink_device": "GD32A503RD",
16-
"openocd_target": "gd32a50x",
16+
"openocd_target": "stm32f1x",
1717
"svd_path": "GD32A50X.svd",
1818
"default_tools": [
1919
"stlink"

boards/genericGD32A513CB.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"build": {
3+
"core": "gd32",
4+
"cpu": "cortex-m33",
5+
"extra_flags": "-DGD32A5 -DGD32A513 -DGD32A51X",
6+
"f_cpu": "100000000L",
7+
"mcu": "gd32a513cbt3",
8+
"spl_series": "GD32A51X",
9+
"series": "GD32A513"
10+
},
11+
"debug": {
12+
"jlink_device": "GD32A513CB",
13+
"openocd_target": "unknown",
14+
"svd_path": "GD32A51X.svd",
15+
"default_tools": [
16+
"stlink"
17+
],
18+
"openocd_extra_pre_target_args": [
19+
"-c",
20+
"set CPUTAPID 0"
21+
]
22+
},
23+
"frameworks": [
24+
"spl"
25+
],
26+
"name": "GD32A513CB (24k RAM, 128k Flash)",
27+
"upload": {
28+
"disable_flushing": false,
29+
"maximum_ram_size": 24576,
30+
"maximum_size": 131072,
31+
"protocol": "stlink",
32+
"protocols": [
33+
"jlink",
34+
"cmsis-dap",
35+
"stlink",
36+
"blackmagic",
37+
"sipeed-rv-debugger",
38+
"serial",
39+
"gdlinkcli"
40+
],
41+
"require_upload_port": true,
42+
"use_1200bps_touch": false,
43+
"wait_for_upload_port": false
44+
},
45+
"url": "https://www.gigadevice.com/product/mcu/mcus-product-selector/gd32a513cbt3/",
46+
"vendor": "GigaDevice"
47+
}

boards/genericGD32A513CC.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"build": {
3+
"core": "gd32",
4+
"cpu": "cortex-m33",
5+
"extra_flags": "-DGD32A5 -DGD32A513 -DGD32A51X",
6+
"f_cpu": "100000000L",
7+
"mcu": "gd32a513cct3",
8+
"spl_series": "GD32A51X",
9+
"series": "GD32A513"
10+
},
11+
"debug": {
12+
"jlink_device": "GD32A513CC",
13+
"openocd_target": "unknown",
14+
"svd_path": "GD32A51X.svd",
15+
"default_tools": [
16+
"stlink"
17+
],
18+
"openocd_extra_pre_target_args": [
19+
"-c",
20+
"set CPUTAPID 0"
21+
]
22+
},
23+
"frameworks": [
24+
"spl"
25+
],
26+
"name": "GD32A513CC (32k RAM, 256k Flash)",
27+
"upload": {
28+
"disable_flushing": false,
29+
"maximum_ram_size": 32768,
30+
"maximum_size": 262144,
31+
"protocol": "stlink",
32+
"protocols": [
33+
"jlink",
34+
"cmsis-dap",
35+
"stlink",
36+
"blackmagic",
37+
"sipeed-rv-debugger",
38+
"serial",
39+
"gdlinkcli"
40+
],
41+
"require_upload_port": true,
42+
"use_1200bps_touch": false,
43+
"wait_for_upload_port": false
44+
},
45+
"url": "https://www.gigadevice.com/product/mcu/mcus-product-selector/gd32a513cct3/",
46+
"vendor": "GigaDevice"
47+
}

boards/genericGD32A513KB.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"build": {
3+
"core": "gd32",
4+
"cpu": "cortex-m33",
5+
"extra_flags": "-DGD32A5 -DGD32A513 -DGD32A51X",
6+
"f_cpu": "100000000L",
7+
"mcu": "gd32a513kbu3",
8+
"spl_series": "GD32A51X",
9+
"series": "GD32A513"
10+
},
11+
"debug": {
12+
"jlink_device": "GD32A513KB",
13+
"openocd_target": "unknown",
14+
"svd_path": "GD32A51X.svd",
15+
"default_tools": [
16+
"stlink"
17+
],
18+
"openocd_extra_pre_target_args": [
19+
"-c",
20+
"set CPUTAPID 0"
21+
]
22+
},
23+
"frameworks": [
24+
"spl"
25+
],
26+
"name": "GD32A513KB (24k RAM, 128k Flash)",
27+
"upload": {
28+
"disable_flushing": false,
29+
"maximum_ram_size": 24576,
30+
"maximum_size": 131072,
31+
"protocol": "stlink",
32+
"protocols": [
33+
"jlink",
34+
"cmsis-dap",
35+
"stlink",
36+
"blackmagic",
37+
"sipeed-rv-debugger",
38+
"serial",
39+
"gdlinkcli"
40+
],
41+
"require_upload_port": true,
42+
"use_1200bps_touch": false,
43+
"wait_for_upload_port": false
44+
},
45+
"url": "https://www.gigadevice.com/product/mcu/mcus-product-selector/gd32a513kbu3/",
46+
"vendor": "GigaDevice"
47+
}

boards/genericGD32A513KC.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"build": {
3+
"core": "gd32",
4+
"cpu": "cortex-m33",
5+
"extra_flags": "-DGD32A5 -DGD32A513 -DGD32A51X",
6+
"f_cpu": "100000000L",
7+
"mcu": "gd32a513kcu3",
8+
"spl_series": "GD32A51X",
9+
"series": "GD32A513"
10+
},
11+
"debug": {
12+
"jlink_device": "GD32A513KC",
13+
"openocd_target": "unknown",
14+
"svd_path": "GD32A51X.svd",
15+
"default_tools": [
16+
"stlink"
17+
],
18+
"openocd_extra_pre_target_args": [
19+
"-c",
20+
"set CPUTAPID 0"
21+
]
22+
},
23+
"frameworks": [
24+
"spl"
25+
],
26+
"name": "GD32A513KC (32k RAM, 256k Flash)",
27+
"upload": {
28+
"disable_flushing": false,
29+
"maximum_ram_size": 32768,
30+
"maximum_size": 262144,
31+
"protocol": "stlink",
32+
"protocols": [
33+
"jlink",
34+
"cmsis-dap",
35+
"stlink",
36+
"blackmagic",
37+
"sipeed-rv-debugger",
38+
"serial",
39+
"gdlinkcli"
40+
],
41+
"require_upload_port": true,
42+
"use_1200bps_touch": false,
43+
"wait_for_upload_port": false
44+
},
45+
"url": "https://www.gigadevice.com/product/mcu/mcus-product-selector/gd32a513kcu3/",
46+
"vendor": "GigaDevice"
47+
}

boards/genericGD32A513RB.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"build": {
3+
"core": "gd32",
4+
"cpu": "cortex-m33",
5+
"extra_flags": "-DGD32A5 -DGD32A513 -DGD32A51X",
6+
"f_cpu": "100000000L",
7+
"mcu": "gd32a513rbt3",
8+
"spl_series": "GD32A51X",
9+
"series": "GD32A513"
10+
},
11+
"debug": {
12+
"jlink_device": "GD32A513RB",
13+
"openocd_target": "unknown",
14+
"svd_path": "GD32A51X.svd",
15+
"default_tools": [
16+
"stlink"
17+
],
18+
"openocd_extra_pre_target_args": [
19+
"-c",
20+
"set CPUTAPID 0"
21+
]
22+
},
23+
"frameworks": [
24+
"spl"
25+
],
26+
"name": "GD32A513RB (24k RAM, 128k Flash)",
27+
"upload": {
28+
"disable_flushing": false,
29+
"maximum_ram_size": 24576,
30+
"maximum_size": 131072,
31+
"protocol": "stlink",
32+
"protocols": [
33+
"jlink",
34+
"cmsis-dap",
35+
"stlink",
36+
"blackmagic",
37+
"sipeed-rv-debugger",
38+
"serial",
39+
"gdlinkcli"
40+
],
41+
"require_upload_port": true,
42+
"use_1200bps_touch": false,
43+
"wait_for_upload_port": false
44+
},
45+
"url": "https://www.gigadevice.com/product/mcu/mcus-product-selector/gd32a513rbt3/",
46+
"vendor": "GigaDevice"
47+
}

boards/genericGD32A513RC.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"build": {
3+
"core": "gd32",
4+
"cpu": "cortex-m33",
5+
"extra_flags": "-DGD32A5 -DGD32A513 -DGD32A51X",
6+
"f_cpu": "100000000L",
7+
"mcu": "gd32a513rct3",
8+
"spl_series": "GD32A51X",
9+
"series": "GD32A513"
10+
},
11+
"debug": {
12+
"jlink_device": "GD32A513RC",
13+
"openocd_target": "unknown",
14+
"svd_path": "GD32A51X.svd",
15+
"default_tools": [
16+
"stlink"
17+
],
18+
"openocd_extra_pre_target_args": [
19+
"-c",
20+
"set CPUTAPID 0"
21+
]
22+
},
23+
"frameworks": [
24+
"spl"
25+
],
26+
"name": "GD32A513RC (32k RAM, 256k Flash)",
27+
"upload": {
28+
"disable_flushing": false,
29+
"maximum_ram_size": 32768,
30+
"maximum_size": 262144,
31+
"protocol": "stlink",
32+
"protocols": [
33+
"jlink",
34+
"cmsis-dap",
35+
"stlink",
36+
"blackmagic",
37+
"sipeed-rv-debugger",
38+
"serial",
39+
"gdlinkcli"
40+
],
41+
"require_upload_port": true,
42+
"use_1200bps_touch": false,
43+
"wait_for_upload_port": false
44+
},
45+
"url": "https://www.gigadevice.com/product/mcu/mcus-product-selector/gd32a513rct3/",
46+
"vendor": "GigaDevice"
47+
}

boards/genericGD32A513RD.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"build": {
3+
"core": "gd32",
4+
"cpu": "cortex-m33",
5+
"extra_flags": "-DGD32A5 -DGD32A513 -DGD32A51X",
6+
"f_cpu": "100000000L",
7+
"mcu": "gd32a513rdt3",
8+
"spl_series": "GD32A51X",
9+
"series": "GD32A513"
10+
},
11+
"debug": {
12+
"jlink_device": "GD32A513RD",
13+
"openocd_target": "unknown",
14+
"svd_path": "GD32A51X.svd",
15+
"default_tools": [
16+
"stlink"
17+
],
18+
"openocd_extra_pre_target_args": [
19+
"-c",
20+
"set CPUTAPID 0"
21+
]
22+
},
23+
"frameworks": [
24+
"spl"
25+
],
26+
"name": "GD32A513RD (48k RAM, 384k Flash)",
27+
"upload": {
28+
"disable_flushing": false,
29+
"maximum_ram_size": 49152,
30+
"maximum_size": 393216,
31+
"protocol": "stlink",
32+
"protocols": [
33+
"jlink",
34+
"cmsis-dap",
35+
"stlink",
36+
"blackmagic",
37+
"sipeed-rv-debugger",
38+
"serial",
39+
"gdlinkcli"
40+
],
41+
"require_upload_port": true,
42+
"use_1200bps_touch": false,
43+
"wait_for_upload_port": false
44+
},
45+
"url": "https://www.gigadevice.com/product/mcu/mcus-product-selector/gd32a513rdt3/",
46+
"vendor": "GigaDevice"
47+
}

0 commit comments

Comments
 (0)