Home
last modified time | relevance | path

Searched refs:PartitionType (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-2.7.6/examples/storage/parttool/
Dparttool_example.py47 from parttool import PartitionName, PartitionType, ParttoolTarget
61 factory = PartitionType('app', 'factory')
/hal_espressif-2.7.6/components/app_update/
Dotatool.py30 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/
Dparttool.py61 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/
Dpartition-tables.rst235 target.read_partition(PartitionType("data", "spiffs"), "spiffs.bin")
244 使用 `PartitionName`、`PartitionType` 或 PARTITION_BOOT_DEFAULT 指定要操作的分区。顾名思义,这三个参数可以指向拥有特定名称的分区、特定类型和子…
/hal_espressif-2.7.6/docs/en/api-guides/
Dpartition-tables.rst235 target.read_partition(PartitionType("data", "spiffs"), "spiffs.bin")
244 The partition to operate on is specified using `PartitionName` or `PartitionType` or PARTITION_BOOT…