Home
last modified time | relevance | path

Searched refs:drivers (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/newlib/
DKconfig17 This option doesn't affect behavior of the UART driver (drivers/uart.h).
41 This option doesn't affect behavior of the UART driver (drivers/uart.h).
/hal_espressif-latest/components/hal/include/hal/
Dreadme.md3 The HAL layer is designed to be used by the drivers. We don't guarantee the stability and back-comp…
/hal_espressif-latest/components/spi_flash/
Desp_flash_api.c499 const spi_flash_chip_t **drivers = esp_flash_registered_chips; in detect_spi_flash_chip() local
500 while (*drivers != NULL && !esp_flash_chip_driver_initialized(chip)) { in detect_spi_flash_chip()
501 chip->chip_drv = *drivers; in detect_spi_flash_chip()
515 drivers++; in detect_spi_flash_chip()
/hal_espressif-latest/tools/esptool_py/docs/en/
Dtroubleshooting.rst8 Flashing problems can be fiddly to troubleshoot. The underlying issue can be caused by the drivers,…
141 … range of environments, an incompatible combination of hardware, OS, and drivers might cause it to…
211 …e, not a problem with ``esptool.py``, but are usually caused by a problem with hardware or drivers.
220 * The necessary serial port drivers are not installed or are faulty.
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dbasic-options.rst29 …Windows and macOS may require drivers to be installed for a particular USB/serial adapter, before …
Dconfiguration-file.rst10 However, it is impossible to cover all of the existing combinations of hardware, OS, and drivers.
/hal_espressif-latest/components/esp_netif/
DREADME.md64 … - use default handlers for common interfaces defined in IO drivers; or define a specific handlers
/hal_espressif-latest/tools/esptool_py/
DCHANGELOG.md162 - **CH9102F**: Suggest to install new serial drivers if writing to RAM fails
/hal_espressif-latest/components/esp_hw_support/
DKconfig233 … Note that, this option only controls the ETM related driver log, won't affect other drivers.
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dboot-mode-selection.rst132 - Some OS and/or drivers may activate ``RTS`` and or ``DTR`` automatically when opening the serial…