Searched refs:saved (Results 1 – 25 of 55) sorted by relevance
123
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/ |
D | building-openocd-macos.rst | 18 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…
|
D | building-openocd-linux.rst | 19 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…
|
D | building-openocd-windows.rst | 38 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/ |
D | README.rst | 17 - **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/ |
D | core_dump.rst | 17 …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/ |
D | sdkconfig.defaults | 17 # note: the larger the application, the bigger the time saved by
|
/hal_espressif-3.6.0/examples/provisioning/legacy/console_prov/main/ |
D | Kconfig.projbuild | 32 Provisioned status is determined by the Wi-Fi STA configuration, saved on the NVS.
|
/hal_espressif-3.6.0/components/console/linenoise/ |
D | linenoise.c | 382 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/ |
D | Kconfig.projbuild | 32 Provisioned status is determined by the Wi-Fi STA configuration, saved on the NVS.
|
/hal_espressif-3.6.0/components/freertos/port/xtensa/ |
D | readme_xtensa.txt | 435 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/ |
D | README.md | 51 …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/ |
D | Kconfig.projbuild | 29 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/ |
D | Kconfig.projbuild | 50 Provisioned status is determined by the Wi-Fi STA configuration, saved on the NVS.
|
/hal_espressif-3.6.0/examples/wifi/power_save/ |
D | README.md | 11 … 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/ |
D | Kconfig.projbuild | 51 Provisioned status is determined by the Wi-Fi STA configuration, saved on the NVS.
|
/hal_espressif-3.6.0/examples/storage/nvs_rw_blob/ |
D | README.md | 40 Nothing saved yet!
|
/hal_espressif-3.6.0/examples/protocols/http_server/simple/ |
D | README.md | 42 …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/ |
D | README.md | 7 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/ |
D | Kconfig.projbuild | 33 is saved but broadcast data is more easy to lose.
|
/hal_espressif-3.6.0/examples/provisioning/legacy/custom_config/ |
D | README.md | 144 …n under `Example Configuration` under menuconfig. But this will erase the saved Wi-Fi credentials …
|
/hal_espressif-3.6.0/components/esp_wifi/ |
D | Kconfig | 232 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/ |
D | README.md | 151 … 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/ |
D | README.md | 151 … 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/ |
D | README.md | 208 …n under `Example Configuration` under menuconfig. But this will erase the saved Wi-Fi credentials …
|
/hal_espressif-3.6.0/tools/kconfig_new/ |
D | README.md | 68 * `save`: If this key is set, sdkconfig file will be saved after any values are set. Similar to `lo…
|
123