project_description.json.in 933 B

123456789101112131415161718192021
  1. {
  2. "project_name": "${PROJECT_NAME}",
  3. "project_path": "${PROJECT_PATH}",
  4. "build_dir": "${BUILD_DIR}",
  5. "config_file": "${SDKCONFIG}",
  6. "config_defaults": "${SDKCONFIG_DEFAULTS}",
  7. "app_elf": "${PROJECT_EXECUTABLE}",
  8. "app_bin": "${PROJECT_BIN}",
  9. "git_revision": "${IDF_VER}",
  10. "target": "${CONFIG_IDF_TARGET}",
  11. "rev": "${CONFIG_ESP32_REV_MIN}",
  12. "phy_data_partition": "${CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION}",
  13. "monitor_baud" : "${CONFIG_ESPTOOLPY_MONITOR_BAUD}",
  14. "monitor_toolprefix": "${CONFIG_SDK_TOOLPREFIX}",
  15. "config_environment" : {
  16. "COMPONENT_KCONFIGS" : "${COMPONENT_KCONFIGS}",
  17. "COMPONENT_KCONFIGS_PROJBUILD" : "${COMPONENT_KCONFIGS_PROJBUILD}"
  18. },
  19. "build_components" : ${build_components_json},
  20. "build_component_paths" : ${build_component_paths_json}
  21. }