Skip to content

Commit

Permalink
add support for seeedstudio Wio Lite RISC-V. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnL4 authored and ivankravets committed Oct 8, 2019
1 parent d4ad491 commit 2e95e83
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions boards/wio_lite_risc-v.json
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"
}

0 comments on commit 2e95e83

Please sign in to comment.