Home
last modified time | relevance | path

Searched refs:installed (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/tools/esptool_py/docs/en/
Dinstallation.rst12 You will need `Python 3.7 or newer <https://www.python.org/downloads/>`_ installed on your system t…
15 The latest stable esptool release can be installed from `PyPI <https://pypi.org/project/esptool/>`_…
25installed into the default Python executables directory and you should be able to run it with the …
64 If ``esptool.py`` is installed as a component of a development framework (e.g. `ESP-IDF <https://do…
66 …lained in the :ref:`versions` article). For instance, if your currently installed ``esptool.py`` i…
Dversions.rst36 … numbers). This way the latest minor versions (``>= 4.0``, ``== 4.*``) are automatically installed.
48 …This specific version will be used and no new features or bugfixes will be automatically installed.
Dtroubleshooting.rst220 * The necessary serial port drivers are not installed or are faulty.
/hal_espressif-latest/tools/esptool_py/docs/
DREADME.md17 The documentation is built using the python package `esp-docs`, which can be installed by running `…
/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 …
/hal_espressif-latest/tools/esptool_py/
DCONTRIBUTING.rst103 …r code manually before submitting, run ``python -m ruff`` (this tool is installed as part of the d…
125 It is necessary to have ``esptool.py`` installed (see `Development Setup`_) in your environment in …
DCHANGELOG.md217 - **setup**: Use latest reedsolo package which can be installed with Python3.10 and Cython
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.h207 int installed; /* 1 if key has already been installed to driver */ member
/hal_espressif-latest/components/spi_flash/
Desp_flash_api.c407 bool installed = esp_flash_chip_driver_initialized(chip); in read_id_core() local
415 if (installed && chip->chip_drv->read_id) { in read_id_core()
DKconfig100 to check if the module has the flash that support this feature installed.
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dindex.rst14 ``espefuse.py`` is installed alongside ``esptool.py``, so if ``esptool.py`` (v2.0 or newer) is avai…
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c775 if (sm->ptk.installed) { in wpa_supplicant_install_ptk()
807 sm->ptk.installed = 1; in wpa_supplicant_install_ptk()