Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/storage/parttool/
Dparttool_example.py47 from parttool import PartitionName, PartitionType, ParttoolTarget
56 target = ParttoolTarget(args.port)
/hal_espressif-3.6.0/components/app_update/
Dotatool.py19 from parttool import PARTITION_TABLE_OFFSET, PartitionName, PartitionType, ParttoolTarget
24 from parttool import PARTITION_TABLE_OFFSET, PartitionName, PartitionType, ParttoolTarget
45 …self.target = ParttoolTarget(port, baud, partition_table_offset, partition_table_file, esptool_arg…
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dpartition-tables.rst245 要使用分区工具的 Python API,第一步是创建 `ParttoolTarget`:
250 target = ParttoolTarget("/dev/ttyUSB1")
252 现在,可使用创建的 `ParttoolTarget` 在目标设备上完成操作:
/hal_espressif-3.6.0/components/partition_table/
Dparttool.py70 class ParttoolTarget(): class
334 target = ParttoolTarget(**target_args)
/hal_espressif-3.6.0/docs/en/api-guides/
Dpartition-tables.rst245 The starting point for using the tool's Python API to do is create a `ParttoolTarget` object:
250 target = ParttoolTarget("/dev/ttyUSB1")