From d2221b8fb75505c99e939d1f756a620a750692e5 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Fri, 29 Jan 2021 10:18:47 +0100 Subject: [PATCH] Removing invalid GDB command --- .gitignore | 1 + openocd.gdb | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ea8c4bf..c024ef6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +openocd.gdb diff --git a/openocd.gdb b/openocd.gdb index 48040b1..e903a33 100644 --- a/openocd.gdb +++ b/openocd.gdb @@ -14,9 +14,6 @@ break DefaultHandler break HardFault break rust_begin_unwind -source ../../PyCortexMDebug/cmdebug/svd_gdb.py -svd_load ~/Downloads/STM32H743x.svd - load # tbreak cortex_m_rt::reset_handler monitor reset halt