Searched refs:outdir (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/components/nvs_flash/nvs_partition_generator/ |
D | README_CN.rst | 119 python nvs_partition_gen.py generate [-h] [--version {1,2}] [--outdir OUTDIR] 146 | --outdir OUTDIR | 输出目录,用于存储创建的文件。(默认当前目录) | 159 [--outdir OUTDIR] 170 | --outdir OUTDIR | 输出目录,用于存储创建的文件。(默认当前目录) | 184 [--outdir OUTDIR] 218 | --outdir OUTDIR | 输出目录,用于存储创建的文件 | 228 .. note:: 创建的加密密钥格式为 ``<outdir>/keys/keys-<timestamp>.bin``。 234 .. note:: 创建的加密密钥格式为 ``<outdir>/keys/keys-<timestamp>.bin``。 246 python nvs_partition_gen.py decrypt [-h] [--outdir OUTDIR] input key output 267 | --outdir OUTDIR | 输出目录,用于存储创建的文件 |
|
D | nvs_partition_gen.py | 685 def set_target_filepath(outdir, filepath): argument 693 outdir = os.path.expanduser(outdir) 703 if not (os.path.isdir(outdir)): 704 distutils.dir_util.mkpath(outdir) 707 filedir = os.path.join(outdir,filedir,'') 712 if not outdir == os.getcwd(): 715 outdir = '' 718 filepath = os.path.join(outdir, '') + filepath 720 return outdir, filepath 816 args.outdir, args.output = set_target_filepath(args.outdir, args.output) [all …]
|
D | README.rst | 120 python nvs_partition_gen.py generate [-h] [--version {1,2}] [--outdir OUTDIR] 147 …| --outdir OUTDIR | Output directory to store files created | … 163 [--outdir OUTDIR] 173 … | --outdir OUTDIR | Output directory to store files created. | 188 [--outdir OUTDIR] 221 …| --outdir OUTDIR | Output directory to store files created | … 233 .. note:: Encryption key of the following format ``<outdir>/keys/keys-<timestamp>.bin`` is created.… 239 .. note:: Encryption key of the following format ``<outdir>/keys/sample_keys.bin`` is created. 250 python nvs_partition_gen.py decrypt [-h] [--outdir OUTDIR] input key output 270 …| --outdir OUTDIR | Output directory to store files created | …
|
/hal_espressif-3.6.0/tools/mass_mfg/docs/ |
D | README_CN.rst | 161 [--outdir OUTDIR] 198 | --outdir OUTDIR | 输出目录,用于存储创建的文件(默认当前目录) | 215 .. note:: 创建的加密密钥格式为 ``<outdir>/keys/keys-<prefix>-<fileid>.bin``。 226 python mfg_gen.py generate-key [-h] [--keyfile KEYFILE] [--outdir OUTDIR] 237 | --outdir OUTDIR | 输出目录,用于存储创建的文件(默认当前目录) | 244 .. note:: 创建的加密密钥格式为 ``<outdir>/keys/keys-<timestamp>.bin``。时间戳格式为:``%m-%d_%H-%M``。 251 运行量产程序时,将在指定的 ``outdir`` 目录下创建以下文件夹:
|
D | README.rst | 158 [--outdir OUTDIR] 193 | --outdir OUTDIR | Output directory to store files created | 211 .. note:: Encryption key of the following format ``<outdir>/keys/keys-<prefix>-<fileid>.bin`` is cr… 221 python mfg_gen.py generate-key [-h] [--keyfile KEYFILE] [--outdir OUTDIR] 231 … | --outdir OUTDIR | Output directory to store files created. | 239 .. note:: Encryption key of the following format ``<outdir>/keys/keys-<timestamp>.bin`` is created.… 246 …manufacturing utility, the following folders will be created in the specified ``outdir`` directory:
|
/hal_espressif-3.6.0/tools/mass_mfg/ |
D | mfg_gen.py | 339 output_csv_target_dir = create_dir(csv_str, args.outdir) 341 output_bin_target_dir = create_dir(bin_str, args.outdir) 394 print('\nFiles generated in %s ...' % args.outdir) 483 args.outdir = os.path.join(args.outdir, '')
|