Home
last modified time | relevance | path

Searched refs:required (Results 1 – 25 of 53) sorted by relevance

123

/hal_espressif-latest/tools/
Desp_bin2c_array.py21 parser.add_argument('-i', '--input', required=True , help='.bin input file')
22 parser.add_argument('-o', '--out', required=True , help='c file name')
23 parser.add_argument('-a', '--array', required=True , help='c array variable name')
/hal_espressif-latest/zephyr/scripts/pinctrl/
DREADME.md32 Compare the following description of the required fields in a `{soc}.yaml` file with the above snip…
34 - **`{peripheral}`** (required): concatenation of the peripheral name and its instance number (resp…
35 - **`{periph_sig}`** (required): freely-named field which depends on the target peripheral, `tx` an…
36 - **`sigo`** (optional): output signal, required if the pin is an output.
37 - **`sigi`** (optional): input signal, required if the pin is an output.
38 …- **`gpio`** (required): array composed of __integers__ and/or __2-sized arrays of integers__. Int…
45 …r or only one pin number range, in any case, enclosing in `[]` is still required, remember, the sc…
Desp_genpinctrl.py163 required=True,
/hal_espressif-latest/tools/esptool_py/espsecure/
D__init__.py1524 required=True,
1559 required=False,
1576 required=True,
1641 required=True,
1686 required=True,
1705 required=True,
1707 p.add_argument("--output", "-o", help="Output file for the digest.", required=True)
1721 required=True,
1723 p.add_argument("--output", "-o", help="Output file for the digest.", required=True)
1746 required=True,
[all …]
/hal_espressif-latest/components/wpa_supplicant/
DREADME.md6 ESP uses MbedTLS as crypto library therefore MbedTLS component is also required for some features t…
/hal_espressif-latest/components/esp_app_format/
DCMakeLists.txt16 # cut PROJECT_VER and PROJECT_NAME to required 32 characters.
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.c93 if (pmf_cfg.required) { in hostap_init()
122 if (pmf_cfg.required && pmf_cfg.capable) { in hostap_init()
126 } else if (pmf_cfg.capable && !pmf_cfg.required) { in hostap_init()
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dentering-bootloader.rst10 …ppen to enter the serial bootloader (firmware download mode) - a reset, required pins set correctl…
/hal_espressif-latest/components/hal/include/hal/
Dreadme.md8 required by the peripheral. The lowlevel is a translation layer converting general conceptions to r…
/hal_espressif-latest/zephyr/blobs/
Dlicense.txt141 except as required for reasonable and customary use in describing the
144 7. Disclaimer of Warranty. Unless required by applicable law or
156 unless required by applicable law (such as deliberate and grossly
198 Unless required by applicable law or agreed to in writing, software
/hal_espressif-latest/
DLICENSE141 except as required for reasonable and customary use in describing the
144 7. Disclaimer of Warranty. Unless required by applicable law or
156 unless required by applicable law (such as deliberate and grossly
198 Unless required by applicable law or agreed to in writing, software
/hal_espressif-latest/tools/esptool_py/esptool/targets/stub_flasher/2/
DLICENSE-APACHE140 except as required for reasonable and customary use in describing the
143 7. Disclaimer of Warranty. Unless required by applicable law or
155 unless required by applicable law (such as deliberate and grossly
197 Unless required by applicable law or agreed to in writing, software
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dreadsamplesjoint.inc12 * Unless required by applicable law or agreed to in writing, software
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/
DREADME65 2) In lib/Makefile select the primitives required by your project.
/hal_espressif-latest/components/mbedtls/esp_crt_bundle/
Dgen_crt_bundle.py181 parser.add_argument('--input', '-i', nargs='+', required=True,
/hal_espressif-latest/components/esp_system/ld/esp32s3/
Dsections.ld.in199 * This section is required to skip .iram0.text area because iram0_0_seg and
406 * This section is required to skip flash rodata sections, because `extern_ram_seg`
481 * Indeed, it may be required to add some padding at some points in the code
/hal_espressif-latest/tools/esptool_py/docs/en/
Dversions.rst48 If a very specific release is required, define your dependency as ``esptool==4.1.2``. This specific…
/hal_espressif-latest/components/esp_system/
DCMakeLists.txt64 # [refactor-todo] esp_partition required for virtual efuse
/hal_espressif-latest/components/bootloader_support/
DCMakeLists.txt52 # heap is required for `heap_memory_layout.h` header
/hal_espressif-latest/tools/esptool_py/docs/en/espsecure/
Dindex.rst50 An HSM config file is required with the fields (``pkcs11_lib``, ``credentials``, ``slot``, ``label`…
/hal_espressif-latest/components/esp_rom/
DREADME.md5 …IO matrix). ROM functions as not treated as public APIs, attentions are required when you use ROM …
/hal_espressif-latest/components/heap/include/
Dheap_trace.inc9 // Unless required by applicable law or agreed to in writing, software
/hal_espressif-latest/components/mbedtls/
DKconfig8 allocate all required dynamic allocations from,
61 16384 is the default and this value is required to comply
226 See mbedTLS documentation for required API and more details.
236 See mbedTLS documentation for required API and more details.
246 See mbedTLS documentation for required API and more details.
303 See mbedTLS documentation for required API and more details.
616 connection is required to update. Or if an issue with the SNTP
/hal_espressif-latest/components/esp_system/ld/esp32/
Dsections.ld.in25 This section is required to skip rtc.text area because rtc_iram_seg and
453 * Indeed, it may be required to add some padding at some points in the code
/hal_espressif-latest/components/esp_system/ld/esp32s2/
Dsections.ld.in34 This section is required to skip rtc.text area because rtc_iram_seg and
442 * Indeed, it may be required to add some padding at some points in the code

123