Home
last modified time | relevance | path

Searched refs:nargs (Results 1 – 25 of 44) sorted by relevance

12

/hal_espressif-3.4.0/components/esptool_py/esptool/espefuse/efuse/
Dbase_operations.py21 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/
Dapp_trace.c282 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/
Doperations.py80 nargs="?",
88 nargs="?",
96 nargs="?",
130 nargs="?",
138 nargs="?",
146 nargs="?",
/hal_espressif-3.4.0/components/esptool_py/esptool/espefuse/efuse/esp32c6/
Doperations.py80 nargs="?",
88 nargs="?",
96 nargs="?",
130 nargs="?",
138 nargs="?",
146 nargs="?",
/hal_espressif-3.4.0/components/esptool_py/esptool/espefuse/efuse/esp32h2/
Doperations.py80 nargs="?",
88 nargs="?",
96 nargs="?",
130 nargs="?",
138 nargs="?",
146 nargs="?",
/hal_espressif-3.4.0/components/esptool_py/esptool/espefuse/efuse/esp32h2beta1/
Doperations.py80 nargs="?",
88 nargs="?",
96 nargs="?",
130 nargs="?",
138 nargs="?",
146 nargs="?",
/hal_espressif-3.4.0/tools/esp_app_trace/
Dlogtrace_proc.py52 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/
Doperations.py81 nargs="?",
89 nargs="?",
97 nargs="?",
131 nargs="?",
139 nargs="?",
147 nargs="?",
/hal_espressif-3.4.0/components/esptool_py/esptool/espefuse/efuse/esp32s3/
Doperations.py82 nargs="?",
90 nargs="?",
98 nargs="?",
132 nargs="?",
140 nargs="?",
148 nargs="?",
/hal_espressif-3.4.0/components/esptool_py/esptool/espefuse/efuse/esp32s3beta2/
Doperations.py82 nargs="?",
90 nargs="?",
98 nargs="?",
132 nargs="?",
140 nargs="?",
148 nargs="?",
/hal_espressif-3.4.0/components/partition_table/
Dparttool.py239 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='+')
Dgen_empty_partition.py44 parser.add_argument('output', help='Path for binary file.', nargs='?', default='-')
/hal_espressif-3.4.0/tools/ci/python_packages/ttfw_idf/
DCIScanTests.py84 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/
Dcheck_deprecated_kconfigs.py55 parser.add_argument('files', nargs='*',
57 parser.add_argument('--includes', '-d', nargs='*',
Dcheck_executables.py62 parser.add_argument('filenames', nargs='*', help='Filenames to check.')
Dcheck_type_comments.py90 parser.add_argument('filenames', nargs='*', help='Filenames to check.')
Dci_get_mr_info.py76 common_args.add_argument('src_branch', nargs='?', help='source branch')
Dcheck_build_warnings.py72 nargs='?',
/hal_espressif-3.4.0/components/app_update/
Dotatool.py242 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/
Doperations.py77 nargs="?",
85 nargs="?",
93 nargs="?",
/hal_espressif-3.4.0/components/esptool_py/esptool/esptool/
D__init__.py156 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/
Dmkuf2.py150 nargs='*')
153 nargs='*')
/hal_espressif-3.4.0/components/esptool_py/esptool/espefuse/efuse/esp32/
Doperations.py64 nargs="?",
72 nargs="?",
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/
Dwrap_stub.py85 parser.add_argument("elf_files", nargs="+", help="Stub ELF files to convert")
/hal_espressif-3.4.0/.gitlab/ci/dependencies/
Dgenerate_rules.py289 …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',…

12