Home
last modified time | relevance | path

Searched refs:build_dir (Results 1 – 25 of 31) sorted by relevance

12

/hal_espressif-3.6.0/tools/idf_py_actions/
Dcore_ext.py69 … subprocess.check_output(GENERATORS[args.generator]['dry_run'] + [target_name], cwd=args.build_dir)
87 if not os.path.isdir(args.build_dir):
88 print("Build directory '%s' not found. Nothing to clean." % args.build_dir)
113 build_dir = args.build_dir
114 if not os.path.isdir(build_dir):
115 print("Build directory '%s' not found. Nothing to clean." % build_dir)
117 if len(os.listdir(build_dir)) == 0:
118 print("Build directory '%s' is empty. Nothing to clean." % build_dir)
121 if not os.path.exists(os.path.join(build_dir, 'CMakeCache.txt')):
124 … "delete files in this directory. Delete the directory manually to 'clean' it." % build_dir)
[all …]
Dtools.py112 …run_tool(generator_cmd[0], generator_cmd + [target_name], args.build_dir, env, custom_error_handle…
189 build_dir = args.build_dir
190 if not os.path.isdir(build_dir):
191 os.makedirs(build_dir)
194 cache_path = os.path.join(build_dir, 'CMakeCache.txt')
220 run_tool('cmake', cmake_args, cwd=args.build_dir)
246 (build_dir, realpath(home_dir), realpath(project_dir), prog_name))
Dserial_ext.py19 desc_path = os.path.join(args.build_dir, 'project_description.json')
62 with open(os.path.join(args.build_dir, 'flasher_args.json')) as f:
91 elf_file = os.path.join(args.build_dir, project_desc['app_elf'])
162 run_tool('esptool.py', esptool_args, args.build_dir)
Ddebug_ext.py147 desc_path = os.path.join(args.build_dir, 'project_description.json')
200 create_local_gdbinit(gdbinit, os.path.join(args.build_dir, project_desc['app_elf']))
267 desc_path = os.path.join(args.build_dir, 'project_description.json')
273 elf_file = os.path.join(args.build_dir, project_desc['app_elf'])
/hal_espressif-3.6.0/components/partition_table/
DCMakeLists.txt33 idf_build_get_property(build_dir BUILD_DIR)
43 COMMAND ${gen_partition_table} "${build_dir}/partition_table/${unsigned_partition_bin}"
47 add_custom_command(OUTPUT "${build_dir}/partition_table/${unsigned_partition_bin}"
48 …COMMAND ${gen_partition_table} "${partition_csv}" "${build_dir}/partition_table/${unsigned_partiti…
53 add_custom_target(partition_table_bin DEPENDS "${build_dir}/partition_table/${unsigned_partition_bi…
54 "${build_dir}/partition_table/${final_partition_bin}")
75 "${build_dir}/partition_table/${unsigned_partition_bin}")
77 add_custom_command(OUTPUT "${build_dir}/partition_table/${final_partition_bin}"
79 -o "${build_dir}/partition_table/${final_partition_bin}"
80 "${build_dir}/partition_table/${unsigned_partition_bin}"
[all …]
Dproject_include.cmake5 idf_build_get_property(build_dir BUILD_DIR)
6 idf_build_set_property(PARTITION_TABLE_BIN_PATH "${build_dir}/partition_table/partition-table.bin")
/hal_espressif-3.6.0/west/
Dtools.py88 def runners_yaml_path(build_dir): argument
89 ret = Path(build_dir) / 'zephyr' / 'runners.yaml'
109 build_dir = get_build_dir(None)
110 domain = load_domains(build_dir).get_default_domain()
114 build_dir = Path(build_dir) / domain.name
115 build_dir = get_build_dir(build_dir)
117 yaml_path = runners_yaml_path(build_dir)
120 return Path(build_dir) / 'zephyr' / runners_yaml['config']['elf_file']
/hal_espressif-3.6.0/components/esptool_py/
Dproject_include.cmake71 idf_build_get_property(build_dir BUILD_DIR)
89 add_custom_command(OUTPUT "${build_dir}/.bin_timestamp"
91 -o "${build_dir}/${unsigned_project_binary}" "${elf_dir}/${elf}"
92 COMMAND ${CMAKE_COMMAND} -E echo "Generated ${build_dir}/${unsigned_project_binary}"
93 …COMMAND ${CMAKE_COMMAND} -E md5sum "${build_dir}/${unsigned_project_binary}" > "${build_dir}/.bin_…
96 WORKING_DIRECTORY ${build_dir}
99 add_custom_target(gen_project_binary DEPENDS "${build_dir}/.bin_timestamp")
104 "${build_dir}/${unsigned_project_binary}"
120 add_custom_command(OUTPUT "${build_dir}/.signed_bin_timestamp"
122 -o "${build_dir}/${PROJECT_BIN}" "${build_dir}/${unsigned_project_binary}"
[all …]
DCMakeLists.txt4 idf_build_get_property(build_dir BUILD_DIR)
10 …esptool_py_flash_target_image(app-flash app "${app_partition_offset}" "${build_dir}/${PROJECT_BIN}…
11 … esptool_py_flash_target_image(flash app "${app_partition_offset}" "${build_dir}/${PROJECT_BIN}")
55 BINARY_PATH "${build_dir}/${PROJECT_BIN}"
65 BOOTLOADER_BINARY_PATH "${build_dir}/${PROJECT_BIN}"
/hal_espressif-3.6.0/tools/cmake/
Dldgen.cmake34 idf_build_get_property(build_dir BUILD_DIR)
36 file(GENERATE OUTPUT ${build_dir}/ldgen_libraries.in CONTENT $<JOIN:${ldgen_libraries},\n>)
37 file(GENERATE OUTPUT ${build_dir}/ldgen_libraries INPUT ${build_dir}/ldgen_libraries.in)
41 "${build_dir}/ldgen_libraries.in"
42 "${build_dir}/ldgen_libraries")
74 --libraries-file ${build_dir}/ldgen_libraries
Dproject.cmake73 idf_build_get_property(build_dir BUILD_DIR)
116 idf_build_get_property(build_dir BUILD_DIR)
120 "${build_dir}/project_description.json")
366 get_filename_component(build_dir "${BUILD_DIR}" ABSOLUTE)
367 if(NOT EXISTS "${build_dir}")
368 message(FATAL_ERROR "BUILD_DIR '${build_dir}' does not exist.")
371 set(build_dir ${CMAKE_BINARY_DIR}) variable
381 BUILD_DIR ${build_dir}
Dproject_description.json.in4 "build_dir": "${BUILD_DIR}", string
Dcomponent.cmake201 idf_build_get_property(build_dir BUILD_DIR)
202 set(build_properties_file ${build_dir}/build_properties.temp.cmake)
203 set(component_properties_file ${build_dir}/component_properties.temp.cmake)
204 set(component_requires_file ${build_dir}/component_requires.temp.cmake)
232 "--build_dir=${build_dir}"
Dutilities.cmake81 idf_build_get_property(build_dir BUILD_DIR)
87 set(embed_srcfile "${build_dir}/${name}.S")
103 WORKING_DIRECTORY "${build_dir}"
/hal_espressif-3.6.0/tools/ci/
Ddeploy_docs.py55build_dir = env('DOCS_BUILD_DIR') # top-level local build dir, where docs have already been built
57 if not build_dir:
79 tarball_path, version_urls = build_doc_tarball(version, git_ver, build_dir)
97 tarball_path, version_urls = build_doc_tarball('stable', git_ver, build_dir)
124 def build_doc_tarball(version, git_ver, build_dir): argument
128 tarball_path = '{}/{}.tar.gz'.format(build_dir, version)
131 html_dirs = glob.glob('{}/**/html/'.format(build_dir), recursive=True)
134 pdfs = glob.glob('{}/**/latex/build/*.pdf'.format(build_dir), recursive=True)
/hal_espressif-3.6.0/components/esp_phy/
DCMakeLists.txt19 idf_build_get_property(build_dir BUILD_DIR)
22 if(NOT EXISTS "${build_dir}/phy_multiple_init_data.bin")
23 …PY ${CMAKE_CURRENT_SOURCE_DIR}/${idf_target}/phy_multiple_init_data.bin DESTINATION "${build_dir}")
28 set(embed_files "${build_dir}/phy_multiple_init_data.bin")
73 set(phy_init_data_bin "${build_dir}/phy_multiple_init_data.bin")
75 set(COMPONENT_EMBED_FILES "${build_dir}/phy_multiple_init_data.bin")
78 set(phy_init_data_bin "${build_dir}/phy_init_data.bin")
/hal_espressif-3.6.0/tools/test_apps/system/no_embedded_paths/
Dcheck_for_file_paths.py52 build_dir = sys.argv[2]
55 assert os.path.exists(build_dir)
57 print('Checking object files in {} for mentions of {}...'.format(build_dir, idf_path))
61 for (dirpath, _, filepaths) in os.walk(build_dir):
/hal_espressif-3.6.0/tools/idf_monitor_base/
Doutput_helpers.py86 build_dir = get_build_dir(None)
87 domain = load_domains(build_dir).get_default_domain()
89 cache = CMakeCache.from_build_dir(build_dir)
91 cache = CMakeCache.from_build_dir(Path(build_dir) / domain.name)
/hal_espressif-3.6.0/tools/find_build_apps/
Dcommon.py129 if not self.build_dir:
131 elif os.path.isabs(self.build_dir):
132 self.build_path = self.build_dir
134 self.build_path = os.path.normpath(os.path.join(self.work_path, self.build_dir))
152 def build_dir(self): member in BuildItem
171 self.build_dir,
184 return self._to_json(self.app_dir, self.work_dir, self.build_dir, self.build_log_path)
186 …def _to_json(self, app_dir, work_dir, build_dir, build_log_path): # type: (str, str, str, str) ->… argument
194 'build_dir': build_dir,
/hal_espressif-3.6.0/components/app_update/
DCMakeLists.txt35 idf_build_get_property(build_dir BUILD_DIR)
36 set(blank_otadata_file ${build_dir}/ota_data_initial.bin)
63 -D WORKING_DIRECTORY="${build_dir}"
75 -D WORKING_DIRECTORY="${build_dir}"
/hal_espressif-3.6.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/
Demk_project.py39 emk.build_dir = os.path.join(*dirs)
77 …flash.lds", "-L/Projects/lpc11xx/core", "/Projects/lpc11xx/core/" + emk.build_dir + "/board_cstart…
85 emk.depend(path, "/Projects/lpc11xx/core/" + emk.build_dir + "/board_cstartup.o")
/hal_espressif-3.6.0/tools/
Dfind_apps.py41 def find_builds_for_app(app_path, work_dir, build_dir, build_log, target_arg, argument
95 build_dir,
110 build_dir,
302 args.build_dir,
/hal_espressif-3.6.0/components/bootloader/subproject/
DCMakeLists.txt147 … COMMAND ${CMAKE_COMMAND} -E echo "Generated signed binary image ${build_dir}/${PROJECT_BIN}"
151 DEPENDS "${build_dir}/.bin_timestamp"
160 add_custom_target(gen_signed_bootloader ALL DEPENDS "${build_dir}/.signed_bin_timestamp")
/hal_espressif-3.6.0/components/bootloader/
Dproject_include.cmake12 idf_build_get_property(build_dir BUILD_DIR)
13 set(BOOTLOADER_BUILD_DIR "${build_dir}/bootloader")
/hal_espressif-3.6.0/components/esp_wifi/
DCMakeLists.txt38 idf_build_get_property(build_dir BUILD_DIR)

12