Skip to content

Commit 6fb2386

Browse files
committed
Updated Windows scripts
1 parent 7ee0296 commit 6fb2386

File tree

4 files changed

+6
-22
lines changed

4 files changed

+6
-22
lines changed

scripts/gd32vf103/debug.sh

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

scripts/gd32vf103/flash-app.cmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
:: Flash Mynewt Application on Windows
22

3-
openocd\bin\openocd.exe ^
3+
riscv-openocd\src\openocd.exe ^
4+
-s riscv-openocd/tcl ^
45
-f scripts/gd32vf103/flash-init.ocd ^
5-
-f interface/stlink.cfg ^
6+
-f interface/cmsis-dap.cfg ^
67
-f scripts/gd32vf103/gd32vf103.ocd ^
78
-f scripts/gd32vf103/flash-app.ocd

scripts/gd32vf103/flash-boot.cmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
:: Flash Mynewt Bootloader on Windows
22

3-
openocd\bin\openocd.exe ^
3+
riscv-openocd\src\openocd.exe ^
4+
-s riscv-openocd/tcl ^
45
-f scripts/gd32vf103/flash-init.ocd ^
5-
-f interface/stlink.cfg ^
6+
-f interface/cmsis-dap.cfg ^
67
-f scripts/gd32vf103/gd32vf103.ocd ^
78
-f scripts/gd32vf103/flash-boot.ocd

scripts/gd32vf103/flash-boot.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,3 @@ riscv-openocd/src/openocd \
1010
-f interface/cmsis-dap.cfg \
1111
-f scripts/gd32vf103/gd32vf103.ocd \
1212
-f scripts/gd32vf103/flash-boot.ocd
13-
14-
# openocd/bin/openocd \
15-
# -f scripts/gd32vf103/flash-init.ocd \
16-
# -f interface/cmsis-dap.cfg \
17-
# -f scripts/gd32vf103/gd32vf103.ocd \
18-
# -f scripts/gd32vf103/flash-boot.ocd

0 commit comments

Comments
 (0)