Home
last modified time | relevance | path

Searched refs:fix (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/log/host_test/log_test/main/
Dlog_test.cpp132 PrintFixture fix(ESP_LOG_VERBOSE);
136 CHECK(regex_search(fix.get_print_buffer_string(), test_print) == true);
141 PrintFixture fix(ESP_LOG_DEBUG);
145 CHECK(regex_search(fix.get_print_buffer_string(), test_print) == true);
150 PrintFixture fix(ESP_LOG_INFO);
154 CHECK(regex_search(fix.get_print_buffer_string(), test_print) == true);
159 PrintFixture fix(ESP_LOG_WARN);
163 CHECK(regex_search(fix.get_print_buffer_string(), test_print) == true);
168 PrintFixture fix(ESP_LOG_ERROR);
172 CHECK(regex_search(fix.get_print_buffer_string(), test_print) == true);
[all …]
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dcheck-error-cmd.rst81 Error in BLOCK3, re-burn it again (#0), to fix it. fail_bit=1, num_errors=0
82 Error in BLOCK3, re-burn it again (#1), to fix it. fail_bit=1, num_errors=0
83 Error in BLOCK3, re-burn it again (#2), to fix it. fail_bit=1, num_errors=0
85 Error in BLOCK2, re-burn it again (#0), to fix it. fail_bit=1, num_errors=1
86 Error in BLOCK2, re-burn it again (#1), to fix it. fail_bit=1, num_errors=1
87 Error in BLOCK2, re-burn it again (#2), to fix it. fail_bit=1, num_errors=1
89 Error in BLOCK1, re-burn it again (#0), to fix it. fail_bit=1, num_errors=0
90 Error in BLOCK1, re-burn it again (#1), to fix it. fail_bit=1, num_errors=0
91 Error in BLOCK1, re-burn it again (#2), to fix it. fail_bit=1, num_errors=0
/hal_espressif-latest/tools/esptool_py/
Dpyproject.toml98 fix = "Bug Fixes"
138 # Allow fix for all enabled rules (when `--fix`) is provided.
DCHANGELOG.md64 - **bitstring**: Restricted bitstring dependency to fix 32-bit compatibility
78 - fix type annotation to comply with mypy
143 - **flasher_stub**: fix usb-serial-jtag enabled non-related intr source
149 - **elf2image**: fix text/rodata mapping overlap issue on uni-idrom bus chips
169 - **ESP32-S3**: Correct RTC WDT registers to fix resets during flashing
/hal_espressif-latest/components/esp_psram/esp32/
DKconfig.spiram71fix in the compiler (-mfix-esp32-psram-cache-issue) that makes sure the specific code that is
388 Enable this option to fix single bit errors inside 64Mbit PSRAM.
/hal_espressif-latest/tools/esptool_py/docs/en/
Dtroubleshooting.rst116 …_flash <erase_flash>` command to wipe the flash memory. Then, make sure to fix the issue in the ap…
/hal_espressif-latest/components/mbedtls/
DKconfig537 …This fix helps in protecting the device only in case of remote timing attack on the ECDSA private …