From 87902b9c15faed52f9e0c4156ccb2e6bc18ab804 Mon Sep 17 00:00:00 2001
From: Terraneo Federico <fede.tft@miosix.org>
Date: Sat, 4 Jan 2025 18:25:28 +0100
Subject: [PATCH] Remove obsolete openocd script

---
 .../stm32f103c8_breakout/stm32vldiscovery.cfg | 27 -------------------
 1 file changed, 27 deletions(-)
 delete mode 100644 miosix/arch/cortexM3_stm32f1/stm32f103c8_breakout/stm32vldiscovery.cfg

diff --git a/miosix/arch/cortexM3_stm32f1/stm32f103c8_breakout/stm32vldiscovery.cfg b/miosix/arch/cortexM3_stm32f1/stm32f103c8_breakout/stm32vldiscovery.cfg
deleted file mode 100644
index 23046cf8..00000000
--- a/miosix/arch/cortexM3_stm32f1/stm32f103c8_breakout/stm32vldiscovery.cfg
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# OpenOCD configuration file for in-circuit debugging the stm32vldiscovery
-# loaded with the versaloon firmware.
-# To start debugging issue those commands:
-#    arm-miosix-eabi-gdb main.elf
-#    target remote :3333
-#    monitor reset halt
-#    monitor target_request debugmsgs enable
-#    monitor trace point 1
-# The last two commands are required to redirect printf inside the MCU
-# through SWD, and make the output appear inside gdb
-#
-
-# Daemon configuration
-telnet_port 4444
-gdb_port 3333
-
-# Interface (using versaloon)
-interface vsllink
-transport select swd
-swd_mode 2
-swd_delay 2
-
-# This is a board with an STM32F100RBT6
-# Use 2 kB instead of the default 16 kB
-set WORKAREASIZE 0x800
-source [find target/stm32.cfg]
-- 
GitLab