Searched refs:PartitionType (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-2.7.6/examples/storage/parttool/ |
D | parttool_example.py | 47 from parttool import PartitionName, PartitionType, ParttoolTarget 61 factory = PartitionType('app', 'factory')
|
/hal_espressif-2.7.6/components/app_update/ |
D | otatool.py | 30 from parttool import PARTITION_TABLE_OFFSET, PartitionName, PartitionType, ParttoolTarget 36 from parttool import PARTITION_TABLE_OFFSET, PartitionName, PartitionType, ParttoolTarget 52 OTADATA_PARTITION = PartitionType('data', 'ota') 98 return PartitionType('app', 'ota_' + str(ota_id))
|
/hal_espressif-2.7.6/components/partition_table/ |
D | parttool.py | 61 class PartitionType(_PartitionId): class 300 …partition_id = PartitionType(args.partition_type, args.partition_subtype, getattr(args, 'part_list…
|
/hal_espressif-2.7.6/docs/zh_CN/api-guides/ |
D | partition-tables.rst | 235 target.read_partition(PartitionType("data", "spiffs"), "spiffs.bin") 244 使用 `PartitionName`、`PartitionType` 或 PARTITION_BOOT_DEFAULT 指定要操作的分区。顾名思义,这三个参数可以指向拥有特定名称的分区、特定类型和子…
|
/hal_espressif-2.7.6/docs/en/api-guides/ |
D | partition-tables.rst | 235 target.read_partition(PartitionType("data", "spiffs"), "spiffs.bin") 244 The partition to operate on is specified using `PartitionName` or `PartitionType` or PARTITION_BOOT…
|