File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -353,12 +353,12 @@ function(__project_info test_components)
353
353
idf_build_get_property(COMPONENT_KCONFIGS_PROJBUILD KCONFIG_PROJBUILDS)
354
354
idf_build_get_property(debug_prefix_map_gdbinit DEBUG_PREFIX_MAP_GDBINIT)
355
355
356
- __generate_gdbinit()
357
- idf_build_get_property(gdbinit_files_prefix_map GDBINIT_FILES_PREFIX_MAP)
358
- idf_build_get_property(gdbinit_files_symbols GDBINIT_FILES_SYMBOLS)
359
- idf_build_get_property(gdbinit_files_py_extensions GDBINIT_FILES_PY_EXTENSIONS)
360
- idf_build_get_property(gdbinit_files_connect GDBINIT_FILES_CONNECT)
361
- __get_openocd_options(debug_arguments_openocd)
356
+ # __generate_gdbinit()
357
+ # idf_build_get_property(gdbinit_files_prefix_map GDBINIT_FILES_PREFIX_MAP)
358
+ # idf_build_get_property(gdbinit_files_symbols GDBINIT_FILES_SYMBOLS)
359
+ # idf_build_get_property(gdbinit_files_py_extensions GDBINIT_FILES_PY_EXTENSIONS)
360
+ # idf_build_get_property(gdbinit_files_connect GDBINIT_FILES_CONNECT)
361
+ # __get_openocd_options(debug_arguments_openocd)
362
362
363
363
if (CONFIG_APP_BUILD_TYPE_RAM)
364
364
set (PROJECT_BUILD_TYPE ram_app)
You can’t perform that action at this time.
0 commit comments