Skip to content

Commit 5ec32eb

Browse files
committed
Update with email sent x64 version
1 parent a1d974b commit 5ec32eb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+2276
-1774
lines changed

bin/.DS_Store

-6 KB
Binary file not shown.

bin/libusb-1.0.0.dylib

-189 KB
Binary file not shown.

bin/openocd

36.8 KB
Binary file not shown.

bin/wch-arm.cfg

100644100755
File mode changed.

bin/wch-dual-core.cfg

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
#interface wlink
2+
adapter driver wlinke
3+
adapter speed 6000
4+
transport select sdi
5+
6+
wlink_set_address 0x00000000
7+
set _CHIPNAME wch_riscv
8+
sdi newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x00001
9+
10+
set _TARGETNAME $_CHIPNAME.cpu
11+
12+
13+
target create $_TARGETNAME.0 wch_riscv -chain-position $_TARGETNAME -coreid 0
14+
$_TARGETNAME.0 configure -event reset-init {
15+
16+
echo "Core 0 reset initialized."
17+
}
18+
$_TARGETNAME.0 configure -gdb-port 3333
19+
20+
21+
target create $_TARGETNAME.1 wch_riscv -chain-position $_TARGETNAME -coreid 1
22+
$_TARGETNAME.1 configure -event reset-init {
23+
echo "Core 1 reset initialized."
24+
}
25+
$_TARGETNAME.1 configure -gdb-port 3334
26+
27+
28+
29+
30+
#target create $_TARGETNAME.0 wch_riscv -chain-position $_TARGETNAME
31+
32+
33+
$_TARGETNAME.0 configure -work-area-phys 0x20100000 -work-area-size 10000 -work-area-backup 1
34+
set _FLASHNAME $_CHIPNAME.flash0
35+
36+
flash bank $_FLASHNAME wch_riscv 0x00000000 0 0 0 $_TARGETNAME.0
37+
38+
$_TARGETNAME.1 configure -work-area-phys 0x20102800 -work-area-size 10000 -work-area-backup 1
39+
set _FLASHNAME $_CHIPNAME.flash1
40+
41+
flash bank $_FLASHNAME wch_riscv 0x00005000 0 0 0 $_TARGETNAME.1
42+
43+
44+
45+
echo "Ready for Remote Connections"

bin/wch-riscv.cfg

100644100755
File mode changed.

lib/libusb-1.0.0.dylib

-189 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tool-openocd-riscv-wch",
3-
"version": "2.1100.240729",
3+
"version": "2.1100.260118",
44
"description": "Fork of Open On-Chip Debugger that has RISC-V support",
55
"keywords": [
66
"tools",

readme.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

share/.DS_Store

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)