/hal_espressif-3.5.0/examples/protocols/sockets/tcp_server/main/ |
D | Kconfig.projbuild | 23 …Keep-alive idle time. In idle time without receiving any data from peer, will send keep-alive prob… 29 Keep-alive probe packet interval time. 35 Keep-alive probe packet retry count.
|
/hal_espressif-3.5.0/components/esp_rom/esp32/ld/ |
D | esp32.rom.newlib-funcs.ld | 17 PROVIDE ( atoi = 0x400566c4 ); /* Zephyr: Keep as PROVIDE symbol */ 19 PROVIDE ( atol = 0x400566ec ); /* Zephyr: Keep as PROVIDE symbol */ 112 PROVIDE ( strtol = 0x4005681c ); /* Zephyr: Keep as PROVIDE symbol */ 114 PROVIDE ( strtoul = 0x4005692c ); /* Zephyr: Keep as PROVIDE symbol */
|
/hal_espressif-3.5.0/tools/ldgen/test/ |
D | test_fragments.py | 830 expected = [('text', 'flash_text', [Mapping.Keep()]), 831 ('rodata', 'flash_rodata', [Mapping.Keep(), Mapping.Keep()])] 942 Mapping.Keep(), 946 ('rodata', 'flash_rodata', [Mapping.Keep(), 948 Mapping.Keep(), 972 Mapping.Keep(), 976 Mapping.Keep(), 1000 Mapping.Keep(), 1004 Mapping.Keep(),
|
/hal_espressif-3.5.0/tools/ldgen/ |
D | fragments.py | 387 class Keep(Flag): class in Mapping 397 grammar = Keyword('KEEP()').setParseAction(Mapping.Keep) 401 return isinstance(other, Mapping.Keep) 495 …flag = Or([f.get_grammar() for f in [Mapping.Keep, Mapping.Align, Mapping.Surround, Mapping.Sort]])
|
D | generation.py | 197 if isinstance(flag, Mapping.Keep):
|
/hal_espressif-3.5.0/components/wpa_supplicant/ |
D | Kconfig | 72 bool "Keep scan results in cache" 76 Keep scan results in cache, if not enabled, those
|
/hal_espressif-3.5.0/components/esp_rom/esp32c3/ld/ |
D | esp32c3.rom.newlib.ld | 79 /* ZEPHYR: Keep PROVIDE for these symbols: */
|
/hal_espressif-3.5.0/components/esp_rom/esp32s3/ld/ |
D | esp32s3.rom.newlib.ld | 79 /* ZEPHYR: Keep PROVIDE for these symbols: */
|
/hal_espressif-3.5.0/components/efuse/ |
D | Kconfig | 29 bool "Keep eFuses in flash"
|
/hal_espressif-3.5.0/components/esp_rom/esp32s2/ld/ |
D | esp32s2.rom.newlib-funcs.ld | 88 /* ZEPHYR: Keep PROVIDE for this symbol: */
|
/hal_espressif-3.5.0/examples/peripherals/ledc/ledc_fade/ |
D | README.md | 51 * LEDC 3: Keep a stable intensity
|
/hal_espressif-3.5.0/docs/en/api-guides/ |
D | usb-otg-console.rst | 103 4. USB CDC driver reserves some amount of RAM and increases application code size. Keep this in min… 105 …, ``esp_rom_printf`` can be used, at the expense of increased IRAM usage. Keep in mind that the co…
|
/hal_espressif-3.5.0/docs/en/contribute/ |
D | documenting-code.rst | 166 :alt: Keep the line number for EN and CN files consistent (click to enlarge) 168 Keep the line number for EN and CN documents consistent (click to enlarge)
|
/hal_espressif-3.5.0/components/esp_hw_support/ |
D | Kconfig | 77 bool "Keep BBPLL clock always work"
|
/hal_espressif-3.5.0/docs/zh_CN/api-guides/ |
D | linker-script-generation.rst | 476 …EEP 命令包围输入段描述,从而防止链接器丢弃存放区域。更多细节请参考 https://sourceware.org/binutils/docs/ld/Input-Section-Keep.html
|
D | fatal-errors.rst | 282 …u Meditation" in the title of this section should also not be translated. Keep these two notes whe…
|
/hal_espressif-3.5.0/docs/en/api-reference/peripherals/ |
D | dedic_gpio.rst | 85 …he callback function is defined in :cpp:type:`dedic_gpio_isr_callback_t`. Keep in mind, the callba…
|
/hal_espressif-3.5.0/docs/en/api-reference/network/ |
D | esp_eth.rst | 152 …Keep the trace as short as possible. Keep it away from RF devices. Keep it away from inductor elem…
|
/hal_espressif-3.5.0/docs/en/get-started-legacy/ |
D | eclipse-setup.rst | 51 * Edit the ``PATH`` environment variable. Keep the current value, and append the path to the Xtensa…
|
D | index.rst | 120 …rectory, but you will need to adjust paths for the commands respectively. Keep in mind that ESP-ID… 230 Keep the port name handy as you will need it in the next steps.
|
/hal_espressif-3.5.0/docs/en/api-reference/system/ |
D | esp_timer.rst | 64 .. note: Keep the callback functions as short as possible otherwise it will affect all timers.
|
/hal_espressif-3.5.0/components/esp_system/ld/esp32h2/ |
D | sections.ld.in | 351 /* Keep this section shall be at least aligned on 4 */
|
/hal_espressif-3.5.0/components/esp_system/ld/esp32c3/ |
D | sections.ld.in | 343 /* Keep this section shall be at least aligned on 4 */
|
/hal_espressif-3.5.0/docs/en/api-reference/protocols/ |
D | esp_sdio_slave_protocol.rst | 61 Keep sending CMD5 with arg=0x00FFFF00 until the R4 shows card ready (arg bit 31=1).
|
/hal_espressif-3.5.0/tools/mass_mfg/docs/ |
D | README.rst | 99 …tag, its corresponding value **must** be entered in the second line only. Keep the entry empty for…
|