Home
last modified time | relevance | path

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

123

/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dsummary-cmd.rst6 The ``espefuse.py summary`` command reads the eFuses from the chip and outputs them in text or json…
10 - ``--format`` - Select the summary format:
11 - ``summary`` - text format (default option).
14 - ``--file`` - File to save the efuse summary. Usage ``--file efuses.json``.
20 The text format of summary consists of 3 main columns:
41 …d some eFuses have only one read or write protection. There is no mark in the summary to expose it.
46 The eFuse summary may vary from version to version of this tool and differ for different chips. Bel…
59 > espefuse.py summary --format json
110 > espefuse.py summary --format json --file efuses.json
117 === Run "summary" command ===
[all …]
Dburn-custom-mac-cmd.rst47 > espefuse.py summary
88 > espefuse.py summary
117 > espefuse.py summary
Dindex.rst33 summary <summary-cmd>
50 - ``-h``, ``--help`` - Show help message and exit. Use ``-h`` to see a summary of all available com…
124 > espefuse.py -c esp32 --extend-efuse-table path/esp_efuse_custom_table.csv summary
143 When you include this CSV file, the tool will generate a new section in the summary called ``User f…
165 For convenience, the espefuse summary command includes the used bit range of the field in a comment…
Dburn-efuse-cmd.rst6 …rns eFuses. The arguments to ``burn_efuse`` are eFuse names (as shown in summary output) and new v…
89 …eft zero at the factory. This causes the default GPIO pins (shown in the summary output above) to …
97 …t. The "raw" hex value for pins 32, 33 is 30, 31 (this is visible in the summary output if these p…
Dget-custom-mac-cmd.rst19 …ee the message "Custom MAC Address is not set in the device". And in the summary, those eFuses ass…
Dcheck-error-cmd.rst12 The summary log below shows an error in BLOCK0.
16 > espefuse.py summary
Dburn-key-digest-cmd.rst67 > espefuse.py summary
99 > espefuse.py summary
157 > espefuse.py summary
Dburn-block-data-cmd.rst53 > espefuse.py summary
/hal_espressif-latest/components/heap/
Dheap_trace_standalone.c260 esp_err_t heap_trace_summary(heap_trace_summary_t *summary) in heap_trace_summary() argument
262 if (summary == NULL) { in heap_trace_summary()
267 summary->mode = mode; in heap_trace_summary()
268 summary->total_allocations = total_allocations; in heap_trace_summary()
269 summary->total_frees = total_frees; in heap_trace_summary()
270 summary->count = records.count; in heap_trace_summary()
271 summary->capacity = records.capacity; in heap_trace_summary()
272 summary->high_water_mark = records.high_water_mark; in heap_trace_summary()
273 summary->has_overflowed = records.has_overflowed; in heap_trace_summary()
275 summary->total_hashmap_hits = total_hashmap_hits; in heap_trace_summary()
[all …]
/hal_espressif-latest/components/spi_flash/sim/
Dcomponent.mk15 $(summary) RM $(CLEAN_FILES)
/hal_espressif-latest/components/spi_flash/sim/stubs/
Dcomponent.mk15 $(summary) RM $(CLEAN_FILES)
/hal_espressif-latest/components/heap/include/
Desp_heap_trace.h183 esp_err_t heap_trace_summary(heap_trace_summary_t *summary);
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dindex.rst6 Use ``esptool.py -h`` to see a summary of all available commands and command line options.
/hal_espressif-latest/tools/esptool_py/docs/
DREADME.md17 … running `pip install esp-docs`. Running `build-docs --help` will give a summary of available opti…
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-C2.rst3 > espefuse.py -p PORT summary
8 === Run "summary" command ===
Dsummary_ESP32.rst3 > espefuse.py -p PORT summary
8 === Run "summary" command ===
Dsummary_ESP32-C6.rst3 > espefuse.py -p PORT summary
8 === Run "summary" command ===
Dsummary_ESP32-H2.rst3 > espefuse.py -p PORT summary
8 === Run "summary" command ===
Dsummary_ESP32-C3.rst3 > espefuse.py -p PORT summary
8 === Run "summary" command ===
Dsummary_ESP32-S2.rst3 > espefuse.py -p PORT summary
8 === Run "summary" command ===
Dsummary_ESP32-S3.rst3 > espefuse.py -p PORT summary
8 === Run "summary" command ===
Dsummary_ESP32-P4.rst3 > espefuse.py -p PORT summary
8 === Run "summary" command ===
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/
Doperations.py27 summary,
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/
Doperations.py27 summary,
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/
Dbase_operations.py268 def summary(esp, efuses, args): function
374 summary_efuse.append(efuses.summary())

123