/hal_espressif-3.4.0/components/esptool_py/esptool/espefuse/efuse/ |
D | base_operations.py | 21 def __init__(self, option_strings, dest, nargs=None, **kwargs): argument 22 self._nargs = nargs 28 option_strings, dest, nargs=nargs, **kwargs 70 nargs="+", 85 nargs="+", 96 nargs="+", 127 nargs="?", 133 nargs="?", 148 nargs="+", 187 nargs="+", [all …]
|
/hal_espressif-3.4.0/components/app_trace/ |
D | app_trace.c | 282 uint16_t nargs = 0; in esp_apptrace_vprintf_to() local 308 while ((p = (uint8_t *)strchr((char *)p, '%')) && nargs < ESP_APPTRACE_MAX_VPRINTF_ARGS) { in esp_apptrace_vprintf_to() 311 nargs++; in esp_apptrace_vprintf_to() 314 ESP_APPTRACE_LOGD("nargs = %d", nargs); in esp_apptrace_vprintf_to() 319 pout = ch->hw->get_up_buffer(ch->hw_data, 1 + sizeof(char *) + nargs * sizeof(uint32_t), &tmo); in esp_apptrace_vprintf_to() 325 *pout = nargs; in esp_apptrace_vprintf_to() 329 while (nargs-- > 0) { in esp_apptrace_vprintf_to()
|
/hal_espressif-3.4.0/components/esptool_py/esptool/espefuse/efuse/esp32c3/ |
D | operations.py | 80 nargs="?", 88 nargs="?", 96 nargs="?", 130 nargs="?", 138 nargs="?", 146 nargs="?",
|
/hal_espressif-3.4.0/components/esptool_py/esptool/espefuse/efuse/esp32c6/ |
D | operations.py | 80 nargs="?", 88 nargs="?", 96 nargs="?", 130 nargs="?", 138 nargs="?", 146 nargs="?",
|
/hal_espressif-3.4.0/components/esptool_py/esptool/espefuse/efuse/esp32h2/ |
D | operations.py | 80 nargs="?", 88 nargs="?", 96 nargs="?", 130 nargs="?", 138 nargs="?", 146 nargs="?",
|
/hal_espressif-3.4.0/components/esptool_py/esptool/espefuse/efuse/esp32h2beta1/ |
D | operations.py | 80 nargs="?", 88 nargs="?", 96 nargs="?", 130 nargs="?", 138 nargs="?", 146 nargs="?",
|
/hal_espressif-3.4.0/tools/esp_app_trace/ |
D | logtrace_proc.py | 52 nargs,fmt_addr = struct.unpack(ESP32_LOGTRACE_HDR_FMT, trc_buf) 56 args_sz = struct.calcsize('<%sL' % nargs) 68 log_args = struct.unpack('<%sL' % nargs, trc_buf)
|
/hal_espressif-3.4.0/components/esptool_py/esptool/espefuse/efuse/esp32s2/ |
D | operations.py | 81 nargs="?", 89 nargs="?", 97 nargs="?", 131 nargs="?", 139 nargs="?", 147 nargs="?",
|
/hal_espressif-3.4.0/components/esptool_py/esptool/espefuse/efuse/esp32s3/ |
D | operations.py | 82 nargs="?", 90 nargs="?", 98 nargs="?", 132 nargs="?", 140 nargs="?", 148 nargs="?",
|
/hal_espressif-3.4.0/components/esptool_py/esptool/espefuse/efuse/esp32s3beta2/ |
D | operations.py | 82 nargs="?", 90 nargs="?", 98 nargs="?", 132 nargs="?", 140 nargs="?", 148 nargs="?",
|
/hal_espressif-3.4.0/components/partition_table/ |
D | parttool.py | 239 parser.add_argument('--esptool-args', help='additional main arguments for esptool', nargs='+') 240 …nt('--esptool-write-args', help='additional subcommand arguments when writing to flash', nargs='+') 241 …gument('--esptool-read-args', help='additional subcommand arguments when reading flash', nargs='+') 242 …ptool-erase-args', help='additional subcommand arguments when erasing regions of flash', nargs='+') 282 …=['name', 'type', 'subtype', 'offset', 'size', 'encrypted'], default=['offset', 'size'], nargs='+')
|
D | gen_empty_partition.py | 44 parser.add_argument('output', help='Path for binary file.', nargs='?', default='-')
|
/hal_espressif-3.4.0/tools/ci/python_packages/ttfw_idf/ |
D | CIScanTests.py | 84 parser.add_argument('paths', nargs='+', 95 parser.add_argument('--exclude', nargs='*', 97 parser.add_argument('--extra_test_dirs', nargs='*',
|
/hal_espressif-3.4.0/tools/ci/ |
D | check_deprecated_kconfigs.py | 55 parser.add_argument('files', nargs='*', 57 parser.add_argument('--includes', '-d', nargs='*',
|
D | check_executables.py | 62 parser.add_argument('filenames', nargs='*', help='Filenames to check.')
|
D | check_type_comments.py | 90 parser.add_argument('filenames', nargs='*', help='Filenames to check.')
|
D | ci_get_mr_info.py | 76 common_args.add_argument('src_branch', nargs='?', help='source branch')
|
D | check_build_warnings.py | 72 nargs='?',
|
/hal_espressif-3.4.0/components/app_update/ |
D | otatool.py | 242 parser.add_argument('--esptool-args', help='additional main arguments for esptool', nargs='+') 243 …('--esptool-write-args', help='additional subcommand arguments for esptool write_flash', nargs='+') 244 …nt('--esptool-read-args', help='additional subcommand arguments for esptool read_flash', nargs='+') 245 …'--esptool-erase-args', help='additional subcommand arguments for esptool erase_region', nargs='+')
|
/hal_espressif-3.4.0/components/esptool_py/esptool/espefuse/efuse/esp32c2/ |
D | operations.py | 77 nargs="?", 85 nargs="?", 93 nargs="?",
|
/hal_espressif-3.4.0/components/esptool_py/esptool/esptool/ |
D | __init__.py | 156 nargs="?", 211 nargs="?", 981 def __init__(self, option_strings, dest, nargs="+", **kwargs): argument 983 option_strings, dest, nargs, **kwargs
|
/hal_espressif-3.4.0/tools/ |
D | mkuf2.py | 150 nargs='*') 153 nargs='*')
|
/hal_espressif-3.4.0/components/esptool_py/esptool/espefuse/efuse/esp32/ |
D | operations.py | 64 nargs="?", 72 nargs="?",
|
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/ |
D | wrap_stub.py | 85 parser.add_argument("elf_files", nargs="+", help="Stub ELF files to convert")
|
/hal_espressif-3.4.0/.gitlab/ci/dependencies/ |
D | generate_rules.py | 289 …parser.add_argument('rules_yml', nargs='?', default=os.path.join(IDF_PATH, '.gitlab', 'ci', 'rules… 291 …parser.add_argument('dependencies_yml', nargs='?', default=os.path.join(IDF_PATH, '.gitlab', 'ci',…
|