-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
948133a
commit cf94192
Showing
11 changed files
with
153 additions
and
7 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,45 @@ | ||
{ | ||
"build": { | ||
"extra_flags": "-DCH32V317TC -DCH32V31X -DCH32V31x -DCH32V317 -DCH32V30x_D8C", | ||
"f_cpu": "144000000L", | ||
"hwids": [ | ||
[ | ||
"0x1A86", | ||
"0x8010" | ||
] | ||
], | ||
"mabi": "ilp32", | ||
"march": "rv32imacxw", | ||
"mcu": "ch32v317tcu6", | ||
"series": "ch32v307" | ||
}, | ||
"debug": { | ||
"onboard_tools": [ | ||
"wch-link" | ||
], | ||
"openocd_config": "wch-riscv.cfg", | ||
"svd_path": "CH32V307xx.svd" | ||
}, | ||
"frameworks": [ | ||
"noneos-sdk", | ||
"freertos", | ||
"harmony-liteos", | ||
"rt-thread", | ||
"tencent-os", | ||
"ch32v003fun" | ||
], | ||
"name": "Generic CH32V317TCU6", | ||
"upload": { | ||
"maximum_ram_size": 65536, | ||
"maximum_size": 262144, | ||
"protocol": "wch-link", | ||
"protocols": [ | ||
"wch-link", | ||
"minichlink", | ||
"isp", | ||
"wlink" | ||
] | ||
}, | ||
"url": "http://www.wch-ic.com/products/CH32V307.html", | ||
"vendor": "W.CH" | ||
} |
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,45 @@ | ||
{ | ||
"build": { | ||
"extra_flags": "-DCH32V317VC -DCH32V31X -DCH32V31x -DCH32V317 -DCH32V30x_D8C", | ||
"f_cpu": "144000000L", | ||
"hwids": [ | ||
[ | ||
"0x1A86", | ||
"0x8010" | ||
] | ||
], | ||
"mabi": "ilp32", | ||
"march": "rv32imacxw", | ||
"mcu": "ch32v317vct6", | ||
"series": "ch32v307" | ||
}, | ||
"debug": { | ||
"onboard_tools": [ | ||
"wch-link" | ||
], | ||
"openocd_config": "wch-riscv.cfg", | ||
"svd_path": "CH32V307xx.svd" | ||
}, | ||
"frameworks": [ | ||
"noneos-sdk", | ||
"freertos", | ||
"harmony-liteos", | ||
"rt-thread", | ||
"tencent-os", | ||
"ch32v003fun" | ||
], | ||
"name": "Generic CH32V317VCT6", | ||
"upload": { | ||
"maximum_ram_size": 65536, | ||
"maximum_size": 262144, | ||
"protocol": "wch-link", | ||
"protocols": [ | ||
"wch-link", | ||
"minichlink", | ||
"isp", | ||
"wlink" | ||
] | ||
}, | ||
"url": "http://www.wch-ic.com/products/CH32V307.html", | ||
"vendor": "W.CH" | ||
} |
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,45 @@ | ||
{ | ||
"build": { | ||
"extra_flags": "-DCH32V317WC -DCH32V31X -DCH32V31x -DCH32V317 -DCH32V30x_D8C", | ||
"f_cpu": "144000000L", | ||
"hwids": [ | ||
[ | ||
"0x1A86", | ||
"0x8010" | ||
] | ||
], | ||
"mabi": "ilp32", | ||
"march": "rv32imacxw", | ||
"mcu": "ch32v317wcu6", | ||
"series": "ch32v307" | ||
}, | ||
"debug": { | ||
"onboard_tools": [ | ||
"wch-link" | ||
], | ||
"openocd_config": "wch-riscv.cfg", | ||
"svd_path": "CH32V307xx.svd" | ||
}, | ||
"frameworks": [ | ||
"noneos-sdk", | ||
"freertos", | ||
"harmony-liteos", | ||
"rt-thread", | ||
"tencent-os", | ||
"ch32v003fun" | ||
], | ||
"name": "Generic CH32V317WCU6", | ||
"upload": { | ||
"maximum_ram_size": 65536, | ||
"maximum_size": 262144, | ||
"protocol": "wch-link", | ||
"protocols": [ | ||
"wch-link", | ||
"minichlink", | ||
"isp", | ||
"wlink" | ||
] | ||
}, | ||
"url": "http://www.wch-ic.com/products/CH32V307.html", | ||
"vendor": "W.CH" | ||
} |
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
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
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
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
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
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
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
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