2018-01-23 17:08:28 +11:00
|
|
|
{
|
2024-11-06 17:01:33 +07:00
|
|
|
"version": "1.2",
|
2019-04-26 13:42:10 +08:00
|
|
|
"project_name": "${PROJECT_NAME}",
|
2023-04-14 14:55:04 +02:00
|
|
|
"project_version": "${PROJECT_VER}",
|
2019-04-26 13:42:10 +08:00
|
|
|
"project_path": "${PROJECT_PATH}",
|
2023-04-14 14:55:04 +02:00
|
|
|
"idf_path": "${IDF_PATH}",
|
2019-04-26 13:42:10 +08:00
|
|
|
"build_dir": "${BUILD_DIR}",
|
2018-01-23 17:08:28 +11:00
|
|
|
"config_file": "${SDKCONFIG}",
|
2019-04-26 13:42:10 +08:00
|
|
|
"config_defaults": "${SDKCONFIG_DEFAULTS}",
|
2022-08-20 13:36:14 +04:00
|
|
|
"bootloader_elf": "${BOOTLOADER_ELF_FILE}",
|
2019-04-26 13:42:10 +08:00
|
|
|
"app_elf": "${PROJECT_EXECUTABLE}",
|
|
|
|
|
"app_bin": "${PROJECT_BIN}",
|
2023-01-30 18:03:59 +08:00
|
|
|
"build_type": "${PROJECT_BUILD_TYPE}",
|
2018-02-22 15:05:05 +11:00
|
|
|
"git_revision": "${IDF_VER}",
|
2019-06-07 18:22:14 +08:00
|
|
|
"target": "${CONFIG_IDF_TARGET}",
|
2021-02-01 11:40:03 +01:00
|
|
|
"rev": "${CONFIG_ESP32_REV_MIN}",
|
2022-03-17 21:58:15 +08:00
|
|
|
"min_rev": "${CONFIG_ESP_REV_MIN_FULL}",
|
|
|
|
|
"max_rev": "${CONFIG_ESP_REV_MAX_FULL}",
|
2018-01-23 17:08:28 +11:00
|
|
|
"phy_data_partition": "${CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION}",
|
2019-06-07 18:22:14 +08:00
|
|
|
"monitor_baud" : "${CONFIG_ESPTOOLPY_MONITOR_BAUD}",
|
2022-01-08 14:06:43 +08:00
|
|
|
"monitor_toolprefix": "${_CMAKE_TOOLCHAIN_PREFIX}",
|
2023-04-14 14:55:04 +02:00
|
|
|
"c_compiler": "${CMAKE_C_COMPILER}",
|
2018-04-05 17:26:28 +10:00
|
|
|
"config_environment" : {
|
|
|
|
|
"COMPONENT_KCONFIGS" : "${COMPONENT_KCONFIGS}",
|
|
|
|
|
"COMPONENT_KCONFIGS_PROJBUILD" : "${COMPONENT_KCONFIGS_PROJBUILD}"
|
|
|
|
|
},
|
2023-04-14 14:55:04 +02:00
|
|
|
"common_component_reqs": ${common_component_reqs_json},
|
2018-04-05 17:26:28 +10:00
|
|
|
"build_components" : ${build_components_json},
|
2021-10-14 20:00:05 +08:00
|
|
|
"build_component_paths" : ${build_component_paths_json},
|
2023-04-14 14:55:04 +02:00
|
|
|
"build_component_info" : ${build_component_info_json},
|
2023-10-02 15:31:06 +02:00
|
|
|
"all_component_info" : ${all_component_info_json},
|
2024-11-06 17:01:33 +07:00
|
|
|
"debug_prefix_map_gdbinit": "${debug_prefix_map_gdbinit}",
|
|
|
|
|
"gdbinit_files": {
|
|
|
|
|
"01_symbols": "${gdbinit_files_symbols}",
|
|
|
|
|
"02_prefix_map": "${gdbinit_files_prefix_map}",
|
|
|
|
|
"03_py_extensions": "${gdbinit_files_py_extensions}",
|
|
|
|
|
"04_connect": "${gdbinit_files_connect}"
|
|
|
|
|
},
|
|
|
|
|
"debug_arguments_openocd": "${debug_arguments_openocd}"
|
2018-01-23 17:08:28 +11:00
|
|
|
}
|