Home
last modified time | relevance | path

Searched refs:note (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/hal_espressif-3.6.0/tools/mass_mfg/docs/
DREADME_CN.rst29 .. note::
64 .. note:: 文件第一行应始终为 ``namespace`` 条目。
77 .. note::
96 .. note:: 文件中键 (``key``) 名应始终置于文件首行。从配置文件中获取的键,在此文件中的排列顺序应与其在配置文件中的排列顺序相同。主 CSV 文件同时可以包含其它列(键),这些列将…
114 .. note:: 如果出现 `REPEAT` 标签,则会在相同目录下生成一个新的主 CSV 文件用作主输入文件,并在每行为带有 `REPEAT` 标签的键插入键值。
215 .. note:: 创建的加密密钥格式为 ``<outdir>/keys/keys-<prefix>-<fileid>.bin``。
216 .. note:: 加密密钥存储于新建文件的 ``keys/`` 目录下,与 NVS 密钥分区结构兼容。更多信息请参考 :ref:`nvs_key_partition`。
244 .. note:: 创建的加密密钥格式为 ``<outdir>/keys/keys-<timestamp>.bin``。时间戳格式为:``%m-%d_%H-%M``。
245 .. note:: 如需自定义目标文件名,请使用 --keyfile 参数。
DREADME.rst11 Please note that this utility only creates manufacturing binary images which then need to be flashe…
29 .. note::
64 .. note:: The first line in this file should always be the ``namespace`` entry.
80 .. note::
97 .. note:: The first line in the file should always contain the ``key`` names. All the keys from the…
115 .. note:: *If the 'REPEAT' tag is present, a new master value CSV file will be created in the same …
211 .. note:: Encryption key of the following format ``<outdir>/keys/keys-<prefix>-<fileid>.bin`` is cr…
212 .. note:: This newly created file having encryption keys in ``keys/`` directory is compatible with …
239 .. note:: Encryption key of the following format ``<outdir>/keys/keys-<timestamp>.bin`` is created.…
240 .. note:: To provide custom target filename use the --keyfile argument.
/hal_espressif-3.6.0/components/nvs_flash/nvs_partition_generator/
DREADME_CN.rst43 .. note:: CSV 文件的第一行应为列标题,不可设置。
53 .. note::
64 .. note:: CSV 文件中第一个条目应始终为 ``namespace``。
228 .. note:: 创建的加密密钥格式为 ``<outdir>/keys/keys-<timestamp>.bin``。
234 .. note:: 创建的加密密钥格式为 ``<outdir>/keys/keys-<timestamp>.bin``。
235 .. note:: 加密密钥存储于新建文件的 ``keys/`` 目录下,与 NVS 密钥分区结构兼容。更多信息请参考 :ref:`nvs_key_partition`。
294 .. note:: NVS 分区最小为 0x3000 字节。
296 .. note:: 将二进制文件烧录至设备时,请确保与应用的 sdkconfig 设置一致。
DREADME.rst46 .. note:: The first line of the CSV file should be the column header and it is not configurable. Co…
55 .. note::
67 .. note:: First entry in a CSV file should always be a ``namespace`` entry.
233 .. note:: Encryption key of the following format ``<outdir>/keys/keys-<timestamp>.bin`` is created.…
239 .. note:: Encryption key of the following format ``<outdir>/keys/sample_keys.bin`` is created.
240 .. note:: This newly created file having encryption keys in ``keys/`` directory is compatible with …
302 .. note:: *Minimum NVS Partition Size needed is 0x3000 bytes.*
304 .. note:: *When flashing the binary onto the device, make sure it is consistent with the applicati…
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Desp-wifi-mesh.rst117 .. note::
162 .. note::
188 .. note::
211 .. note::
279 .. note::
305 .. note::
345 .. note::
384 .. note::
409 .. note::
438 .. note::
[all …]
Dapp_trace.rst46 .. note::
169 .. note::
206 .. note::
222 .. note::
321 .. note::
382 .. note::
420 .. note::
442 .. note::
544 .. note::
Dbootloader.rst28 .. note::
138 .. note::
167 .. note:: 上述任意一种自定义引导程序的方法都需要使用 CMake 构建系统(即不支持传统的 Make 构建系统)。
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/main/
DKconfig.projbuild32 @note GPIO34..39 are input mode only.
42 @note GPIO34..39 are input mode only.
52 @note GPIO34..39 are input mode only.
62 @note GPIO34..39 are input mode only.
72 @note GPIO34..39 are input mode only.
/hal_espressif-3.6.0/docs/_static/diagrams/
Di2c-command-link-master-write-blockdiag.diag32 0 [class=spacer]; a0 [shape=none, colwidth=5]; f0 [shape=note, colwidth=2];
46 f0 [label="Data n times", shape=note, color=yellow];
47 …b1 [label=Master, shape=note, color=lightyellow]; c1 [label=START]; d1 [label="Slave Address"]; f1…
48 b2 [label=Slave, shape=note, color=lightyellow]; e2 [label=ACK]; g2 [label=ACK];
49 a4 [shape=note, label=Commands, color=yellow];
Di2c-command-link-master-read-blockdiag.diag32 0 [class=spacer]; a0 [shape=none, colwidth=5]; f0 [shape=note, colwidth=2];
47 f0 [label="Data (n-1) times", shape=note, color=yellow];
48 …b1 [label=Master, shape=note, color=lightyellow]; c1 [label=START]; d1 [label="Slave Address"]; g1…
49 … b2 [label=Slave, shape=note, color=lightyellow]; e2 [label=ACK]; f2 [label=Data]; h2 [label=Data];
50 a4 [shape=note, label=Commands, color=yellow];
/hal_espressif-3.6.0/components/espcoredump/src/
Dcore_dump_elf.c713 elf_note *note; in esp_core_dump_get_summary() local
739 note = (elf_note *)(ptr + ph->p_offset + consumed_note_sz); in esp_core_dump_get_summary()
741 ESP_COREDUMP_LOGD("Note NameSZ %x DescSZ %x Type %x name %s", note->n_namesz, in esp_core_dump_get_summary()
742 note->n_descsz, note->n_type, nm); in esp_core_dump_get_summary()
743 if (strncmp(nm, "EXTRA_INFO", note->n_namesz) == 0 ) { in esp_core_dump_get_summary()
744 esp_core_dump_summary_parse_extra_info(summary, (void *)(nm + note->n_namesz)); in esp_core_dump_get_summary()
746 if (strncmp(nm, "ESP_CORE_DUMP_INFO", note->n_namesz) == 0 ) { in esp_core_dump_get_summary()
747 elf_parse_version_info(summary, (void *)(nm + note->n_namesz)); in esp_core_dump_get_summary()
749 consumed_note_sz += note->n_namesz + note->n_descsz + sizeof(elf_note); in esp_core_dump_get_summary()
/hal_espressif-3.6.0/docs/zh_CN/api-guides/jtag-debugging/
Dbuilding-openocd-windows.rst27 .. note::
40 .. note::
57 .. note::
Dbuilding-openocd-linux.rst27 .. note::
41 .. note::
62 .. note::
Dconfigure-ft2232h-jtag.rst30 .. note:: |devkit-name| 使用了 FT2232 芯片实现了 JTAG 适配器,所以以下说明同样适用于其他基于 FT2232 的 JTAG 适配器。
55 .. note::
139 .. note::
150 .. note:: 其他板子可能将通道 A 用于 JTAG,因此请谨慎使用此选项。
/hal_espressif-3.6.0/docs/zh_CN/hw-reference/esp32/
Dget-started-ethernet-kit-v1.1.rst173 .. note::
183 .. note::
296 .. note::
324 IO0,REF_CLK,,,,See note 1
326 IO16,,,,IO16 (NC),See note 2
327 IO17,,,,IO17 (NC),See note 2
328 IO5,Reset_N,,,,See note 1
337 .. note::
Dget-started-ethernet-kit.rst128 .. note::
192 .. note::
305 .. note::
333 IO0,REF_CLK,,,,See note 1
335 IO16,,,,IO16 (NC),See note 2
336 IO17,,,,IO17 (NC),See note 2
337 IO5,Reset_N,,,,See note 1
346 .. note::
/hal_espressif-3.6.0/docs/en/hw-reference/esp32/
Dget-started-ethernet-kit.rst126 .. note::
189 .. note::
206 Please note that the PHY is reset on power up by pulling the RESET_N signal down with a resistor. E…
222 …net-Kit V1.2 Ethernet board (A) schematic`_, sheet 2, location D2. Please note that if the APLL is…
258 .. note::
288 1 GPIO17 See note 1
289 2 GPIO16 See note 1
292 5 GPIO13 See note 2
293 6 GPIO12 See note 2
294 7 GPIO15 See note 2
[all …]
Dget-started-ethernet-kit-v1.1.rst80 …ch used to configure the functionality of selected GPIOs of ESP32. Please note that placement of G…
167 .. note::
177 .. note::
194 Please note that the PHY is reset on power up by pulling the RESET_N signal down with a resistor. E…
210 …net-Kit V1.1 Ethernet board (A) schematic`_, sheet 2, location D2. Please note that if the APLL is…
247 .. note::
277 1 GPIO17 See note 1
278 2 GPIO16 See note 1
281 5 GPIO13 See note 2
282 6 GPIO12 See note 2
[all …]
/hal_espressif-3.6.0/docs/zh_CN/api-reference/storage/
Dspi_flash.rst12 .. note::
18 .. note::
73 .. note:: 当前,多个 flash 芯片可连接到同一总线。但尚不支持在同一个 SPI 总线上使用 ``esp_flash_*`` 和 ``spi_device_*`` 设备。
125 .. note::
162 .. note::
/hal_espressif-3.6.0/docs/en/get-started/
Dwindows-setup-scratch.rst11 .. note::
19 .. note::
23 …If you use a bash-based terminal or PowerShell, please note that some command syntax will be diffe…
35 .. note::
56 .. note::
88 .. note::
/hal_espressif-3.6.0/docs/zh_CN/get-started-legacy/
Dindex.rst13 .. include-build-file:: inc/version-note.inc
118 .. note::
144 .. note::
171 .. note::
228 .. note::
398 .. note::
431 .. note::
/hal_espressif-3.6.0/docs/zh_CN/
Dversions.rst175 .. note:: 在参考本指南时,请首先获得 ESP-IDF 的本地副本,具体步骤请参考 :doc:`入门指南 </get-started/index>` 中的介绍。
197 .. note:: 如果您之前在安装 ESP-IDF 时使用了 zip 文件包,而非通过 Git 命令,则您将无法使用 Git 命令进行版本升级,此属正常情况。这种情况下,请重新下载最新 zip 文…
214 .. note:: ESP-IDF 中 master 分支上的代码会时时更新,因此使用 master 分支相当在“流血的边缘试探”,存在一定风险。
249 .. note:: 发布分支并不会有专门的配套文档,建议您使用与本分支最接近版本的文档。
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dpthread.rst20 .. note::
63 .. note:: This function can be called from tasks created using either pthread or FreeRTOS APIs
82 .. note:: These functions can be called from tasks created using either pthread or FreeRTOS APIs
99 .. note:: These functions can be called from tasks created using either pthread or FreeRTOS APIs
114 .. note:: These functions can be called from tasks created using either pthread or FreeRTOS APIs. N…
124 .. note:: These functions can be called from tasks created using either pthread or FreeRTOS APIs
126 .. note:: There are other options for thread local storage in ESP-IDF, including options with highe…
/hal_espressif-3.6.0/docs/en/api-reference/
Dtemplate.rst4 .. note::
22 .. note::
40 .. note::
58 .. note::
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dgpio.rst11 …ignal. The table below provides more information on pin usage, and please note the comments in the…
197 .. note::
211 …The table below provides more information on pin usage, and please note the comments in the table …
437 .. note::
449 …The table below provides more information on pin usage, and please note the comments in the table …
548 .. note::
562 …The table below provides more information on pin usage, and please note the comments in the table …

12345678910>>...13