This commit is contained in:
VerstreuteSeele
2022-12-27 11:11:02 +01:00
312 changed files with 1918 additions and 884 deletions
+1 -3
View File
@@ -41,12 +41,10 @@ def generate(env, **kw):
"|openocd -c 'gdb_port pipe; log_output ${FBT_DEBUG_DIR}/openocd.log' ${[SINGLEQUOTEFUNC(OPENOCD_OPTS)]}"
],
GDBOPTS_BASE=[
"-ex",
"set pagination off",
"-ex",
"target extended-remote ${GDBREMOTE}",
"-ex",
"set confirm off",
"source ${FBT_DEBUG_DIR}/gdbinit",
],
GDBOPTS_BLACKMAGIC=[
"-ex",