]> granicus.if.org Git - esp-idf/blob - tools/cmake/project_description.json.in
Merge branch 'feature/move_rtc_data_rtc_rodata_to_RTC_FAST_seg' into 'master'
[esp-idf] / tools / cmake / project_description.json.in
1 {
2     "project_name":       "${PROJECT_NAME}",
3     "project_path":       "${PROJECT_PATH}",
4     "build_dir":          "${CMAKE_BINARY_DIR}",
5     "config_file":        "${SDKCONFIG}",
6     "config_defaults":    "${SDKCONFIG_DEFAULTS}",
7     "app_elf":            "${PROJECT_NAME}.elf",
8     "app_bin":            "${PROJECT_NAME}.bin",
9     "git_revision":       "${IDF_VER}",
10     "phy_data_partition": "${CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION}",
11     "monitor_baud" : "${CONFIG_MONITOR_BAUD}",
12     "config_environment" : {
13         "COMPONENT_KCONFIGS" : "${COMPONENT_KCONFIGS}",
14         "COMPONENT_KCONFIGS_PROJBUILD" : "${COMPONENT_KCONFIGS_PROJBUILD}"
15     },
16     "build_components" : ${build_components_json},
17     "build_component_paths" : ${build_component_paths_json}
18 }