-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for seeedstudio Wio Lite RISC-V. (#9)
- Loading branch information
1 parent
d4ad491
commit 2e95e83
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"build": { | ||
"f_cpu": "108000000L", | ||
"hwids": [ | ||
[ | ||
"0x28e9", | ||
"0x0189" | ||
] | ||
], | ||
"ldscript": "GD32VF103xB.lds", | ||
"mabi": "ilp32", | ||
"march": "rv32imac", | ||
"mcmodel": "medlow", | ||
"mcu": "GD32VF103CBT6", | ||
"variant": "wio_lite_risc-v", | ||
"board_def": "BOARD_WIO_LITE_RISC-V", | ||
"hxtal_value": "8000000" | ||
}, | ||
"debug":{ | ||
"svd_path": "GD32VF103.svd" | ||
}, | ||
"frameworks": [ | ||
"gd32vf103-sdk", | ||
"arduino" | ||
], | ||
"name": "Wio Lite RISC-V", | ||
"upload": { | ||
"maximum_ram_size": 32768, | ||
"maximum_size": 131072, | ||
"protocol": "serial" | ||
}, | ||
"url": "https://www.seeedstudio.com/Wio-Lite-RISC-V-GD32VF103-p-4293.html", | ||
"vendor": "SeeedStudio" | ||
} |