Searched refs:selected (Results 1 – 25 of 26) sorted by relevance
12
/hal_espressif-latest/components/wpa_supplicant/ |
D | COPYING | 12 selected. As of February 11, 2012, the project has chosen to use only
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | basic-options.rst | 13 * The target chip type can be selected using the ``--chip``/ ``-c`` option, e.g. ``esptool.py --chi… 23 * The serial port is selected using the ``-p`` option, like ``-p /dev/ttyUSB0`` (Linux and macOS) …
|
D | advanced-options.rst | 98 …During normal booting, this configuration is selected if all SPI pin efuses are unset and GPIO1 (U… 113 …During normal booting, this configuration is selected if all SPI pin efuses are unset and GPIO1 (U…
|
D | basic-commands.rst | 248 …to a device later. Any gaps between the input files are padded based on the selected output format. 264 …in`` or ``hex`` format and they will be automatically converted to type selected by ``--format`` a…
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/ |
D | Kconfig.system | 57 This option is automatically enabled if "USB CDC" console is selected.
|
/hal_espressif-latest/components/esp_system/ |
D | Kconfig | 67 # This is a High Layer Kconfig option, invisible, can be selected by other Kconfig option 68 # e.g. It will be selected on when RTC_CLK_SRC_EXT_CRYS is on 73 # This is a High Layer Kconfig option, invisible, can be selected by other Kconfig option 74 # e.g. It will be selected on when ESPX_RTC_CLK_SRC_EXT_OSC is on 221 - If "Custom" is selected, UART0 or UART1 can be chosen, 222 and any pins can be selected. 223 - If "None" is selected, there will be no console output on any UART, except 254 …when UART0 port as a primary is selected but not connected. This secondary output currently only s…
|
/hal_espressif-latest/components/esp_psram/ |
D | CMakeLists.txt | 43 # set strategy selected
|
/hal_espressif-latest/components/esp_hw_support/ |
D | modem_clock.c | 373 bool selected = (src == MODEM_CLOCK_LPCLK_SRC_MAIN_XTAL) || in modem_clock_select_lp_clock_source() local 375 if (selected) { in modem_clock_select_lp_clock_source()
|
D | Kconfig | 14 software recognize the chip version based on the rev selected in menuconfig. 87 … low level(selected state) in the floating state, there will be a large current leakage, and the 103 … low level(selected state) in the floating state, there will be a large current leakage, and the 261 The selected value MUST reflect the frequency of the given hardware.
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/ |
D | README | 66 3) In tests/Makefile select the corresponding tests of the selected primitives.
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 125 …epresents whether RTC watchdog timeout threshold is selected at startup. 1: selected. 0: not selec…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C6.rst | 154 … is selected at startup. 1: selected. 0: not select
|
D | summary_ESP32-H2.rst | 154 … is selected at startup. 1: selected. 0: not select
|
D | summary_ESP32-P4.rst | 173 … is selected at startup. 1: selected. 0: not select
|
/hal_espressif-latest/components/esp_wifi/ |
D | Kconfig | 49 … If "Static" is selected, WiFi TX buffers are allocated when WiFi is initialized and released 52 … If "Dynamic" is selected, each WiFi TX buffer is allocated as needed when a data frame is 57 If PSRAM is enabled, "Static" should be selected to guarantee enough WiFi TX buffers. 58 If PSRAM is disabled, "Dynamic" should be selected to improve the utilization of RAM. 120 … If "Static" is selected, WiFi RX MGMT buffers are allocated when WiFi is initialized and released 123 …If "Dynamic" is selected, each WiFi RX MGMT buffer is allocated as needed when a MGMT data frame is
|
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 127 …epresents whether RTC watchdog timeout threshold is selected at startup. 1: selected. 0: not selec…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espsecure/ |
D | index.rst | 53 To access an HSM token of a selected slot, you will also need to pass in the token User PIN and thu…
|
/hal_espressif-latest/components/spi_flash/ |
D | Kconfig | 11 When this option is selected, the patch will be enabled for XMC. 62 This option is invisible, and will be selected automatically 63 when ``ESPTOOLPY_FLASHFREQ_120M`` is selected.
|
/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 50 selected. 129 When selected, users can send normal BLE advertising packets 147 When selected, users can register a callback and receive normal BLE 297 BLE_MESH_FAST_PROV is selected, the value is better to be 3 seconds, or less. 372 When selected, the BLE Mesh stack will take care of storing/restoring the BLE 452 When selected, the mesh stack will use a specified NVS partition instead of 472 When selected, Provisioner can use different NVS namespaces to store 700 When selected, self-send packets will be put in a high-priority
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 164 …The selected GPIO will be configured as an input with internal pull-up enabled (note that on some … 216 The selected GPIO will be configured as an input with internal pull-up enabled. 318 Bootloader: When bootloader selects an app to boot, an app is selected that has 408 booting it. Any flash corruption of the selected app partition will make the entire SoC 423 Used to save the addresses of the selected application. 480 # selected by the displayed options 860 …Release mode should always be selected for production or manufacturing. Once enabled it's no longer 1023 … SECURE_BOOT_ALLOW_JTAG or SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE options are selected
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | Kconfig.in | 402 … selected, bluetooth modem sleep can work under Dynamic Frequency Scaling(DFS) enabled, and 426 …If this option is selected, the main crystal will power up during light sleep when the low power c…
|
/hal_espressif-latest/components/esp_psram/esp32/ |
D | Kconfig.spiram | 45 will be occupied by the system. Which SPI host to use can be selected by the config item 91 encryption and this will be automatically disabled if this workaround is selected.
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | boot-mode-selection.rst | 274 …BOOT``, ``ATE_BOOT``) may be shown here. This indicates an unsupported boot mode has been selected. 275 …Consult the strapping pins shown above (in most cases, one of these modes is selected if {IDF_TARG…
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | Kconfig.in | 260 … selected, bluetooth modem sleep can work under Dynamic Frequency Scaling(DFS) enabled, but
|
/hal_espressif-latest/components/mbedtls/ |
D | Kconfig | 21 selected. 1065 (about 29KB if all Elliptic Curve selected) in the application binary.
|
12