Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 25 of 70) sorted by relevance

123

/hal_espressif-3.6.0/docs/en/get-started-legacy/
Dmake-project.rst70 …e partition table is to `make menuconfig` and choose one of the simple predefined partition tables:
77 …tition tables <../api-guides/partition-tables>` and how to create custom variations, view the :doc…
/hal_espressif-3.6.0/docs/zh_CN/get-started-legacy/
Dmake-project.rst77 更多有关 :doc:`分区表 <../api-guides/partition-tables>` 及自定义分区表的内容,请见 :doc:`相关文档 <../api-guides/partition-
/hal_espressif-3.6.0/docs/zh_CN/api-reference/storage/
Dspi_flash.rst8 …据读取、写入、擦除和内存映射相关的 API 函数,同时也提供了更高层级的,面向分区的 API 函数(定义在 :doc:`分区表 </api-guides/partition-tables>` 中)。
114 …存 SPI flash 各区信息,包括引导程序、各种应用程序二进制文件、数据及文件系统等。请参考 :doc:`here </api-guides/partition-tables>`,查看详细信息。
217 - :doc:`分区表 <../../api-guides/partition-tables>`
Dwear-levelling.rst7 - :doc:`分区表 <../../api-guides/partition-tables>`
Dnvs_flash.rst91 … `已加密` 且最小为 4096 字节。如需了解更多详细信息,请参考 :doc:`分区表 <../../api-guides/partition-tables>`。在分区表选项 (menuconf…
122 …`,将密钥存储在 flash 上的 :ref:`nvs_key_partition` 中。详见 :doc:` 分区表 </api-guides/partition-tables>` 的分区工具部分。
Dspiffs.rst133 - :doc:`分区表 <../../api-guides/partition-tables>`
/hal_espressif-3.6.0/docs/zh_CN/api-reference/system/
Dota.rst10 要运行 OTA 机制,需配置设备的 :doc:` 分区表 <../../api-guides/partition-tables>`,该分区表至少包括两个 OTA 应用程序分区(即 `ota_0` 和…
19 所有使用 OTA 功能项目,其 :doc:` 分区表 <../../api-guides/partition-tables>`必须包含一个 OTA 数据分区 (类型为 ``data``,子类型为 `…
292 * :doc:`分区表 <../../api-guides/partition-tables>`
/hal_espressif-3.6.0/examples/system/efuse/
DREADME.md5 …s read and write operations with fields from the common and custom eFuse tables. For more informat…
17 The program uses two eFuse tables:
100 I (323) example: Uses common and custom tables
132 I (327) example: Uses common and custom tables
184 …ree you can run `idf.py show-efuse-table`. It prints a sorted list of the common and custom tables.
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dbootloader.rst94 …需要的时候运行。此时需要在项目分区表中专门申请一块分区用于保存该测试固件,其类型为 app,子类型为 test(详情请参考 :doc:`/api-guides/partition-tables`)。
146 …便稍后将分区表放置在 flash 中,这样可以增加引导加载程序的可用空间。如果 :doc:`分区表 </api-guides/partition-tables>` 的 CSV 文件包含明确的分区偏…
Dindex.rst33 分区表 <partition-tables>
Dstartup.rst67 …f:`可配置的值 <CONFIG_PARTITION_TABLE_OFFSET>`)读取分区表。请参考 :doc:`分区表 <partition-tables>` 获取详细信息。引导程序会寻找工厂…
/hal_espressif-3.6.0/components/driver/
Dlinker.lf6 …# tables in periph_module_reset(). We prevent any part of periph_module_reset() (either text or RO…
/hal_espressif-3.6.0/
DCMakeLists.txt162 list(APPEND compile_options "-fasynchronous-unwind-tables")
168 # Placing jump tables in flash would cause issues with code that required
170 list(APPEND compile_options "-fno-jump-tables")
/hal_espressif-3.6.0/components/esp_system/test_eh_frame_parser/
DMakefile17 CFLAGS=-W -fasynchronous-unwind-tables -I. -I../include/ -std=c99 -g -DCONFIG_ESP_SYSTEM_USE_EH_FRA…
/hal_espressif-3.6.0/docs/en/api-guides/
Dmemory-types.rst105 …ly generate jump tables or switch/case lookup tables place these tables in flash. IDF by default b…
107 …n't need to be placed in IRAM. For instructions on how to add the -fjump-tables -ftree-switch-conv…
Dindex.rst33 Partition Tables <partition-tables>
Dstartup.rst63 …r is used in ESP-IDF to add flexibility to flash layout (using partition tables), and allow for va…
67 …le value <CONFIG_PARTITION_TABLE_OFFSET>`). See :doc:`partition tables <partition-tables>` documen…
/hal_espressif-3.6.0/docs/en/api-reference/storage/
Dwear-levelling.rst7 - :doc:`Partition Table documentation <../../api-guides/partition-tables>`
Dspi_flash.rst8 …ns which work with partitions defined in the :doc:`partition table </api-guides/partition-tables>`.
114 …, filesystems). More information on partition tables can be found :doc:`here </api-guides/partitio…
217 - :doc:`Partition Table documentation <../../api-guides/partition-tables>`
Dspiffs.rst64 …he image automatically flashed together with the app binaries, partition tables, etc. on ``idf.py …
133 - :doc:`Partition Table documentation <../../api-guides/partition-tables>`
Dnvs_flash.rst84 …partition table must contain the :ref:`nvs_key_partition`. Two partition tables containing the :re…
91 …:`Partition Tables <../../api-guides/partition-tables>` for more details. Two additional partition…
122 …ttool.py>` (see Partition Tool section in :doc:`partition-tables </api-guides/partition-tables>` f…
/hal_espressif-3.6.0/components/spi_flash/
DREADME_legacy.rst10 …ns which work with partitions defined in the :doc:`partition table </api-guides/partition-tables>`.
65 …, filesystems). More information on partition tables can be found :doc:`here </api-guides/partitio…
/hal_espressif-3.6.0/examples/storage/spiffs/
DREADME.md15 …tps://docs.espressif.com/projects/esp-idf/en/latest/api-guides/partition-tables.html) documentatio…
/hal_espressif-3.6.0/examples/storage/wear_levelling/
DREADME.md15 …tps://docs.espressif.com/projects/esp-idf/en/latest/api-guides/partition-tables.html) documentatio…
/hal_espressif-3.6.0/examples/security/flash_encryption/
DREADME.md24 …2/api-reference/storage/nvs_flash.html#nvs-key-partition). Two partition tables containing the NVS…
42 …docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/partition-tables.html#partition-too…

123