/hal_espressif-2.7.6/examples/build_system/cmake/idf_as_lib/ |
D | CMakeLists.txt | 10 # try and trim the build; additional components 32 # Attach additional targets to the executable file for flashing,
|
/hal_espressif-2.7.6/tools/cmake/third_party/ |
D | GetGitRevisionDescription.cmake | 6 # get_git_head_revision(<refspecvar> <hashvar> <repo dir> [<additional arguments to git describe> … 10 # git_describe(<var> <repo dir> [<additional arguments to git describe> ...]) 15 # git_get_exact_tag(<var> <repo dir> [<additional arguments to git describe> ...])
|
/hal_espressif-2.7.6/docs/en/api-reference/system/ |
D | esp_https_ota.rst | 35 For additional security, signature of OTA firmware images can be verified. For that, refer :ref:`se…
|
/hal_espressif-2.7.6/components/wear_levelling/ |
D | README.rst | 12 …emory. With this size, the component shows the best performance but needs additional memory in RAM. 14 To save internal memory, the component has two additional modes which both use sectors of 512 bytes:
|
/hal_espressif-2.7.6/docs/en/api-guides/jtag-debugging/ |
D | configure-builtin-jtag.rst | 9 {IDF_TARGET_NAME} has a built-in JTAG circuitry and can be debugged without any additional chip. On…
|
/hal_espressif-2.7.6/docs/en/contribute/ |
D | creating-examples.rst | 11 - If the example has additional functionality, split it logically into separate C or C++ source fil… 12 - If the example has a lot of additional functionality, consider adding a ``components`` directory …
|
/hal_espressif-2.7.6/docs/en/api-guides/ |
D | thread-local-storage.rst | 49 Due to the dynamic nature this API introduces additional performance overhead compared to the nativ… 64 with the cost of additional stack usage for all tasks in the system.
|
/hal_espressif-2.7.6/docs/en/api-reference/bluetooth/nimble/ |
D | index.rst | 6 ….org/latest/network/index.html#>`_ for a complete list of features and additional information on N… 24 …behavior can be changed by overriding the same function. For BLE Mesh, additional thread (advertis…
|
/hal_espressif-2.7.6/components/mdns/private_include/ |
D | mdns_private.h | 209 uint16_t additional;//ARCOUNT member 327 mdns_out_answer_t * additional; member
|
/hal_espressif-2.7.6/docs/en/api-reference/protocols/ |
D | modbus.rst | 93 Note: TCP communication stack requires to setup additional information about modbus slaves that cor… 105 …fined in parameters from Modbus slave device and returns its data. The additional data for request… 109 … defined as a name and cid parameter in corresponded slave device. The additional data for paramet…
|
/hal_espressif-2.7.6/docs/en/hw-reference/esp32s2/inc/ |
D | modules-and-boards-esp32s2.rst | 8 The key characteristics of these modules are summarized in the table below. Some additional details…
|
/hal_espressif-2.7.6/ |
D | LICENSE | 121 that such additional attribution notices cannot be construed 125 may provide additional or different license terms and conditions 134 this License, without any additional terms or conditions. 175 of your accepting any such warranty or additional liability.
|
D | CONTRIBUTING.rst | 26 * Is there documentation or examples that go with code contributions? There are additional suggesti…
|
/hal_espressif-2.7.6/docs/en/ |
D | resources.rst | 28 * For additional {IDF_TARGET_NAME} product related information, please refer to `documentation <htt…
|
/hal_espressif-2.7.6/tools/mass_mfg/docs/ |
D | README.rst | 97 … present here in the **same order**. This file can have additional columns (keys). The additional … 144 Run mfg_gen.py {command} -h for additional help
|
/hal_espressif-2.7.6/docs/en/api-guides/inc/ |
D | external-ram-esp32-notes.rst | 20 Aside from linking to a recompiled version of Newlib with the additional flag, ESP-IDF also does th…
|
/hal_espressif-2.7.6/tools/windows/tool_setup/ |
D | README.md | 9 Some functionality of the installer depends on additional programs: 11 …tps://bitbucket.org/mitrich_k/inno-download-plugin) — used to download additional files during the…
|
/hal_espressif-2.7.6/examples/cxx/rtti/ |
D | README.md | 17 To run this example, no additional configuration is necessary.
|
/hal_espressif-2.7.6/components/mdns/ |
D | mdns.c | 1019 a = p->additional; in _mdns_dispatch_tx_packet() 1052 queueFree(mdns_out_answer_t, packet->additional); in _mdns_free_tx_packet() 1295 …|| !_mdns_alloc_answer(shared?&packet->additional:&packet->answers, MDNS_TYPE_A, NULL, send_flush,… in _mdns_create_answer_from_parsed_packet() 1296 …|| !_mdns_alloc_answer(shared?&packet->additional:&packet->answers, MDNS_TYPE_AAAA, NULL, send_flu… in _mdns_create_answer_from_parsed_packet() 1302 … || !_mdns_alloc_answer(&packet->additional, MDNS_TYPE_A, NULL, send_flush, false) in _mdns_create_answer_from_parsed_packet() 1303 … || !_mdns_alloc_answer(&packet->additional, MDNS_TYPE_AAAA, NULL, send_flush, false)) { in _mdns_create_answer_from_parsed_packet() 1701 _mdns_dealloc_answer(&p->additional, MDNS_TYPE_A, NULL); in _mdns_announce_pcb() 1702 _mdns_dealloc_answer(&p->additional, MDNS_TYPE_AAAA, NULL); in _mdns_announce_pcb() 1997 _mdns_dealloc_scheduled_service_answers(&(q->additional), service); in _mdns_remove_scheduled_service_packets() 2062 if(!p->questions && !p->answers && !p->additional && !p->servers){ in _mdns_remove_scheduled_service_packets() [all …]
|
/hal_espressif-2.7.6/examples/protocols/sntp/ |
D | README.md | 62 …ceived an answer from SNTP server. Allows syncing the time without any additional code from the us… 64 …ction to smoothly update the time. Allows syncing the time without any additional code from the us…
|
/hal_espressif-2.7.6/components/lwip/port/esp32/include/ |
D | lwipopts.h | 770 …NAME is used for IDF default hooks. Please use ESP_IDF_LWIP_HOOK_FILENAME to insert additional hook
|
/hal_espressif-2.7.6/examples/ethernet/basic/ |
D | README.md | 18 … up to four Ethernet PHY: `LAN8720`, `IP101`, `DP83848` and `RTL8201`, additional PHY drivers shou…
|
/hal_espressif-2.7.6/examples/storage/ext_flash_fatfs/ |
D | README.md | 14 …equires 4 pins (MOSI, MISO, SCLK, CS). For modes such as QIO and QOUT, additional pins must be con…
|
/hal_espressif-2.7.6/examples/provisioning/ |
D | README.md | 6 …transports. It also demonstrates how applications can register and use additional custom data endp…
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/classic_bt/a2dp_source/ |
D | README.md | 83 …ata. Other SBC configurations can be supported but there is a need for additional modifications to…
|