Home
last modified time | relevance | path

Searched full:paths (Results 1 – 25 of 86) sorted by relevance

1234

/hal_espressif-3.6.0/tools/windows/
Declipse_make.py3 # Wrapper to run make and preprocess any paths in the output from MSYS Unix-style paths
4 # to Windows paths, for Eclipse
14 paths = {} variable
19 return paths[path]
22 paths[path] = path # cache as failed, replace with success if it works
30 paths[path] = winpath
/hal_espressif-3.6.0/.gitlab/ci/
Dhost-test.yml23 paths:
43 paths:
74 paths:
156 paths:
167 paths:
187 paths:
205 paths:
242 paths:
260 paths:
272 paths:
[all …]
Dstatic-code-analysis.yml8 paths:
36 paths:
70 # Exclude the submodules, all paths ends with /**
72 …# get all exclude paths specified in tools/ci/sonar_exclude_list.txt | ignore lines start with # |…
83 paths:
Dpre_check.yml63 paths:
75 paths:
138 paths:
154 paths:
Ddocs.yml108 paths:
127 paths:
143 paths:
221 paths:
Dbuild.yml26 paths:
59 paths:
100 paths:
183 paths:
197 paths:
Dassign-test.yml9 paths:
115 paths:
146 paths:
/hal_espressif-3.6.0/tools/
Dfind_apps.py131 :param exclude_list: list of paths to be excluded from the recursive search
133 :return: list of paths of the apps found
244 '-p', '--paths',
246 help='One or more app paths.'
253 conflict_args = [args.recursive, args.build_system, args.target, args.exclude, args.paths]
255 …lueError('Conflict settings. "recursive", "build_system", "target", "exclude", "paths" should not '
272 required_args = [args.build_system, args.target, args.paths]
274 … raise ValueError('If app_list not set, arguments "build_system", "target", "paths" are required.')
276 # Prepare the list of app paths, try to read from the scan_tests result.
284 for path in args.paths:
/hal_espressif-3.6.0/tools/ci/
Dcheck_examples_cmake_make.py14 def _build_path(path, *paths): argument
15 return str(os.path.normpath(os.path.join(path, *paths)).replace('\\', '/'))
47 def get_idf_path(path, *paths): argument
49 return _build_path(IDF_PATH, path, *paths)
53 print('- Getting paths of apps')
/hal_espressif-3.6.0/tools/ci/python_packages/ttfw_idf/
DCIScanTests.py84 parser.add_argument('paths', nargs='+',
85 help='One or more app paths')
122paths = set([os.path.join(idf_path, path) if not os.path.isabs(path) else path for path in args.pa…
125 for path in paths:
170 for path in paths:
/hal_espressif-3.6.0/tools/test_apps/system/no_embedded_paths/
DREADME.md4 # No Embedded Paths
6 This test app exists to verify that paths (like __FILE__) are not compiled into
15 Not embedding paths reduces the binary size, avoids leaking information about
Dcheck_for_file_paths.py73 … raise SystemExit('{} source files are embedding file paths, see list above.'.format(failures))
74 print('No embedded file paths found')
/hal_espressif-3.6.0/
DKconfig298 bool "Replace ESP-IDF and project paths in binaries"
302 When expanding the __FILE__ and __BASE_FILE__ macros, replace paths inside ESP-IDF
303 with paths relative to the placeholder string "IDF", and convert paths inside the
304 project directory to relative paths.
306 … This allows building the project with assertions or other code that embeds file paths,
310paths in your binaries, modify the project CMakeLists.txt file to pass custom -fmacro-prefix-map or
Dexport.fish15 # Call idf_tools.py to export tool paths
44 echo "All paths are already set."
51 set -e paths
Dexport.sh91 # Call idf_tools.py to export tool paths
117 __verbose "All paths are already set."
142 unset paths
Dexport.bat30 :: Export tool paths and environment variables.
41 :: This removes OLD_PATH substring from PATH, leaving only the paths which have been added,
/hal_espressif-3.6.0/components/esptool_py/esptool/
D.gitlab-ci.yml17 paths:
46 paths:
129 paths:
185 paths:
218 paths:
344 paths:
374 paths:
/hal_espressif-3.6.0/docs/en/api-guides/
Dbuild-system-legacy.rst119 Any paths in these Makefile variables should be absolute paths. You can convert relative paths usin…
168 …rent Working Directory any time the component is being built, so relative paths in make targets, e…
177 - ``CC``, ``LD``, ``AR``, ``OBJCOPY``: Full paths to each tool from the gcc xtensa cross-toolchain.
198 - ``COMPONENT_ADD_INCLUDEDIRS``: Paths, relative to the component directory, which will be added to…
199 … If adding pre-compiled libraries to this directory, add them as absolute paths - ie $(COMPONENT_P…
201 - ``COMPONENT_ADD_LINKER_DEPS``: Optional list of component-relative paths to files which should tr…
205 - ``COMPONENT_SUBMODULES``: Optional list of git submodule paths (relative to COMPONENT_PATH) used …
213 - ``COMPONENT_PRIV_INCLUDEDIRS``: Directory paths, must be relative to the component directory, whi…
214paths used when compiling the component's source files. These will be prefixed with '-I' and passe…
215 - ``COMPONENT_SRCDIRS``: Directory paths, must be relative to the component directory, which will b…
[all …]
/hal_espressif-3.6.0/components/vfs/
DKconfig12 for specific paths.
36 for specific paths.
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/
Dflashing-firmware.rst31 …unsure of the location, see the generated esptool `command <#command>`__ containing the full paths.
67 …flash`` command with a list of paths to binary files and their respective flashing offsets. If nec…
/hal_espressif-3.6.0/components/vfs/private_include/
Desp_vfs_private.h62 * These VFSes would then be called to handle file paths such as
65 * VFS is registered. Such VFS will handle paths which are not
/hal_espressif-3.6.0/make/
Dproject.mk80 # * changes Windows-style C:/blah/ paths to MSYS style /c/blah
82 # On Windows MSYS2, make wildcard function returns empty string for paths of form /xyz
159 $(warning SRCDIRS variable is deprecated. These paths can be added to EXTRA_COMPONENT_DIRS or COMPO…
194 # Resolve all of COMPONENTS into absolute paths in COMPONENT_PATHS.
203 # NOTE: These paths must be generated WITHOUT a trailing / so we
679 # or out of date, and exit if so. Components can add paths to this variable.
715 # filter/subst in expression ensures all submodule paths begin with $(IDF_PATH), and then strips th…
721 # PHONY target to list components in the build and their paths
733 $(info COMPONENT_PATHS (paths to all components):)
/hal_espressif-3.6.0/docs/en/get-started-legacy/
Declipse-setup.rst51 …(If you installed msys32 to a different directory then you’ll need to change these paths to match).
57 Navigate to "C/C++ General" -> "Preprocessor Include Paths" property page:
90 …e the compiler arguments for all source files. It uses these to determine the header include paths.
/hal_espressif-3.6.0/components/bootloader/
Dproject_include.cmake55 # Since keys are usually given relative to main project dir, get the absolute paths to the keys
56 # for use by the bootloader subproject. Replace the values in config with these absolute paths,
/hal_espressif-3.6.0/tools/find_build_apps/
Dcommon.py105 # These internal variables store the paths with environment variables and placeholders;
106 # Public properties with similar names use the _expand method to get the actual paths.
182 :return: JSON string representing this object, with all placeholders in paths expanded
225 Internal method, expands any of the placeholders in {app,work,build} paths.

1234