Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GD32F10x to known datasheets #49

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions boards/genericGD32F103C4.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"0x0004"
]
],
"spl_sub_series": "MD"
"spl_sub_series": "MD",
"variant": "GD32F103C4_GENERIC"
},
"debug": {
"jlink_device": "GD32F103C4",
Expand All @@ -32,7 +33,8 @@
]
},
"frameworks": [
"spl"
"spl",
"arduino"
],
"name": "GD32F103C4 (6k RAM, 16k Flash)",
"upload": {
Expand Down
6 changes: 4 additions & 2 deletions boards/genericGD32F103C6.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"0x0004"
]
],
"spl_sub_series": "MD"
"spl_sub_series": "MD",
"variant": "GD32F103C6_GENERIC"
},
"debug": {
"jlink_device": "GD32F103C6",
Expand All @@ -32,7 +33,8 @@
]
},
"frameworks": [
"spl"
"spl",
"arduino"
],
"name": "GD32F103C6 (10k RAM, 32k Flash)",
"upload": {
Expand Down
6 changes: 4 additions & 2 deletions boards/genericGD32F103C8.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"0x0004"
]
],
"spl_sub_series": "MD"
"spl_sub_series": "MD",
"variant": "GD32F103C8_GENERIC"
},
"debug": {
"jlink_device": "GD32F103C8",
Expand All @@ -32,7 +33,8 @@
]
},
"frameworks": [
"spl"
"spl",
"arduino"
],
"name": "GD32F103C8 (20k RAM, 64k Flash)",
"upload": {
Expand Down
6 changes: 4 additions & 2 deletions boards/genericGD32F103CB.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"0x0004"
]
],
"spl_sub_series": "MD"
"spl_sub_series": "MD",
"variant": "GD32F103CB_GENERIC"
},
"debug": {
"jlink_device": "GD32F103CB",
Expand All @@ -32,7 +33,8 @@
]
},
"frameworks": [
"spl"
"spl",
"arduino"
],
"name": "GD32F103CB (20k RAM, 128k Flash)",
"upload": {
Expand Down
6 changes: 4 additions & 2 deletions boards/genericGD32F103R4.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"0x0004"
]
],
"spl_sub_series": "MD"
"spl_sub_series": "MD",
"variant": "GD32F103R4_GENERIC"
},
"debug": {
"jlink_device": "GD32F103R4",
Expand All @@ -32,7 +33,8 @@
]
},
"frameworks": [
"spl"
"spl",
"arduino"
],
"name": "GD32F103R4 (6k RAM, 16k Flash)",
"upload": {
Expand Down
6 changes: 4 additions & 2 deletions boards/genericGD32F103R6.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"0x0004"
]
],
"spl_sub_series": "MD"
"spl_sub_series": "MD",
"variant": "GD32F103R6_GENERIC"
},
"debug": {
"jlink_device": "GD32F103R6",
Expand All @@ -32,7 +33,8 @@
]
},
"frameworks": [
"spl"
"spl",
"arduino"
],
"name": "GD32F103R6 (10k RAM, 32k Flash)",
"upload": {
Expand Down
6 changes: 4 additions & 2 deletions boards/genericGD32F103R8.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"0x0004"
]
],
"spl_sub_series": "MD"
"spl_sub_series": "MD",
"variant": "GD32F103R8_GENERIC"
},
"debug": {
"jlink_device": "GD32F103R8",
Expand All @@ -32,7 +33,8 @@
]
},
"frameworks": [
"spl"
"spl",
"arduino"
],
"name": "GD32F103R8 (20k RAM, 64k Flash)",
"upload": {
Expand Down
6 changes: 4 additions & 2 deletions boards/genericGD32F103RB.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"0x0004"
]
],
"spl_sub_series": "MD"
"spl_sub_series": "MD",
"variant": "GD32F103RB_GENERIC"
},
"debug": {
"jlink_device": "GD32F103RB",
Expand All @@ -32,7 +33,8 @@
]
},
"frameworks": [
"spl"
"spl",
"arduino"
],
"name": "GD32F103RB (20k RAM, 128k Flash)",
"upload": {
Expand Down
6 changes: 4 additions & 2 deletions boards/genericGD32F103RC.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"0x0004"
]
],
"spl_sub_series": "HD"
"spl_sub_series": "HD",
"variant": "GD32F103RC_GENERIC"
},
"debug": {
"jlink_device": "GD32F103RC",
Expand All @@ -32,7 +33,8 @@
]
},
"frameworks": [
"spl"
"spl",
"arduino"
],
"name": "GD32F103RC (48k RAM, 256k Flash)",
"upload": {
Expand Down
6 changes: 4 additions & 2 deletions boards/genericGD32F103RD.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"0x0004"
]
],
"spl_sub_series": "HD"
"spl_sub_series": "HD",
"variant": "GD32F103RD_GENERIC"
},
"debug": {
"jlink_device": "GD32F103RD",
Expand All @@ -32,7 +33,8 @@
]
},
"frameworks": [
"spl"
"spl",
"arduino"
],
"name": "GD32F103RD (64k RAM, 384k Flash)",
"upload": {
Expand Down
6 changes: 4 additions & 2 deletions boards/genericGD32F103RE.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"0x0004"
]
],
"spl_sub_series": "HD"
"spl_sub_series": "HD",
"variant": "GD32F103RE_GENERIC"
},
"debug": {
"jlink_device": "GD32F103RE",
Expand All @@ -32,7 +33,8 @@
]
},
"frameworks": [
"spl"
"spl",
"arduino"
],
"name": "GD32F103RE (64k RAM, 512k Flash)",
"upload": {
Expand Down
6 changes: 4 additions & 2 deletions boards/genericGD32F103RF.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"0x0004"
]
],
"spl_sub_series": "XD"
"spl_sub_series": "XD",
"variant": "GD32F103RF_GENERIC"
},
"debug": {
"jlink_device": "GD32F103RF",
Expand All @@ -32,7 +33,8 @@
]
},
"frameworks": [
"spl"
"spl",
"arduino"
],
"name": "GD32F103RF (96k RAM, 768k Flash)",
"upload": {
Expand Down
6 changes: 4 additions & 2 deletions boards/genericGD32F103RG.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"0x0004"
]
],
"spl_sub_series": "XD"
"spl_sub_series": "XD",
"variant": "GD32F103RG_GENERIC"
},
"debug": {
"jlink_device": "GD32F103RG",
Expand All @@ -32,7 +33,8 @@
]
},
"frameworks": [
"spl"
"spl",
"arduino"
],
"name": "GD32F103RG (96k RAM, 1024k Flash)",
"upload": {
Expand Down
6 changes: 4 additions & 2 deletions boards/genericGD32F103RI.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"0x0004"
]
],
"spl_sub_series": "XD"
"spl_sub_series": "XD",
"variant": "GD32F103RI_GENERIC"
},
"debug": {
"jlink_device": "GD32F103RI",
Expand All @@ -32,7 +33,8 @@
]
},
"frameworks": [
"spl"
"spl",
"arduino"
],
"name": "GD32F103RI (96k RAM, 2048k Flash)",
"upload": {
Expand Down
6 changes: 4 additions & 2 deletions boards/genericGD32F103RK.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"0x0004"
]
],
"spl_sub_series": "XD"
"spl_sub_series": "XD",
"variant": "GD32F103RK_GENERIC"
},
"debug": {
"jlink_device": "GD32F103RK",
Expand All @@ -32,7 +33,8 @@
]
},
"frameworks": [
"spl"
"spl",
"arduino"
],
"name": "GD32F103RK (96k RAM, 3072k Flash)",
"upload": {
Expand Down
6 changes: 4 additions & 2 deletions boards/genericGD32F103T4.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"0x0004"
]
],
"spl_sub_series": "MD"
"spl_sub_series": "MD",
"variant": "GD32F103T4_GENERIC"
},
"debug": {
"jlink_device": "GD32F103T4",
Expand All @@ -32,7 +33,8 @@
]
},
"frameworks": [
"spl"
"spl",
"arduino"
],
"name": "GD32F103T4 (6k RAM, 16k Flash)",
"upload": {
Expand Down
6 changes: 4 additions & 2 deletions boards/genericGD32F103T6.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"0x0004"
]
],
"spl_sub_series": "MD"
"spl_sub_series": "MD",
"variant": "GD32F103T6_GENERIC"
},
"debug": {
"jlink_device": "GD32F103T6",
Expand All @@ -32,7 +33,8 @@
]
},
"frameworks": [
"spl"
"spl",
"arduino"
],
"name": "GD32F103T6 (10k RAM, 32k Flash)",
"upload": {
Expand Down
6 changes: 4 additions & 2 deletions boards/genericGD32F103T8.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"0x0004"
]
],
"spl_sub_series": "MD"
"spl_sub_series": "MD",
"variant": "GD32F103T8_GENERIC"
},
"debug": {
"jlink_device": "GD32F103T8",
Expand All @@ -32,7 +33,8 @@
]
},
"frameworks": [
"spl"
"spl",
"arduino"
],
"name": "GD32F103T8 (20k RAM, 64k Flash)",
"upload": {
Expand Down
6 changes: 4 additions & 2 deletions boards/genericGD32F103TB.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"0x0004"
]
],
"spl_sub_series": "MD"
"spl_sub_series": "MD",
"variant": "GD32F103TB_GENERIC"
},
"debug": {
"jlink_device": "GD32F103TB",
Expand All @@ -32,7 +33,8 @@
]
},
"frameworks": [
"spl"
"spl",
"arduino"
],
"name": "GD32F103TB (20k RAM, 128k Flash)",
"upload": {
Expand Down
6 changes: 4 additions & 2 deletions boards/genericGD32F103V8.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"0x0004"
]
],
"spl_sub_series": "MD"
"spl_sub_series": "MD",
"variant": "GD32F103V8_GENERIC"
},
"debug": {
"jlink_device": "GD32F103V8",
Expand All @@ -32,7 +33,8 @@
]
},
"frameworks": [
"spl"
"spl",
"arduino"
],
"name": "GD32F103V8 (20k RAM, 64k Flash)",
"upload": {
Expand Down
Loading