Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 60) sorted by relevance

123

/hal_espressif-3.5.0/tools/ldgen/
Dgeneration.py483 existing = entity_mappings[key]
485 existing = None
487 if not existing:
491 if (target != existing.target):
496 if (_flags or existing.flags):
497 … if ((_flags and not existing.flags) or (not _flags and existing.flags)):
498 _flags.extend(existing.flags)
502 elif (_flags == existing.flags):
/hal_espressif-3.5.0/components/efuse/src/
Desp_efuse_api.c162 uint8_t existing = 0; in esp_efuse_write_field_bit() local
170 err = esp_efuse_read_field_blob(field, &existing, 1); in esp_efuse_write_field_bit()
171 if (err != ESP_OK || existing) { in esp_efuse_write_field_bit()
/hal_espressif-3.5.0/examples/peripherals/usb/host/msc/components/msc/
DREADME.md12 …However, in order to save RAM, an already existing task can also be used to call `usb_host_lib_han…
16 Alternatively, user can call `usb_msc_handle_events` function from already existing task.
/hal_espressif-3.5.0/docs/en/get-started-legacy/
Dwindows-setup.rst65 There are :ref:`also steps to update the existing environment without downloading a new one <updati…
Dwindows-setup-scratch.rst101 .. _updating-existing-windows-environment-legacy:
108 Rather than setting up a new environment, you can update an existing Windows environment & toolchai…
/hal_espressif-3.5.0/docs/en/contribute/
Dcreating-examples.rst33 …KConfig.projbuild`` file with a menu named "Example Configuration". See existing example projects …
34 …e. Alternatively, the example is licensed under Apache License 2.0. See existing examples for head…
/hal_espressif-3.5.0/docs/zh_CN/get-started-legacy/
Dwindows-setup.rst61 此外,您还可以 :ref:`直接更新现有环境(无需下载新的版本)<updating-existing-windows-environment-legacy>`,但步骤更加复杂。
Dwindows-setup-scratch.rst103 .. _updating-existing-windows-environment-legacy:
/hal_espressif-3.5.0/components/fatfs/src/
D00readme.txt12 diskio.c An example of glue function to attach existing disk I/O module to FatFs.
/hal_espressif-3.5.0/docs/en/api-reference/system/
Desp_https_ota.rst8 It's an abstraction layer over existing OTA APIs.
/hal_espressif-3.5.0/docs/en/api-reference/network/
Dindex.rst61 to update existing IDF applications.
Desp_netif.rst16 Please refer to the :doc:`/api-reference/network/tcpip_adapter_migration` section in case existing
/hal_espressif-3.5.0/tools/cmake/
Dutilities.cmake125 file(READ ${file} existing)
126 string(FIND ${existing} ${line_ending} last_newline REVERSE)
127 string(LENGTH ${existing} length)
/hal_espressif-3.5.0/docs/en/
Dresources.rst18 …ion on GitHub if you find a bug or have a feature request. Please check existing `Issues <https://…
/hal_espressif-3.5.0/docs/en/api-guides/jtag-debugging/
Dbuilding-openocd-macos.rst38 Optionally you can add ``sudo make install`` step at the end. Skip it, if you have an existing Open…
Dbuilding-openocd-linux.rst60 Optionally you can add ``sudo make install`` step at the end. Skip it, if you have an existing Open…
Dbuilding-openocd-windows.rst67 Optionally you can add ``make install`` step at the end. Skip it, if you have an existing OpenOCD (…
/hal_espressif-3.5.0/examples/peripherals/uart/uart_echo/
DREADME.md32 the example code by replacing existing `UART_PIN_NO_CHANGE` macros with the appropriate pin numbers…
/hal_espressif-3.5.0/docs/en/get-started/
Dvscode-setup.rst29 …all highlight in color which line have been covered. We also render the existing HTML report direc…
Dwindows-setup.rst57 The installer also allows reusing the existing directory with ESP-IDF. The recommended directory is…
/hal_espressif-3.5.0/docs/en/api-reference/bluetooth/nimble/
Dindex.rst6 …ed by ESP-IDF. The porting layer is kept cleaner by maintaining all the existing APIs of NimBLE al…
/hal_espressif-3.5.0/components/ulp/
DREADME.rst4 In addition to the existing binutils port for the ESP32 ULP coprocessor, it is possible to generate…
/hal_espressif-3.5.0/components/esptool_py/esptool/docs/en/esptool/
Dconfiguration-file.rst10 However, it is impossible to cover all of the existing combinations of hardware, OS, and drivers.
/hal_espressif-3.5.0/docs/en/api-guides/
Dbootloader.rst26 …ps from older versions of ESP-IDF. When updating ESP-IDF manually on an existing product that migh…
30 …If testing an OTA update for an existing product in production, always test it using the same ESP-…
Dwifi-security.rst21 - Tearing down existing association on AP side by sending association request.

123