Skip to content

Commit 2e95e83

Browse files
LynnL4ivankravets
authored andcommitted
add support for seeedstudio Wio Lite RISC-V. (#9)
1 parent d4ad491 commit 2e95e83

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

boards/wio_lite_risc-v.json

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"build": {
3+
"f_cpu": "108000000L",
4+
"hwids": [
5+
[
6+
"0x28e9",
7+
"0x0189"
8+
]
9+
],
10+
"ldscript": "GD32VF103xB.lds",
11+
"mabi": "ilp32",
12+
"march": "rv32imac",
13+
"mcmodel": "medlow",
14+
"mcu": "GD32VF103CBT6",
15+
"variant": "wio_lite_risc-v",
16+
"board_def": "BOARD_WIO_LITE_RISC-V",
17+
"hxtal_value": "8000000"
18+
},
19+
"debug":{
20+
"svd_path": "GD32VF103.svd"
21+
},
22+
"frameworks": [
23+
"gd32vf103-sdk",
24+
"arduino"
25+
],
26+
"name": "Wio Lite RISC-V",
27+
"upload": {
28+
"maximum_ram_size": 32768,
29+
"maximum_size": 131072,
30+
"protocol": "serial"
31+
},
32+
"url": "https://www.seeedstudio.com/Wio-Lite-RISC-V-GD32VF103-p-4293.html",
33+
"vendor": "SeeedStudio"
34+
}

0 commit comments

Comments
 (0)