Home
last modified time | relevance | path

Searched full:files (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/hal_espressif-2.7.6/components/esp_local_ctrl/proto/
DREADME.md1 # Protobuf files for defining ESP Local Control message structures
3files under this directory are used by esp_local_ctrl for defining protobuf messages which are sen…
5 Note : These proto files are not automatically compiled during the build process.
9 …ed. Since the generated files are to remain the same, as long as the proto files are not modified,…
25 Simply run `make` to generate the respective C and Python files. The newly created files will overw…
/hal_espressif-2.7.6/tools/ci/
Dcheck_deprecated_kconfigs.py55 parser.add_argument('files', nargs='*',
56 help='Kconfig files')
58 … help='Extra paths for recursively searching Kconfig files. (for example $IDF_PATH)',
75 files = [os.path.abspath(file_path) for file_path in args.files]
83 files.append(full_path)
87 for full_path in files:
103 print('{} files have been ignored.'.format(ignore_counter))
105 print('{} files have been successfully checked.'.format(success_counter))
107 print('{} files have errors. Please take a look at the log.'.format(failure_counter))
110 if not files:
[all …]
Dcheck_codeowners.py36 …return subprocess.check_output(['git', 'ls-files'], cwd=IDF_PATH).decode('utf-8').strip().split('\…
75 Return all files in the repository matching the given regular expresion.
82 Return all the files in the repository matching the given CODEOWNERS pattern.
101 files = files_by_pattern(all_files, path_pattern)
102 if args.path in files:
115 files = files_by_regex(get_all_files(), re.compile(re_pattern))
116 for f in files:
152 files = files_by_pattern(all_files, path_pattern)
153 if not files:
154 add_error('no files matched by pattern {}'.format(path_pattern))
[all …]
Dcheck_readme_links.py3 # Checks that all links in the readme markdown files are valid
55 files = [str(f) for f in self.file]
56 …return 'URL error, url - {} in files - {} is not accessible, request returned {}'.format(self.url,…
60 def check_url(url, files, timeout): argument
66 raise UrlLinkError(files, url, str(e))
77 …future_to_url = {executor.submit(check_url, url, files, timeout=30): (url, files) for url, files i…
158 …url', '-w', action='store_true', help='Skip checking of web URLs, only check links to local files')
/hal_espressif-2.7.6/components/protocomm/proto/
DREADME.md1 # Protobuf files for implementing protocol communication packets
3 …c protocol communication. These proto files define the protocomm packet structure, separated acros…
9 Note : These proto files are not automatically compiled during the build process.
13 …ed. Since the generated files are to remain the same, as long as the proto files are not modified,…
29 Simply run `make` to generate the respective C and Python files. The newly created files will overw…
/hal_espressif-2.7.6/components/wifi_provisioning/proto/
DREADME.md1 # Protobuf files for defining Wi-Fi provisioning packet structures
3 …c protocol communication. These proto files define the protocomm packet structure, separated acros…
8 Note : These proto files are not automatically compiled during the build process.
12 …ed. Since the generated files are to remain the same, as long as the proto files are not modified,…
28 Simply run `make` to generate the respective C and Python files. The newly created files will overw…
/hal_espressif-2.7.6/
D.gitignore21 # MacOS directory files
24 # Components Unit Test Apps files
29 # Example project files
38 # Downloaded font files
42 # Unit test app files
53 # test application build files
74 # VIM files
89 # lock files for examples and components
D.pre-commit-config.yaml26 files: 'tools/ci/executable-list.txt'
55 name: Validate Kconfig files
58 files: '^Kconfig$|Kconfig.*$'
63 files: 'sdkconfig\.ci$|sdkconfig\.rename$|sdkconfig.*$'
65 name: Check CMake Files Format
70 files: 'CMakeLists.txt$|\.cmake$'
76 files: '\.gitlab/CODEOWNERS'
/hal_espressif-2.7.6/docs/en/api-guides/
Dulp.rst32 … code, written in assembly, must be added to one or more files with `.S` extension. These files mu…
34files found in ``SRC_DIRS`` based on their extensions. For ``.S`` files, ``{IDF_TARGET_TOOLCHAIN_P…
48 …e, header file and linker export file. The second argument specifies the ULP assembly source files.
49 …Finally, the third argument specifies the list of component source files which include the header …
50 …y and ensure that the generated header file will be created before any of these files are compiled.
51 See section below for the concept of generated header files for ULP applications.
57 …tes the preprocessed assembly files (foo.ulp.S) in the component build directory. This step also g…
59 …ler.** This produces object (foo.ulp.o) and listing (foo.ulp.lst) files. Listing files are generat…
63 …4. **Link the object files into an output ELF file** (``ulp_app_name.elf``). The Map file (``ulp_a…
71 8. **Add the generated binary to the list of binary files** to be embedded into the application.
[all …]
Dbuild-system.rst31 - A "project" is a directory that contains all the files and configuration to build a single "app" …
37 …ar pieces of standalone code which are compiled into static libraries (.a files) and linked into a…
72 …- Run CMake_ as necessary to configure the project and generate build files for the main build too…
75 …Building is incremental so if no source files or configuration has changed since the last build, n…
77files from the build directory, forcing a "full rebuild" the next time the project is built. Clean…
78 …onfigure it from scratch. Note that this option recursively deletes *all* files in the build direc…
104 - ``idf.py size`` prints some size information about the app. ``size-components`` and ``size-files`…
105 …'t necessary during normal usage, but can be useful after adding/removing files from the source tr…
117 - ``--ccache`` flag can be used to enable CCache_ when compiling source files, if the CCache_ tool …
119 Note that some older versions of CCache may exhibit bugs on some platforms, so if files are not reb…
[all …]
Dulp-legacy.rst31 … code, written in assembly, must be added to one or more files with `.S` extension. These files mu…
33files found in ``COMPONENT_SRCDIRS`` based on their extensions. For ``.S`` files, ``xtensa-esp32-e…
48 …List of assembly files to be passed to the ULP assembler. These must be absolute paths, i.e. start…
51files names within the component which include the generated header file. This list is needed to b…
54 …Includes common definitions of ULP build steps. Defines build targets for ULP object files, ELF fi…
60 … the preprocessed assembly files (``foo.ulp.pS``) in the component build directory. This step also…
62 …his produces object (``foo.ulp.o``) and listing (``foo.ulp.lst``) files. Listing files are generat…
66 …4. **Link the object files into an output ELF file** (``ulp_app_name.elf``). The Map file (``ulp_a…
74 8. **Add the generated binary to the list of binary files** to be embedded into the application.
90 …ME).ld`` files which define global symbols present in the ULP program. Each global symbol defined …
Dbuild-system-legacy.rst36 - A "project" is a directory that contains all the files and configuration to build a single "app" …
42 …ar pieces of standalone code which are compiled into static libraries (.a files) and linked into a…
81 …run, this directory will contain interim object files and libraries as well as final binary output…
85 …lso include ``Kconfig.projbuild`` and ``Makefile.projbuild`` files, which are special files for `o…
104 - ``PROJECT_NAME``: Name of the project. Binary output files will use this name - ie myProject.bin,…
151 - All source files in the same directory as the makefile (``*.c``, ``*.cpp``, ``*.cc``, ``*.S``) wi…
157 …for a component to have no `component.mk` file, if it only contains other files which influence th…
168 …h of a directory inside `$(BUILD_DIR_BASE)` where this component's source files are to be built. T…
201 …nent-relative paths to files which should trigger a re-link of the ELF file if they change. Typica…
213 …t directory, which will be added to the include search path for this component's source files only.
[all …]
Dlinker-script-generation.rst43 - three source files archived under the library, ``my_src1.c``, ``my_src2.c`` and ``my_src3.c`` whi…
87 - object file (``.obj`` or ``.o`` files)
89 - archive (``.a`` files)
91 .. _ldgen-placing-object-files :
93 Placing object files
133 …relevant code and data into source files, and :ref:`use object-granularity placements<ldgen-placin…
173 …`` and ``object2.o``; and when ``CONFIG_PERFORMANCE_LEVEL == 3`` all object files under the archive
226 ``freertos`` uses this to place its object files to the instruction RAM for performance reasons.
234 Linking is the last step in the process of turning C/C++ source files into an executable. It is per…
236 …lly generated from: (1) the collected :ref:`linker fragment files<ldgen-linker-fragment-files>` and
[all …]
/hal_espressif-2.7.6/examples/provisioning/legacy/custom_config/components/custom_provisioning/proto/
DREADME.md1 # Protobuf files for defining custom config-data packet structures
7 Note : These proto files are not automatically compiled during the build process.
11 …ed. Since the generated files are to remain the same, as long as the proto files are not modified,…
27 Simply run `make` to generate the respective C and Python files. The newly created files will overw…
/hal_espressif-2.7.6/docs/zh_CN/hw-reference/esp32/
Dget-started-devkitc.rst30 …- `ESP32-WROOM-32E <https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32e_es…
31 …- `ESP32-WROOM-32UE <https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32e_e…
32 …- `ESP32-WROOM-32D <https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32d_es…
33 …- `ESP32-WROOM-32U <https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32d_es…
34 …- `ESP32-SOLO-1 <https://www.espressif.com/sites/default/files/documentation/esp32-solo-1_datashee…
35 …- `ESP32-WROVER-E <https://www.espressif.com/sites/default/files/documentation/esp32-wrover-e_esp3…
36 …- `ESP32-WROVER-IE <https://www.espressif.com/sites/default/files/documentation/esp32-wrover-e_esp…
41 详情请见 `《乐鑫产品订购信息》 <https://www.espressif.com/sites/default/files/documentation/espressif_products_or…
144 * `《ESP32 技术规格书》 <https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pd…
145 * `《ESP32-WROOM-32 技术规格书》 <https://espressif.com/sites/default/files/documentation/esp32-wroom-32_d…
[all …]
/hal_espressif-2.7.6/tools/
Dmkuf2.py105 for addr, f in args['files']:
151 write_parser.add_argument('files',
168 files = []
169 if args.files:
170files += [(parse_addr(addr), check_file(f_name)) for addr, f_name in zip(args.files[::2], args.fil…
197files += [(parse_addr(addr), process_json_file(f_name)) for addr, f_name in iteritems(flash_dic)]
199 files = sorted([(addr, f_name) for addr, f_name in iteritems(dict(files))],
203 'files': files,
Dmkdfu.py192 for addr, f in args['files']:
215 write_parser.add_argument('files',
226 files = []
227 if args.files:
228files += [(int(addr, 0), check_file(f_name)) for addr, f_name in zip(args.files[::2], args.files[1…
241 files += [(int(addr, 0),
244 files = sorted([(addr, f_name) for addr, f_name in iteritems(dict(files))],
248 'files': files,
/hal_espressif-2.7.6/components/efuse/
DMakefile.projbuild12 # Make common files esp_efuse_table.c and include/esp_efuse_table.h files.
22 # Make custom files project/main/esp_efuse_custom_table.c and project/main/include/esp_efuse_custom…
24 # Path to CSV file is relative to project path for custom CSV files.
46 # Generates files for unit test. This command is run manually.
/hal_espressif-2.7.6/tools/esp_prov/proto/
D__init__.py31 # protocomm component related python files generated from .proto files
37 # wifi_provisioning component related python files generated from .proto files
42 # custom_provisioning component related python files generated from .proto files
/hal_espressif-2.7.6/docs/zh_CN/hw-reference/esp32s2/
Duser-guide-saola-1-v1.2.rst7 本指南介绍了乐鑫一款基于 `ESP32-S2 <https://www.espressif.com/sites/default/files/documentation/esp32-s2_datash…
34 - `ESP32-S2-WROVER <https://www.espressif.com/sites/default/files/documentation/esp32-s2-wrover_esp…
35 - `ESP32-S2-WROVER-I <https://www.espressif.com/sites/default/files/documentation/esp32-s2-wrover_e…
36 - `ESP32-S2-WROOM <https://www.espressif.com/sites/default/files/documentation/esp32-s2-wroom_esp32…
37 - `ESP32-S2-WROOM-I <https://www.espressif.com/sites/default/files/documentation/esp32-s2-wroom_esp…
56 批量订单请参考 `乐鑫产品订购信息 <https://www.espressif.com/sites/default/files/documentation/espressif_products_o…
143 * `ESP32-S2 技术规格书 <https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_c…
144 * `ESP32-S2-WROVER & ESP32-S2-WROVER-I 技术规格书 <https://www.espressif.com/sites/default/files/documen…
145 * `ESP32-S2-WROOM & ESP32-S2-WROOM-I 技术规格书 <https://www.espressif.com/sites/default/files/documenta…
146 * `乐鑫产品订购信息 <https://www.espressif.com/sites/default/files/documentation/espressif_products_orderin…
/hal_espressif-2.7.6/docs/en/api-reference/
Dkconfig.rst9 files specify dependencies between options, default values of the options, the way the options are …
21 … directory, and will make sdkconfig options available to the project build system and source files.
33 The following attributes of ``Kconfig`` files are standardized:
50 rules. The checker checks all ``Kconfig`` and ``Kconfig.projbuild`` files in
67 1. ``confgen.py`` is used by the tool chain to pre-process ``sdkconfig`` files before anything else…
69 2. ``confgen.py`` recursively finds all ``sdkconfig.rename`` files in ESP-IDF directory which conta…
71 3. ``confgen.py`` post-processes ``sdkconfig`` files and generates all build
83 …e list of available ESP-IDF options, automatically generated from Kconfig files. Note that dependi…
85files, option names are prefixed with ``CONFIG_``. So if an option ``ENABLE_FOO`` is defined in a …
97 When generating header files for C & C++, the behaviour is not customised - so ``#ifdef`` can be us…
/hal_espressif-2.7.6/tools/test_idf_size/
Dtest.sh11 && echo -e "\n***\nRunning idf_size.py --files..." &>> output \
12 && coverage run -a $IDF_PATH/tools/idf_size.py --files app.map &>> output \
31 && echo -e "\n***\nRunning idf_size.py diff --files with bootloader..." &>> output \
32 … && coverage run -a $IDF_PATH/tools/idf_size.py app.map --files --diff bootloader.map &>> output \
33 && echo -e "\n***\nRunning idf_size.py diff --files with itself..." &>> output \
34 && coverage run -a $IDF_PATH/tools/idf_size.py app.map --files --diff app.map &>> output \
35 && echo -e "\n***\nRunning idf_size.py diff --files with another app..." &>> output \
36 && coverage run -a $IDF_PATH/tools/idf_size.py app.map --files --diff app2.map &>> output \
37 && echo -e "\n***\nRunning idf_size.py diff --files with app in reverse order..." &>> output \
38 && coverage run -a $IDF_PATH/tools/idf_size.py app2.map --files --diff app.map &>> output \
[all …]
/hal_espressif-2.7.6/examples/protocols/http_server/file_serving/
DREADME.md5 If the SD card option is enabled, you can access files in the SD card by the path `/sdcard`
13 … GET | Responds with webpage displaying list of files on SPIFFS and form for uploading new fil…
14 |`/<file path>` | GET | For downloading files stored on SPIFFS …
15 |`/upload/<file path>` | POST | For uploading files on to SPIFFS. Files are sent as body of HTTP…
22 `/index.html` and `/favicon.ico` can be overridden by uploading files with same pathname to SPIFFS.
34 …r `http://192.168.43.130/index.html` to see an HTML web page with list of files on the server (ini…
/hal_espressif-2.7.6/docs/en/hw-reference/
Dindex.rst10 …:esp32: Datasheet (PDF) <https://espressif.com/sites/default/files/documentation/esp32_datasheet_e…
11 …:esp32s2: Datasheet (PDF) <https://www.espressif.com/sites/default/files/documentation/esp32-s2_da…
12 …:esp32: Hardware Design Guidelines (PDF) <https://espressif.com/sites/default/files/documentation/…
13 …:esp32: Silicon Errata (PDF) <https://espressif.com/sites/default/files/documentation/eco_and_work…
16 …Espressif Products Ordering Information (PDF) <http://www.espressif.com/sites/default/files/docume…
/hal_espressif-2.7.6/docs/zh_CN/hw-reference/
Dindex.rst10 …:esp32: ESP32 技术规格书 (PDF) <https://espressif.com/sites/default/files/documentation/esp32_datasheet…
11 …:esp32s2: ESP32-S2 技术规格书 (PDF) <https://www.espressif.com/sites/default/files/documentation/esp32-…
12 …:esp32: ESP32 硬件设计指南 (PDF) <https://espressif.com/sites/default/files/documentation/esp32_hardware…
13 …:esp32: ESP32 勘误表及解决方法 (PDF) <https://espressif.com/sites/default/files/documentation/eco_and_work…
16 …乐鑫产品订购信息 (PDF) <http://www.espressif.com/sites/default/files/documentation/espressif_products_orde…

12345678910>>...28