Searched refs:errors (Results 1 – 18 of 18) sorted by relevance
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | check-error-cmd.rst | 6 …errors. It triggers several reads to force the eFuse controller to reload eFuses and update status… 10 * ``--recovery``. It repairs encoding errors in eFuse blocks, if possible. 55 Repairs encoding errors in eFuse blocks, if possible. 77 Recovery of block coding errors. 103 If all errors are fixed, then this message is displayed: 107 No errors detected
|
D | dump-cmd.rst | 87 …oding scheme status for each block. If there are all zeros, then there are no coding scheme errors.
|
D | summary-cmd.rst | 22 …ditional information: the block name associated with this eFuse field and encoding errors (if any).
|
D | index.rst | 100 …nd additionally checks the status of the coding scheme, if there are any errors, it re-burns the d…
|
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | serial_handler.py | 92 if self._force_line_print or line_matcher.match(line.decode(errors='ignore')): 103 (finalize_line and line_matcher.match(self._last_line_part.decode(errors='ignore'))) 128 …if self._reading_panic == PANIC_IDLE and re.search(PANIC_START, line.decode('ascii', errors='ignor…
|
D | logger.py | 131 for m in re.finditer(MATCH_PCADDR, line.decode(errors='ignore')):
|
/hal_espressif-latest/tools/esptool_py/ |
D | CHANGELOG.md | 82 - **intelhex**: catch unicode decode errors when converting hex to binary 235 - Detect Guru Meditation errors 249 - Recover from serial errors when flashing
|
D | pyproject.toml | 112 …warn_no_return = true # Shows errors for missing return statements on some execution pa…
|
D | CONTRIBUTING.rst | 65 * Are comments and documentation written in clear English, with no spelling or grammar errors?
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | port_api.h | 522 extern int PORT_SendError (UINT16 handle, UINT8 errors);
|
/hal_espressif-latest/components/esp_netif/ |
D | Kconfig | 39 bool "Use esp_err_t to report errors from esp_netif_receive"
|
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | troubleshooting.rst | 15 If you see errors like "Failed to connect" then your chip is probably not entering the bootloader p… 27 If flashing fails with random errors part way through, retry with a lower baud rate. 114 … disappears from the system. You can also encounter unstable flashing or errors like ``OSError: [E… 148 This is a non-exhaustive list of the most common esptool errors together with explanations of possi…
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | basic-options.rst | 36 …ot have access to serial ports and a "Permission Denied" or "Port doesn't exist" errors may appear.
|
D | basic-commands.rst | 282 * **Validity Checks**: Each line in an Intel Hex file has a checksum to help find errors and make s…
|
/hal_espressif-latest/components/esp_timer/ |
D | Kconfig | 28 APIs. If you are seing stack overflow errors in timer task, increase
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/ |
D | port_api.c | 1061 int PORT_SendError (UINT16 handle, UINT8 errors) in PORT_SendError() argument 1065 RFCOMM_TRACE_API ("PORT_SendError() handle:%d errors:0x%x", handle, errors); in PORT_SendError() 1081 RFCOMM_LineStatusReq (p_port->rfc.p_mcb, p_port->dlci, errors); in PORT_SendError()
|
/hal_espressif-latest/components/spi_flash/ |
D | Kconfig | 131 bool "Log errors if verification fails" 203 and this check prevents logic errors or corrupted firmware memory from
|
/hal_espressif-latest/components/esp_psram/esp32/ |
D | Kconfig.spiram | 388 Enable this option to fix single bit errors inside 64Mbit PSRAM. 390 … Some 64Mbit PSRAM chips have a hardware issue in the RAM which causes bit errors at multiple
|