/hal_espressif-latest/components/hal/ |
D | usb_serial_jtag_hal.c | 19 void usb_serial_jtag_hal_phy_set_external(usb_serial_jtag_hal_context_t *hal, bool external) in usb_serial_jtag_hal_phy_set_external() argument 21 if (external) { in usb_serial_jtag_hal_phy_set_external()
|
D | usb_wrap_hal.c | 20 void usb_wrap_hal_phy_set_external(usb_wrap_hal_context_t *hal, bool external) in usb_wrap_hal_phy_set_external() argument 22 if (external) { in usb_wrap_hal_phy_set_external()
|
D | spi_flash_hal_common.inc | 139 // Add dummy cycles to compensate for latency of GPIO matrix and external delay, if necessary...
|
/hal_espressif-latest/tools/esptool_py/docs/en/espsecure/ |
D | index.rst | 15 Remote Signing using an external HSM 18 An external Hardware Security Module (HSM) can be used for remote signing of images in secure boot … 20 … ``esp_hsm_sign`` provides a PKCS #11 interface to communicate with the external HSM and is integr… 22 The following command should be used to get an image signed using an external HSM. :: 28 If the public key is not stored in the external HSM, you can specify the ``--pub-key`` argument to … 42 If the public key is not stored in the external HSM, you can specify the ``--keyfile`` argument to … 56 …nfig.ini``) for using `SoftHSMv2 <https://github.com/opendnssec/SoftHSMv2>`_ as an external HSM: :: 60 # Config file for the external Hardware Security Module
|
/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | Kconfig.rtc | 8 consumption, and does not require extra external components. However 14 external circuit. In this case, external clock signal must be connected 22 the internal 150kHz oscillator. It does not require external components. 37 prompt "Additional current for external 32kHz crystal" 44 additional current from touchpad 9 to the external 32kHz crystal. Note that 52 - "None" option will not provide additional current to external crystal 53 - "Method 1" option can't ensure 100% to solve the external 32k crystal start failed 55 - "Method 2" option can solve the external 32k issue, but the touchpad can't work
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | Kconfig.rtc | 8 consumption, and does not require extra external components. However 14 external circuit. In this case, external clock signal must be connected 20 the internal 90kHz oscillator. It does not require external components.
|
/hal_espressif-latest/components/esp_psram/esp32s2/ |
D | Kconfig.spiram | 2 bool "Support for external, SPI-connected RAM" 5 This enables support for an external SPI RAM chip, connected in parallel with the 33 bool "Allow external memory as an argument to xTaskCreateStatic"
|
/hal_espressif-latest/components/hal/include/hal/ |
D | usb_serial_jtag_hal.h | 44 void usb_serial_jtag_hal_phy_set_external(usb_serial_jtag_hal_context_t *hal, bool external);
|
D | usb_wrap_hal.h | 46 void usb_wrap_hal_phy_set_external(usb_wrap_hal_context_t *hal, bool external);
|
/hal_espressif-latest/components/esp_psram/ |
D | Kconfig.spiram.common | 56 …done from external RAM. If allocation from the preferred region fails, an attempt is made to alloc… 58 external memory is full. 74 …Because the external/internal RAM allocation strategy is not always perfect, it sometimes may happ… 89 bool "Allow .bss segment placed in external memory" 102 bool "Allow .noinit segment placed in external memory"
|
/hal_espressif-latest/components/bt/ |
D | CMakeLists.txt | 107 host/bluedroid/external/sbc/decoder/include 108 host/bluedroid/external/sbc/encoder/include 109 host/bluedroid/external/sbc/plc/include 253 "host/bluedroid/external/sbc/decoder/srce/alloc.c" 254 "host/bluedroid/external/sbc/decoder/srce/bitalloc-sbc.c" 255 "host/bluedroid/external/sbc/decoder/srce/bitalloc.c" 256 "host/bluedroid/external/sbc/decoder/srce/bitstream-decode.c" 257 "host/bluedroid/external/sbc/decoder/srce/decoder-oina.c" 258 "host/bluedroid/external/sbc/decoder/srce/decoder-private.c" 259 "host/bluedroid/external/sbc/decoder/srce/decoder-sbc.c" [all …]
|
/hal_espressif-latest/components/esp_psram/esp32s3/ |
D | Kconfig.spiram | 2 bool "Support for external, SPI-connected RAM" 5 This enables support for an external SPI RAM chip, connected in parallel with the 42 bool "Allow external memory as an argument to xTaskCreateStatic"
|
/hal_espressif-latest/components/esp_psram/esp32/ |
D | Kconfig.spiram | 2 bool "Support for external, SPI-connected RAM" 5 This enables support for an external SPI RAM chip, connected in parallel with the 70 … when the cache line needs to be fetched from external RAM and an interrupt occurs. This enables a 235 bool "Enable bank switching for >4MiB external RAM" 239 …The ESP32 only supports 4MiB of external RAM in its address space. The hardware does support larger 263 bool "Allow external memory as an argument to xTaskCreateStatic" 268 … normally tasks cannot be safely run with their stack residing in external memory; for this reason 272 …luetooth/WiFi), you can try enable this to cause xTaskCreateStatic to allow tasks stack in external
|
/hal_espressif-latest/components/bootloader/ |
D | project_include.cmake | 8 # Glue to build the bootloader subproject binary as an external 146 # extend the 'clean' target to the external project
|
/hal_espressif-latest/components/esp_hw_support/ |
D | Kconfig | 92 … with chips, you can also pull up the CS pin of SPI Flash in the external circuit to save power 94 … (!!! Don't deselect this option if you don't have external SPI Flash CS pin pullups.) 108 … with chips, you can also pull up the CS pin of PSRAM in the external circuit to save power 110 (!!! Don't deselect this option if you don't have external PSRAM CS pin pullups.) 184 … When using rtc gpio wakeup source during deepsleep without external pull-up/downs, you may want to
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | Kconfig.mac | 25 API to return a MAC for Ethernet, this can only be used with an external MAC peripheral.
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | Kconfig.mac | 25 API to return a MAC for Ethernet, this can only be used with an external MAC peripheral.
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | Kconfig.mac | 25 API to return a MAC for Ethernet, this can only be used with an external MAC peripheral.
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 145 … EFUSE_BLK0, 58, 1, [EXT_PHY_ENABLE] Set this bit to enable external PHY 165 …external PHY for USB OTG and USB Device {0: "internal PHY is assigned to USB Device while external…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-S3.rst | 139 …USB_EXT_PHY_ENABLE (BLOCK0) Set this bit to enable external PHY … 144 = internal PHY is assigned to USB Device while external PHY is assigned to USB OTG R/W (0b0)
|
/hal_espressif-latest/components/newlib/ |
D | esp32-spiram-rom-functions-c.lf | 1 # If the Newlib functions in ROM aren't used (eg because the external SPI RAM workaround is active)…
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | Kconfig.in | 476 This option is recommended if external 32.768k XTAL is not available. 477 Using the external 32.768 kHz XTAL will have lower current consumption 484 Using any clock source other than external 32.768 kHz XTAL at pin0 supports only
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | Kconfig.in | 62 … If use external bluetooth host which run on other hardware and use UART as the HCI interface, 427 …selects an external 32kHz crystal but the external 32kHz crystal does not exist or the low power c…
|
/hal_espressif-latest/components/esp_system/ld/esp32s2/ |
D | memory.ld.in | 112 /* external memory, covers the dport, dram0, dram1 cacheable address space */
|
/hal_espressif-latest/components/esp_coex/ |
D | Kconfig | 27 because currently we do not support external coex and internal coex simultaneously.
|