Searched refs:PartitionName (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/examples/storage/parttool/ |
D | parttool_example.py | 47 from parttool import PartitionName, PartitionType, ParttoolTarget 66 storage = PartitionName('storage')
|
/hal_espressif-3.6.0/components/app_update/ |
D | otatool.py | 19 from parttool import PARTITION_TABLE_OFFSET, PartitionName, PartitionType, ParttoolTarget 24 from parttool import PARTITION_TABLE_OFFSET, PartitionName, PartitionType, ParttoolTarget 87 return PartitionName(ota_id)
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/ |
D | partition-tables.rst | 257 target.erase_partition(PartitionName("storage")) 263 target.write_partition(PartitionName("factory"), "factory.bin") 269 使用 `PartitionName`、`PartitionType` 或 PARTITION_BOOT_DEFAULT 指定要操作的分区。顾名思义,这三个参数可以指向拥有特定名称的分区、特定类型和子…
|
/hal_espressif-3.6.0/components/partition_table/ |
D | parttool.py | 55 class PartitionName(_PartitionId): class 296 partition_id = PartitionName(args.partition_name)
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | partition-tables.rst | 257 target.erase_partition(PartitionName("storage")) 263 target.write_partition(PartitionName("factory"), "factory.bin") 269 The partition to operate on is specified using `PartitionName` or `PartitionType` or PARTITION_BOOT…
|