Home
last modified time | relevance | path

Searched refs:saved (Results 1 – 25 of 55) sorted by relevance

123

/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/
Dbuilding-openocd-macos.rst18 The clone of sources should be now saved in ``~/esp/openocd-esp32`` directory.
48 Once ``make`` process is successfully completed, the executable of OpenOCD will be saved in ``~/esp…
Dbuilding-openocd-linux.rst19 The clone of sources should be now saved in ``~/esp/openocd-esp32`` directory.
70 Once ``make`` process is successfully completed, the executable of OpenOCD will be saved in ``~/ope…
Dbuilding-openocd-windows.rst38 The clone of sources should be now saved in ``~/esp/openocd-esp32`` directory.
78 Once ``make`` process is successfully completed, the executable of OpenOCD will be saved in ``~/esp…
/hal_espressif-3.6.0/components/wear_levelling/
DREADME.rst17 - **Safety mode.** The data is first saved to flash memory, and after the sector is erased, the dat…
/hal_espressif-3.6.0/docs/en/api-guides/
Dcore_dump.rst17 …y, variables and tasks states manually. Note that since not all memory is saved in core dump only …
38 … is recommended for new software designs and is flexible enough to extend saved information for fu…
80 When this option is selected core dumps are saved to special partition on flash. When using default…
102 …spcoredump.py --chip <target_chip_type> info_corefile -t b64 -c </path/to/saved/base64/text> </pat…
103 or ``espcoredump.py --chip <target_chip_type> dbg_corefile -t b64 -c </path/to/saved/base64/text> <…
/hal_espressif-3.6.0/examples/system/startup_time/
Dsdkconfig.defaults17 # note: the larger the application, the bigger the time saved by
/hal_espressif-3.6.0/examples/provisioning/legacy/console_prov/main/
DKconfig.projbuild32 Provisioned status is determined by the Wi-Fi STA configuration, saved on the NVS.
/hal_espressif-3.6.0/components/console/linenoise/
Dlinenoise.c382 struct linenoiseState saved = *ls; in completeLine() local
387 ls->len = saved.len; in completeLine()
388 ls->pos = saved.pos; in completeLine()
389 ls->buf = saved.buf; in completeLine()
/hal_espressif-3.6.0/examples/provisioning/legacy/ble_prov/main/
DKconfig.projbuild32 Provisioned status is determined by the Wi-Fi STA configuration, saved on the NVS.
/hal_espressif-3.6.0/components/freertos/port/xtensa/
Dreadme_xtensa.txt435 register file is saved and restored on interrupt or task context switch.
448 On a FreeRTOS API call, callee-save registers are saved only when a task
449 context switch occurs, and other registers are not saved at all (the caller
450 does not expect them to be preserved). On an interrupt, callee-saved
451 registers might only be saved and restored when a task context-switch
452 occurs, but all other registers are always saved and restored.
460 are either ignored by the compiler or treated as caller-saved, meaning
462 they must be saved and restored by the caller. Since solicited entry to
464 has saved any of these registers that are "live". FreeRTOS avoids a lot
472 The saved context stack frames for context switches that occur as
[all …]
/hal_espressif-3.6.0/tools/unit-test-app/
DREADME.md51 …ut`) and parsed cases (`components/idf_test/unit_test/TestCaseAll.yml`) will be saved as artifacts.
71 … to define the mapping between sdkconfig items and tags. The tags will be saved as case attributes…
81 … jobs will use tiny-test-fw runner to run the test cases. The test logs will be saved as artifacts.
118 First you can check the logs. It's saved as unit test job artifacts. You can download from the test…
/hal_espressif-3.6.0/examples/provisioning/wifi_prov_mgr/main/
DKconfig.projbuild29 Provisioned status is determined by the Wi-Fi STA configuration, saved on the NVS.
/hal_espressif-3.6.0/examples/provisioning/legacy/custom_config/main/
DKconfig.projbuild50 Provisioned status is determined by the Wi-Fi STA configuration, saved on the NVS.
/hal_espressif-3.6.0/examples/wifi/power_save/
DREADME.md11 … in sleep state at DTIM time. If listen interval is longer, more power is saved but broadcast data…
/hal_espressif-3.6.0/examples/provisioning/legacy/softap_prov/main/
DKconfig.projbuild51 Provisioned status is determined by the Wi-Fi STA configuration, saved on the NVS.
/hal_espressif-3.6.0/examples/storage/nvs_rw_blob/
DREADME.md40 Nothing saved yet!
/hal_espressif-3.6.0/examples/protocols/http_server/simple/
DREADME.md42 …le" is the file being sent as request body and "tmpfile" is where the body of the response is saved
/hal_espressif-3.6.0/examples/storage/nvs_rw_value/
DREADME.md7 In this example, value which is saved holds the number of ESP32 module restarts. Since it is writte…
/hal_espressif-3.6.0/examples/wifi/power_save/main/
DKconfig.projbuild33 is saved but broadcast data is more easy to lose.
/hal_espressif-3.6.0/examples/provisioning/legacy/custom_config/
DREADME.md144 …n under `Example Configuration` under menuconfig. But this will erase the saved Wi-Fi credentials …
/hal_espressif-3.6.0/components/esp_wifi/
DKconfig232 When this option is disabled, more than 10Kbytes of IRAM memory will be saved
241 When this option is disabled, more than 17Kbytes of IRAM memory will be saved
/hal_espressif-3.6.0/examples/system/console/advanced/
DREADME.md151 … obtained from `linenoise`, it is written into history and the history is saved into a file in fla…
/hal_espressif-3.6.0/examples/system/console/basic/
DREADME.md151 … obtained from `linenoise`, it is written into history and the history is saved into a file in fla…
/hal_espressif-3.6.0/examples/provisioning/legacy/console_prov/
DREADME.md208 …n under `Example Configuration` under menuconfig. But this will erase the saved Wi-Fi credentials …
/hal_espressif-3.6.0/tools/kconfig_new/
DREADME.md68 * `save`: If this key is set, sdkconfig file will be saved after any values are set. Similar to `lo…

123