project_description.json.in 1.5 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "version": "1.1",
  3. "project_name": "${PROJECT_NAME}",
  4. "project_version": "${PROJECT_VER}",
  5. "project_path": "${PROJECT_PATH}",
  6. "idf_path": "${IDF_PATH}",
  7. "build_dir": "${BUILD_DIR}",
  8. "config_file": "${SDKCONFIG}",
  9. "config_defaults": "${SDKCONFIG_DEFAULTS}",
  10. "bootloader_elf": "${BOOTLOADER_ELF_FILE}",
  11. "app_elf": "${PROJECT_EXECUTABLE}",
  12. "app_bin": "${PROJECT_BIN}",
  13. "build_type": "${PROJECT_BUILD_TYPE}",
  14. "git_revision": "${IDF_VER}",
  15. "target": "${CONFIG_IDF_TARGET}",
  16. "rev": "${CONFIG_ESP32_REV_MIN}",
  17. "min_rev": "${CONFIG_ESP_REV_MIN_FULL}",
  18. "max_rev": "${CONFIG_ESP_REV_MAX_FULL}",
  19. "phy_data_partition": "${CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION}",
  20. "monitor_baud" : "${CONFIG_ESPTOOLPY_MONITOR_BAUD}",
  21. "monitor_toolprefix": "${_CMAKE_TOOLCHAIN_PREFIX}",
  22. "c_compiler": "${CMAKE_C_COMPILER}",
  23. "config_environment" : {
  24. "COMPONENT_KCONFIGS" : "${COMPONENT_KCONFIGS}",
  25. "COMPONENT_KCONFIGS_PROJBUILD" : "${COMPONENT_KCONFIGS_PROJBUILD}"
  26. },
  27. "common_component_reqs": ${common_component_reqs_json},
  28. "build_components" : ${build_components_json},
  29. "build_component_paths" : ${build_component_paths_json},
  30. "build_component_info" : ${build_component_info_json},
  31. "all_component_info" : ${all_component_info_json},
  32. "debug_prefix_map_gdbinit": "${debug_prefix_map_gdbinit}"
  33. }