Home
last modified time | relevance | path

Searched refs:additional (Results 1 – 25 of 101) sorted by relevance

12345

/hal_espressif-2.7.6/examples/build_system/cmake/idf_as_lib/
DCMakeLists.txt10 # 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/
DGetGitRevisionDescription.cmake6 # 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/
Desp_https_ota.rst35 For additional security, signature of OTA firmware images can be verified. For that, refer :ref:`se…
/hal_espressif-2.7.6/components/wear_levelling/
DREADME.rst12 …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/
Dconfigure-builtin-jtag.rst9 {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/
Dcreating-examples.rst11 - 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/
Dthread-local-storage.rst49 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/
Dindex.rst6 ….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/
Dmdns_private.h209 uint16_t additional;//ARCOUNT member
327 mdns_out_answer_t * additional; member
/hal_espressif-2.7.6/docs/en/api-reference/protocols/
Dmodbus.rst93 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/
Dmodules-and-boards-esp32s2.rst8 The key characteristics of these modules are summarized in the table below. Some additional details…
/hal_espressif-2.7.6/
DLICENSE121 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.
DCONTRIBUTING.rst26 * Is there documentation or examples that go with code contributions? There are additional suggesti…
/hal_espressif-2.7.6/docs/en/
Dresources.rst28 * For additional {IDF_TARGET_NAME} product related information, please refer to `documentation <htt…
/hal_espressif-2.7.6/tools/mass_mfg/docs/
DREADME.rst97 … 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/
Dexternal-ram-esp32-notes.rst20 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/
DREADME.md9 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/
DREADME.md17 To run this example, no additional configuration is necessary.
/hal_espressif-2.7.6/components/mdns/
Dmdns.c1019 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/
DREADME.md62 …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/
Dlwipopts.h770 …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/
DREADME.md18 … up to four Ethernet PHY: `LAN8720`, `IP101`, `DP83848` and `RTL8201`, additional PHY drivers shou…
/hal_espressif-2.7.6/examples/storage/ext_flash_fatfs/
DREADME.md14 …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/
DREADME.md6 …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/
DREADME.md83 …ata. Other SBC configurations can be supported but there is a need for additional modifications to…

12345