From e34da238077f184a6d7b9c65d4b77f493217a978 Mon Sep 17 00:00:00 2001
From: Eric Brombaugh <ebrombaugh1@cox.net>
Date: Sun, 30 Jul 2023 08:05:05 -0700
Subject: [PATCH] Remove redundant debug shell scripts

---
 examples/i2c_oled/debug.sh | 5 -----
 examples/spi_dac/debug.sh  | 5 -----
 examples/spi_oled/debug.sh | 5 -----
 examples/tim1_pwm/debug.sh | 5 -----
 examples/tim2_pwm/debug.sh | 5 -----
 5 files changed, 25 deletions(-)
 delete mode 100755 examples/i2c_oled/debug.sh
 delete mode 100755 examples/spi_dac/debug.sh
 delete mode 100755 examples/spi_oled/debug.sh
 delete mode 100755 examples/tim1_pwm/debug.sh
 delete mode 100755 examples/tim2_pwm/debug.sh

diff --git a/examples/i2c_oled/debug.sh b/examples/i2c_oled/debug.sh
deleted file mode 100755
index bb05a94..0000000
--- a/examples/i2c_oled/debug.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-# before running this you should start OOCD server
-#../../../MRS_Toolchain_Linux_x64_V1.70/OpenOCD/bin/openocd -f ../../../MRS_Toolchain_Linux_x64_V1.70/OpenOCD/bin/wch-riscv.cfg
- 
-../../../MRS_Toolchain_Linux_x64_V1.70/RISC-V\ Embedded\ GCC/bin/riscv-none-embed-gdb
diff --git a/examples/spi_dac/debug.sh b/examples/spi_dac/debug.sh
deleted file mode 100755
index bb05a94..0000000
--- a/examples/spi_dac/debug.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-# before running this you should start OOCD server
-#../../../MRS_Toolchain_Linux_x64_V1.70/OpenOCD/bin/openocd -f ../../../MRS_Toolchain_Linux_x64_V1.70/OpenOCD/bin/wch-riscv.cfg
- 
-../../../MRS_Toolchain_Linux_x64_V1.70/RISC-V\ Embedded\ GCC/bin/riscv-none-embed-gdb
diff --git a/examples/spi_oled/debug.sh b/examples/spi_oled/debug.sh
deleted file mode 100755
index bb05a94..0000000
--- a/examples/spi_oled/debug.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-# before running this you should start OOCD server
-#../../../MRS_Toolchain_Linux_x64_V1.70/OpenOCD/bin/openocd -f ../../../MRS_Toolchain_Linux_x64_V1.70/OpenOCD/bin/wch-riscv.cfg
- 
-../../../MRS_Toolchain_Linux_x64_V1.70/RISC-V\ Embedded\ GCC/bin/riscv-none-embed-gdb
diff --git a/examples/tim1_pwm/debug.sh b/examples/tim1_pwm/debug.sh
deleted file mode 100755
index bb05a94..0000000
--- a/examples/tim1_pwm/debug.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-# before running this you should start OOCD server
-#../../../MRS_Toolchain_Linux_x64_V1.70/OpenOCD/bin/openocd -f ../../../MRS_Toolchain_Linux_x64_V1.70/OpenOCD/bin/wch-riscv.cfg
- 
-../../../MRS_Toolchain_Linux_x64_V1.70/RISC-V\ Embedded\ GCC/bin/riscv-none-embed-gdb
diff --git a/examples/tim2_pwm/debug.sh b/examples/tim2_pwm/debug.sh
deleted file mode 100755
index bb05a94..0000000
--- a/examples/tim2_pwm/debug.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-# before running this you should start OOCD server
-#../../../MRS_Toolchain_Linux_x64_V1.70/OpenOCD/bin/openocd -f ../../../MRS_Toolchain_Linux_x64_V1.70/OpenOCD/bin/wch-riscv.cfg
- 
-../../../MRS_Toolchain_Linux_x64_V1.70/RISC-V\ Embedded\ GCC/bin/riscv-none-embed-gdb
-- 
GitLab