Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 77) sorted by relevance

1234

/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
DKconfig.memory14 … If this option is disabled, the DRAM part of the heap starts right after the .bss section,
18 … If this option is enabled, the DRAM part of the heap starts right after the dram0_0 region,
30 as heap memory after app startup.
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
DKconfig.memory14 … If this option is disabled, the DRAM part of the heap starts right after the .bss section,
18 … If this option is enabled, the DRAM part of the heap starts right after the dram0_0 region,
30 as heap memory after app startup.
/hal_espressif-latest/zephyr/
DKconfig102 int "Extra delay (in us) after flash powerdown sleep wakeup to wait flash ready"
116 In Flash Data Sheet, the parameters that define the Flash ready timing after power-up (minimum
124 If you are seeing "flash read err, 1000" message printed to the console after deep sleep reset
125 on esp32, or triggered RTC_WDT/LP_WDT after lightsleep wakeup, try increasing this value.
127 For chips after esp32, the delay will be executed only in light sleep flow, the delay
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dfirmware-image-format.rst117 Individual segments come right after this header.
124 …The 16-byte long extended header comes right after the image header, individual segments come righ…
143 …| 15 | Hash appended (If 1, SHA256 digest is appended after the checksum) …
166after the checksum. This digest is separate to secure boot and only used for detecting corruption.…
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dadvanced-options.rst13 …p to run the normal program once it is complete. The ``--before`` and ``--after`` options allow th…
30 The ``--after`` argument allows you to specify whether the chip should be reset after the esptool o…
34 …* ``--after hard_reset`` is the default. The DTR serial control line is used to reset the chip int…
35 …:esp8266:* ``--after soft_reset`` This runs the user firmware, but any subsequent reset will retur…
36 * ``--after no_reset`` leaves the chip in the serial bootloader, no reset is performed.
37 * ``--after no_reset_stub`` leaves the chip in the stub bootloader, no reset is performed.
76 …Supply the ``--spi-connection`` argument after the ``esptool.py`` command, ie ``esptool.py flash_i…
Dflashing-firmware.rst47 ESP-IDF outputs the full esptool command used for flashing after the build is finished, for example…
50 …python esptool.py -p (PORT) -b 460800 --before default_reset --after hard_reset --chip {IDF_TARGET…
65 …AME} --port “/dev/cu.usbserial001” --baud 921600 --before default_reset --after hard_reset write_f…
75 …$ python esptool.py -p /dev/tty.usbserial-0001 -b 460800 --before default_reset --after hard_reset…
/hal_espressif-latest/components/esp_psram/
DKconfig3 # Will be refactored after !18050 to merge target-specific items
/hal_espressif-latest/components/esp_system/
Dsystem_init_fn.txt33 # This can be done only after esp_timer initialization, which is now in init_components0.
37 # This makes more sense to be done after esp_pm_impl_init, which is initialized in init_components0.
/hal_espressif-latest/components/efuse/
DKconfig36 … a feature to keep eFuses after reboots in flash memory. To use this mode the partition_table
41 This mode is useful when need to keep changes after reboot
/hal_espressif-latest/components/esp_system/port/soc/esp32/
DKconfig.memory17 … If this option is disabled, the DRAM part of the heap starts right after the .bss section,
21 … If this option is enabled, the DRAM part of the heap starts right after the dram0_0 region,
/hal_espressif-latest/components/mbedtls/esp_crt_bundle/
Dcacrt_local.pem8 ## for compatibility after the expiry of the certificate.
/hal_espressif-latest/components/wpa_supplicant/
DCOPYING22 after February 11, 2012 is no longer under the GPL v2 option.
/hal_espressif-latest/components/log/
DKconfig102 by the tick period. This time will reset after a software reboot.
108 POSIX time functions. This time will not reset after a software reboot.
/hal_espressif-latest/components/esp_hw_support/
DKconfig146 int "Extra delay (in us) after flash powerdown sleep wakeup to wait flash ready"
160 … In Flash Data Sheet, the parameters that define the Flash ready timing after power-up (minimum
168 … If you are seeing "flash read err, 1000" message printed to the console after deep sleep reset
169 … on esp32, or triggered RTC_WDT/LP_WDT after lightsleep wakeup, try increasing this value.
171 … For chips after esp32, the delay will be executed only in light sleep flow, the delay
206 … Enabling it will check the cache safety of the code before the flash power is ready after
/hal_espressif-latest/components/spi_flash/
DCMakeLists.txt23 # New implementation after IDF v4.0
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s3/
Dbootloader.ld11 * - 0x3fce9710 - 0x3fceb710: PRO CPU stack, can be reclaimed as heap after RTOS startup
12 * - 0x3fceb710 - 0x3fced710: APP CPU stack, can be reclaimed as heap after RTOS startup
207 * safe access to up to 16 bytes after the last real instruction, add
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s2/
Dbootloader.ld15 …t SRAM Blocks 15 & 16, ROM static buffer starts at end of this region (reclaimed after app runs) */
173 * safe access to up to 16 bytes after the last real instruction, add
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32/
Dbootloader.ld27 /* 64k at the end of DRAM, after ROM bootloader stack */
184 * safe access to up to 16 bytes after the last real instruction, add
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c2/
Dbootloader.ld11 * - 0x3fcdcb70 - 0x3fcdeb70: PRO CPU stack, can be reclaimed as heap after RTOS startup
206 * safe access to up to 16 bytes after the last real instruction, add
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c3/
Dbootloader.ld11 * - 0x3fcdc710 - 0x3fcde710: PRO CPU stack, can be reclaimed as heap after RTOS startup
206 * safe access to up to 16 bytes after the last real instruction, add
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c6/
Dbootloader.ld11 * - 0x4087c610 - 0x4087e610: PRO CPU stack, can be reclaimed as heap after RTOS startup
203 * safe access to up to 16 bytes after the last real instruction, add
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32h2/
Dbootloader.ld11 * - 0x4084d380 - 0x4084f380: PRO CPU stack, can be reclaimed as heap after RTOS startup
204 * safe access to up to 16 bytes after the last real instruction, add
/hal_espressif-latest/components/mbedtls/
DKconfig118 bool "Free private key and DHM data after its usage"
122 Free private key and DHM data after its usage in handshake process.
130 bool "Free SSL CA certificate after its usage"
134 Free CA certificate after its usage in the handshake process.
240 bool "Keep peer certificate after handshake completion"
243 Keep the peer's certificate after completion of the handshake.
535 This option adds a delay after the actual ECDSA signature operation
540 The signature time would appear to be constant to the external entity after enabling
618 after a reset.
780 connections and (2) client authentication after the initial handshake.
/hal_espressif-latest/components/esp_psram/esp32s3/
DKconfig.spiram95 If your chip powers on at a certain temperature, then after the temperature
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-C2.rst20 …FLASH_TPUW (BLOCK0) Configures flash waiting time after power-up; i…

1234