kopia lustrzana https://github.com/espressif/esp-idf
30 wiersze
1.3 KiB
JSON
30 wiersze
1.3 KiB
JSON
{
|
|
"version": "1",
|
|
"project_name": "${PROJECT_NAME}",
|
|
"project_version": "${PROJECT_VER}",
|
|
"project_path": "${PROJECT_PATH}",
|
|
"idf_path": "${IDF_PATH}",
|
|
"build_dir": "${BUILD_DIR}",
|
|
"config_file": "${SDKCONFIG}",
|
|
"config_defaults": "${SDKCONFIG_DEFAULTS}",
|
|
"app_elf": "${PROJECT_EXECUTABLE}",
|
|
"app_bin": "${PROJECT_BIN}",
|
|
"git_revision": "${IDF_VER}",
|
|
"target": "${CONFIG_IDF_TARGET}",
|
|
"rev": "${CONFIG_ESP32_REV_MIN}",
|
|
"min_rev": "${CONFIG_ESP_REV_MIN_FULL}",
|
|
"max_rev": "${CONFIG_ESP_REV_MAX_FULL}",
|
|
"phy_data_partition": "${CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION}",
|
|
"monitor_baud" : "${CONFIG_ESPTOOLPY_MONITOR_BAUD}",
|
|
"monitor_toolprefix": "${CONFIG_SDK_TOOLPREFIX}",
|
|
"c_compiler": "${CMAKE_C_COMPILER}",
|
|
"config_environment" : {
|
|
"COMPONENT_KCONFIGS" : "${COMPONENT_KCONFIGS}",
|
|
"COMPONENT_KCONFIGS_PROJBUILD" : "${COMPONENT_KCONFIGS_PROJBUILD}"
|
|
},
|
|
"common_component_reqs": ${common_component_reqs_json},
|
|
"build_components" : ${build_components_json},
|
|
"build_component_paths" : ${build_component_paths_json},
|
|
"build_component_info" : ${build_component_info_json}
|
|
}
|