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 23046cf8c03bf00d80821859071d46b304d24b73..0000000000000000000000000000000000000000 --- 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]