From bdafd95200a0376bdd6a02bf9c702e06eeb12f35 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 21 Jan 2025 20:31:47 +0100 Subject: [PATCH] Disable new gdbinit --- tools/cmake/idf.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/cmake/idf.cmake b/tools/cmake/idf.cmake index 384401cd76ce..2fd4b31f223a 100644 --- a/tools/cmake/idf.cmake +++ b/tools/cmake/idf.cmake @@ -48,9 +48,9 @@ if(NOT __idf_env_set) include(ldgen) include(dfu) include(version) - include(gdbinit) +# include(gdbinit) include(prefix_map) - include(openocd) +# include(openocd) __build_init("${idf_path}")