Searched refs:drivers (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/newlib/ |
D | Kconfig | 17 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/ |
D | readme.md | 3 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/ |
D | esp_flash_api.c | 499 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/ |
D | troubleshooting.rst | 8 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/ |
D | basic-options.rst | 29 …Windows and macOS may require drivers to be installed for a particular USB/serial adapter, before …
|
D | configuration-file.rst | 10 However, it is impossible to cover all of the existing combinations of hardware, OS, and drivers.
|
/hal_espressif-latest/components/esp_netif/ |
D | README.md | 64 … - use default handlers for common interfaces defined in IO drivers; or define a specific handlers
|
/hal_espressif-latest/tools/esptool_py/ |
D | CHANGELOG.md | 162 - **CH9102F**: Suggest to install new serial drivers if writing to RAM fails
|
/hal_espressif-latest/components/esp_hw_support/ |
D | Kconfig | 233 … 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/ |
D | boot-mode-selection.rst | 132 - Some OS and/or drivers may activate ``RTS`` and or ``DTR`` automatically when opening the serial…
|