Searched refs:existing (Results 1 – 25 of 60) sorted by relevance
123
/hal_espressif-3.5.0/tools/ldgen/ |
D | generation.py | 483 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/ |
D | esp_efuse_api.c | 162 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/ |
D | README.md | 12 …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/ |
D | windows-setup.rst | 65 There are :ref:`also steps to update the existing environment without downloading a new one <updati…
|
D | windows-setup-scratch.rst | 101 .. _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/ |
D | creating-examples.rst | 33 …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/ |
D | windows-setup.rst | 61 此外,您还可以 :ref:`直接更新现有环境(无需下载新的版本)<updating-existing-windows-environment-legacy>`,但步骤更加复杂。
|
D | windows-setup-scratch.rst | 103 .. _updating-existing-windows-environment-legacy:
|
/hal_espressif-3.5.0/components/fatfs/src/ |
D | 00readme.txt | 12 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/ |
D | esp_https_ota.rst | 8 It's an abstraction layer over existing OTA APIs.
|
/hal_espressif-3.5.0/docs/en/api-reference/network/ |
D | index.rst | 61 to update existing IDF applications.
|
D | esp_netif.rst | 16 Please refer to the :doc:`/api-reference/network/tcpip_adapter_migration` section in case existing …
|
/hal_espressif-3.5.0/tools/cmake/ |
D | utilities.cmake | 125 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/ |
D | resources.rst | 18 …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/ |
D | building-openocd-macos.rst | 38 Optionally you can add ``sudo make install`` step at the end. Skip it, if you have an existing Open…
|
D | building-openocd-linux.rst | 60 Optionally you can add ``sudo make install`` step at the end. Skip it, if you have an existing Open…
|
D | building-openocd-windows.rst | 67 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/ |
D | README.md | 32 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/ |
D | vscode-setup.rst | 29 …all highlight in color which line have been covered. We also render the existing HTML report direc…
|
D | windows-setup.rst | 57 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/ |
D | index.rst | 6 …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/ |
D | README.rst | 4 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/ |
D | configuration-file.rst | 10 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/ |
D | bootloader.rst | 26 …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-…
|
D | wifi-security.rst | 21 - Tearing down existing association on AP side by sending association request.
|
123