mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
29655fe22a
ROM and bootloader symbols add to use in GDB (via 'idf.py gdb')
24 lines
1.0 KiB
JSON
24 lines
1.0 KiB
JSON
{
|
|
"project_name": "${PROJECT_NAME}",
|
|
"project_path": "${PROJECT_PATH}",
|
|
"build_dir": "${BUILD_DIR}",
|
|
"config_file": "${SDKCONFIG}",
|
|
"config_defaults": "${SDKCONFIG_DEFAULTS}",
|
|
"bootloader_elf": "${BOOTLOADER_ELF_FILE}",
|
|
"app_elf": "${PROJECT_EXECUTABLE}",
|
|
"app_bin": "${PROJECT_BIN}",
|
|
"git_revision": "${IDF_VER}",
|
|
"target": "${CONFIG_IDF_TARGET}",
|
|
"rev": "${CONFIG_ESP32_REV_MIN}",
|
|
"phy_data_partition": "${CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION}",
|
|
"monitor_baud" : "${CONFIG_ESPTOOLPY_MONITOR_BAUD}",
|
|
"monitor_toolprefix": "${_CMAKE_TOOLCHAIN_PREFIX}",
|
|
"config_environment" : {
|
|
"COMPONENT_KCONFIGS" : "${COMPONENT_KCONFIGS}",
|
|
"COMPONENT_KCONFIGS_PROJBUILD" : "${COMPONENT_KCONFIGS_PROJBUILD}"
|
|
},
|
|
"build_components" : ${build_components_json},
|
|
"build_component_paths" : ${build_component_paths_json},
|
|
"debug_prefix_map_gdbinit": "${debug_prefix_map_gdbinit}"
|
|
}
|