Home
last modified time | relevance | path

Searched refs:ESP_LOGE (Results 1 – 25 of 121) sorted by relevance

12345

/hal_espressif-latest/components/bootloader_support/src/flash_encryption/
Dflash_encrypt.c64ESP_LOGE(TAG, "Flash Encryption cannot be enabled (CRYPT_CNT (%d) is write protected)", get_flash_… in esp_flash_encrypt_is_write_protected()
101 ESP_LOGE(TAG, "Initialization of Flash encryption key failed (%d)", err); in esp_flash_encrypt_check_and_update()
107 ESP_LOGE(TAG, "Encryption flash contents failed (%d)", err); in esp_flash_encrypt_check_and_update()
113 ESP_LOGE(TAG, "Enabling of Flash encryption failed (%d)", err); in esp_flash_encrypt_check_and_update()
117 ESP_LOGE(TAG, "flash encryption is not enabled, and SECURE_FLASH_REQUIRE_ALREADY_ENABLED " in esp_flash_encrypt_check_and_update()
135 ESP_LOGE(TAG, "Unknown/unsupported CODING_SCHEME value 0x%x", coding_scheme); in check_and_generate_encryption_keys()
149 ESP_LOGE(TAG, "XTS_AES_128_KEY is already in use, XTS_AES_256_KEY_1/2 can not be used"); in check_and_generate_encryption_keys()
177 ESP_LOGE(TAG, "Invalid efuse key blocks: Both AES-256 key blocks must be set."); in check_and_generate_encryption_keys()
195ESP_LOGE(TAG, "Not enough free efuse key blocks (need %d) to continue", BLOCKS_NEEDED); in check_and_generate_encryption_keys()
197ESP_LOGE(TAG, "Failed to write efuse block with purpose (err=0x%x). Can't continue.", err); in check_and_generate_encryption_keys()
[all …]
/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_lwip_ppp.c78 ESP_LOGE(TAG, "Invalid parameter"); in on_ppp_status_changed()
81 ESP_LOGE(TAG, "Unable to open PPP session"); in on_ppp_status_changed()
84 ESP_LOGE(TAG, "Invalid I/O device for PPP"); in on_ppp_status_changed()
87 ESP_LOGE(TAG, "Unable to allocate resources"); in on_ppp_status_changed()
97 ESP_LOGE(TAG, "esp_event_post failed with code %d", err); in on_ppp_status_changed()
102 ESP_LOGE(TAG, "Failed authentication challenge"); in on_ppp_status_changed()
105 ESP_LOGE(TAG, "Failed to meet protocol"); in on_ppp_status_changed()
108 ESP_LOGE(TAG, "Connection timeout"); in on_ppp_status_changed()
111 ESP_LOGE(TAG, "Idle Timeout"); in on_ppp_status_changed()
114 ESP_LOGE(TAG, "Max connect time reached"); in on_ppp_status_changed()
[all …]
/hal_espressif-latest/components/bootloader_support/src/secure_boot_v2/
Dsecure_boot.c38 ESP_LOGE(TAG, "Magic byte correct but incorrect crc."); in validate_signature_block()
42 ESP_LOGE(TAG, "Magic byte & CRC correct but incorrect image digest."); in validate_signature_block()
79 ESP_LOGE(TAG, "error generating image digest, %d", ret); in s_calculate_image_public_key_digests()
86ESP_LOGE(TAG, "bootloader_mmap(0x%x, 0x%x) failed", sig_block_addr, sizeof(ets_secure_boot_signatu… in s_calculate_image_public_key_digests()
123 ESP_LOGE(TAG, "Secure boot key (%d) verification failed.", i); in s_calculate_image_public_key_digests()
147ESP_LOGE(TAG, "No coding schemes are supported in secure boot v2.(Detected scheme: 0x%x)", coding_… in check_and_generate_secure_boot_keys()
166 ESP_LOGE(TAG, "bootloader image appears invalid! error %d", ret); in check_and_generate_secure_boot_keys()
190 ESP_LOGE(TAG, "Bootloader signature block is invalid"); in check_and_generate_secure_boot_keys()
195 ESP_LOGE(TAG, "No valid bootloader signature blocks found."); in check_and_generate_secure_boot_keys()
204ESP_LOGE(TAG, "Bootloader signatures(%d) more than available key slots.", boot_key_digests.num_dig… in check_and_generate_secure_boot_keys()
[all …]
Dsecure_boot_rsa_signature.c44 ESP_LOGE(TAG, "mbedtls_ctr_drbg_seed returned -0x%04x\n", ret); in verify_rsa_signature_block()
60 ESP_LOGE(TAG, "Failed mbedtls_rsa_import, err: %d", ret); in verify_rsa_signature_block()
66 ESP_LOGE(TAG, "Failed mbedtls_rsa_complete, err: %d", ret); in verify_rsa_signature_block()
83 ESP_LOGE(TAG, "mbedtls_rsa_public failed, err: %d", ret); in verify_rsa_signature_block()
89 ESP_LOGE(TAG, "Failed mbedtls_rsa_rsassa_pss_verify, err: %d", ret); in verify_rsa_signature_block()
Dsecure_boot_signatures_app.c55 ESP_LOGE(TAG, "Error reading metadata from running app (err=0x%x)", ret); in calculate_image_public_key_digests()
70 ESP_LOGE(TAG, "error generating image digest, %d", ret); in calculate_image_public_key_digests()
99 ESP_LOGE(TAG, "Secure boot key (%d) verification failed.", i); in calculate_image_public_key_digests()
110ESP_LOGE(TAG, "Secure boot sign blocks cannot be read from image at %lx (err=0x%x)", part_pos->off… in calculate_image_public_key_digests()
131 ESP_LOGE(TAG, "Cannot get running partition"); in esp_secure_boot_get_signature_blocks_for_running_app()
139 ESP_LOGE(TAG, "No signatures were found for the running app"); in esp_secure_boot_get_signature_blocks_for_running_app()
180 ESP_LOGE(TAG, "Digest calculation failed 0x%"PRIx32", 0x%"PRIx32, src_addr, padded_length); in esp_secure_boot_verify_signature()
186 ESP_LOGE(TAG, "Failed to mmap data at offset 0x%"PRIx32, src_addr + padded_length); in esp_secure_boot_verify_signature()
192 ESP_LOGE(TAG, "Secure Boot V2 verification failed."); in esp_secure_boot_verify_signature()
212 ESP_LOGE(TAG, "Could not read secure boot digests!"); in esp_secure_boot_verify_sbv2_signature_block()
Dsecure_boot_signatures_bootloader.c39 ESP_LOGE(TAG, "Digest calculation failed 0x%x, 0x%x", src_addr, padded_length); in esp_secure_boot_verify_signature()
45 ESP_LOGE(TAG, "Failed to mmap data at offset 0x%x", src_addr + padded_length); in esp_secure_boot_verify_signature()
51 ESP_LOGE(TAG, "Secure Boot V2 verification failed."); in esp_secure_boot_verify_signature()
111 ESP_LOGE(TAG, "Could not read eFuse secure boot digests!"); in esp_secure_boot_verify_sbv2_signature_block()
163 ESP_LOGE(TAG, "Secure Boot V2 verification failed."); in esp_secure_boot_verify_sbv2_signature_block()
/hal_espressif-latest/components/mbedtls/esp_crt_bundle/
Desp_crt_bundle.c45 ESP_LOGE(TAG, "PK parse failed with error %X", ret); in esp_crt_check_signature()
52 ESP_LOGE(TAG, "Simple compare failed"); in esp_crt_check_signature()
59 ESP_LOGE(TAG, "Internal mbedTLS error %X", ret); in esp_crt_check_signature()
67 ESP_LOGE(TAG, "PK verify failed with error %X", ret); in esp_crt_check_signature()
97 ESP_LOGE(TAG, "No certificates in bundle"); in esp_crt_verify_callback()
140 ESP_LOGE(TAG, "Failed to verify certificate"); in esp_crt_verify_callback()
151 ESP_LOGE(TAG, "Invalid certificate bundle"); in esp_crt_bundle_init()
157 ESP_LOGE(TAG, "No. of certs in the certificate bundle = %d exceeds\n" in esp_crt_bundle_init()
165 ESP_LOGE(TAG, "Unable to allocate memory for bundle"); in esp_crt_bundle_init()
177 ESP_LOGE(TAG, "Invalid certificate bundle"); in esp_crt_bundle_init()
[all …]
/hal_espressif-latest/components/bootloader_support/src/secure_boot_v1/
Dsecure_boot.c59 ESP_LOGE(TAG, "SPI erase failed: 0x%x", err); in secure_boot_generate()
66 ESP_LOGE(TAG, "bootloader_mmap(0x1000, 0x%x) failed", image_len); in secure_boot_generate()
82 ESP_LOGE(TAG, "SPI write failed: 0x%x", err); in secure_boot_generate()
100 ESP_LOGE(TAG, "Unknown/unsupported CODING_SCHEME value 0x%x", coding_scheme); in esp_secure_boot_generate_digest()
108 ESP_LOGE(TAG, "bootloader image appears invalid! error %d", err); in esp_secure_boot_generate_digest()
138 ESP_LOGE(TAG, "secure boot generation failed"); in esp_secure_boot_generate_digest()
156 ESP_LOGE(TAG, "Pre-loaded key is not %s %s protected. Refusing to blow secure boot efuse.", in esp_secure_boot_permanently_enable()
172 ESP_LOGE(TAG, "Error programming security eFuses (err=0x%x).", err); in esp_secure_boot_permanently_enable()
Dsecure_boot_signatures_app.c41 ESP_LOGE(TAG, "Digest calculation failed 0x%"PRIx32", 0x%"PRIx32, src_addr, length); in esp_secure_boot_verify_signature()
48ESP_LOGE(TAG, "bootloader_mmap(0x%"PRIx32", 0x%x) failed", src_addr + length, sizeof(esp_secure_bo… in esp_secure_boot_verify_signature()
59 ESP_LOGE(TAG, "Signature verification requires ECDSA & SECP256R1 curve enabled"); in esp_secure_boot_verify_ecdsa_signature_block()
69 ESP_LOGE(TAG, "Embedded public verification key has wrong length %d", keylen); in esp_secure_boot_verify_ecdsa_signature_block()
74ESP_LOGE(TAG, "image has invalid signature version field 0x%08"PRIx32" (image without a signature?… in esp_secure_boot_verify_ecdsa_signature_block()
90 ESP_LOGE(TAG, "Failed mbedtls_mpi_read_binary(1), err:%d", ret); in esp_secure_boot_verify_ecdsa_signature_block()
96 ESP_LOGE(TAG, "Failed mbedtls_mpi_read_binary(2), err:%d", ret); in esp_secure_boot_verify_ecdsa_signature_block()
108 ESP_LOGE(TAG, "Incorrect ECDSA key length %d", keylen); in esp_secure_boot_verify_ecdsa_signature_block()
/hal_espressif-latest/components/bootloader_support/src/
Dsecure_boot.c31 ESP_LOGE(TAG, "Can not be fixed (err=0x%x).", err); in update_efuses()
36 ESP_LOGE(TAG, "Error programming eFuses (err=0x%x)", err); in update_efuses()
70 ESP_LOGE(TAG, "eFuse BLOCK%d should be readable", block); in secure_boot_v2_check()
77 ESP_LOGE(TAG, "eFuse BLOCK%d should not be empty", block); in secure_boot_v2_check()
104 ESP_LOGE(TAG, "eFuse BLOCK%d should be readable", block); in secure_boot_v2_check()
109 ESP_LOGE(TAG, "eFuse BLOCK%d should not be empty", block); in secure_boot_v2_check()
158ESP_LOGE(TAG, "This app is not signed, but check signature on update is enabled in config. It won'… in check_signature_on_update_check()
182 ESP_LOGE(TAG, "Mismatch in secure boot settings: the app config is enabled but eFuse not"); in esp_secure_boot_init_checks()
208 ESP_LOGE(TAG, "Not enabled Secure Boot V1 (set ABS_DONE_0->1)"); in esp_secure_boot_cfg_verify_release_mode()
210 ESP_LOGE(TAG, "Not enabled Secure Boot V2 (set ABS_DONE_1->1)"); in esp_secure_boot_cfg_verify_release_mode()
[all …]
Dflash_partitions.c28ESP_LOGE(TAG, "partition %d invalid - offset 0x%"PRIx32" size 0x%"PRIx32" exceeds flash chip size … in esp_partition_table_verify()
36 ESP_LOGE(TAG, "Only one MD5 checksum is allowed"); in esp_partition_table_verify()
51 ESP_LOGE(TAG, "Incorrect MD5 checksum"); in esp_partition_table_verify()
66 ESP_LOGE(TAG, "partition %d invalid magic number 0x%x", num_parts, part->magic); in esp_partition_table_verify()
73 ESP_LOGE(TAG, "partition table has no terminating entry, not valid"); in esp_partition_table_verify()
Dbootloader_utility.c113ESP_LOGE(TAG, "ota_info partition size %"PRIu32" is too small (minimum %d bytes)", ota_info->size,… in read_otadata()
120ESP_LOGE(TAG, "bootloader_mmap(0x%"PRIx32", 0x%"PRIx32") failed", ota_info->offset, ota_info->size… in read_otadata()
141ESP_LOGE(TAG, "bootloader_mmap(0x%"PRIx32", 0x%"PRIx32") failed", partition->offset, mmap_size); in bootloader_common_get_partition_description()
165ESP_LOGE(TAG, "bootloader_mmap(0x%x, 0x%x) failed", ESP_PARTITION_TABLE_OFFSET, ESP_PARTITION_TABL… in bootloader_utility_load_partition_table()
172 ESP_LOGE(TAG, "Failed to verify partition table"); in bootloader_utility_load_partition_table()
275 ESP_LOGE(TAG, "Factory app partition%s", not_bootable); in log_invalid_app_partition()
278 ESP_LOGE(TAG, "Factory test app partition%s", not_bootable); in log_invalid_app_partition()
281 ESP_LOGE(TAG, "OTA app partition slot %d%s", index, not_bootable); in log_invalid_app_partition()
293 ESP_LOGE(TAG, "Error in write_otadata operation. err = 0x%x", err); in write_otadata()
304 ESP_LOGE(TAG, "Failed to get partition description %d", err); in check_anti_rollback()
[all …]
/hal_espressif-latest/components/esp_hw_support/
Dmac_addr.c79 ESP_LOGE(TAG, "%d mac type is incorrect (not found)", type); in get_idx()
116 ESP_LOGE(TAG, "MAC address (type %d) is not set in mac table", type); in get_mac_addr_from_mac_table()
138 ESP_LOGE(TAG, "mac address param is NULL"); in esp_iface_mac_addr_set()
147 ESP_LOGE(TAG, "EFUSE MAC can not be set using this API"); in esp_iface_mac_addr_set()
153 ESP_LOGE(TAG, "Base MAC must be a unicast MAC"); in esp_iface_mac_addr_set()
179 ESP_LOGE(TAG, "Reading MAC_EXT failed, error=%d", err); in get_efuse_mac_ext()
222 ESP_LOGE(TAG, "eFuse MAC_CUSTOM is empty"); in get_efuse_mac_custom()
233 ESP_LOGE(TAG, "Base MAC address version error, version = %d", version); in get_efuse_mac_custom()
244ESP_LOGE(TAG, "Base MAC address from BLK3 of EFUSE CRC error, efuse_crc = 0x%02x; calc_crc = 0x%02… in get_efuse_mac_custom()
290ESP_LOGE(TAG, "Base MAC address from BLK0 of EFUSE CRC error, efuse_crc = 0x%02x; calc_crc = 0x%02… in get_efuse_factory_mac()
[all …]
/hal_espressif-latest/components/esp_wifi/wifi_apps/src/
Dnan_app.c111 ESP_LOGE(TAG, "Service id cannot be 0!"); in nan_find_own_svc()
130 ESP_LOGE(TAG, "Service name not given!"); in nan_find_own_svc_by_name()
159 ESP_LOGE(TAG, "Cannot find own service with id %d!", own_svc_id); in nan_find_peer_svc()
197 ESP_LOGE(TAG, "Unable to find own service with id %d", own_svc_id); in nan_record_peer_svc()
202 ESP_LOGE(TAG, "Unable to allocate for Peer Service"); in nan_record_peer_svc()
399 ESP_LOGE(TAG, "No NDL with ndp id %d", evt->ndp_id); in nan_fill_params_from_event()
494 ESP_LOGE(TAG, "No Publish found with id %d", evt->publish_id); in nan_app_action_ndp_indication()
498 ESP_LOGE(TAG, "NDP limit reached"); in nan_app_action_ndp_indication()
532 ESP_LOGE(TAG, "%s: NAN netif is NULL", __func__); in nan_app_action_ndp_confirm()
541ESP_LOGE(TAG, "NDP request to Peer "MACSTR" rejected [NDP ID - %d]", MAC2STR(evt->peer_nmi), evt->… in nan_app_action_ndp_confirm()
[all …]
/hal_espressif-latest/components/bootloader_support/src/esp32/
Dsecure_boot_secure_features.c48 ESP_LOGE(TAG, "Blowing secure boot efuse...failed."); in esp_secure_boot_enable_secure_features()
56 ESP_LOGE(TAG, "Disable JTAG...failed."); in esp_secure_boot_enable_secure_features()
67 ESP_LOGE(TAG, "Disable ROM BASIC interpreter fallback...failed."); in esp_secure_boot_enable_secure_features()
78 ESP_LOGE(TAG, "Could not disable ROM Download mode..."); in esp_secure_boot_enable_secure_features()
96 ESP_LOGE(TAG, "Prevent read disabling of additional efuses...failed."); in esp_secure_boot_enable_secure_features()
/hal_espressif-latest/components/mbedtls/port/aes/dma/
Desp_aes.c182 ESP_LOGE(TAG, "Failed to allocate AES interrupt %d", ret); in esp_aes_intr_alloc()
205 ESP_LOGE(TAG, "Failed to create PM sleep lock"); in esp_aes_isr_initialise()
209 ESP_LOGE(TAG, "Failed to create PM CPU lock"); in esp_aes_isr_initialise()
228 ESP_LOGE(TAG, "Timed out waiting for completion of AES Interrupt"); in esp_aes_dma_wait_complete()
272 ESP_LOGE(TAG, "Failed to allocate memory"); in esp_aes_process_dma_ext_ram()
282 ESP_LOGE(TAG, "Failed to allocate memory"); in esp_aes_process_dma_ext_ram()
395 ESP_LOGE(TAG, "Failed to allocate memory"); in esp_aes_process_dma()
439 ESP_LOGE(TAG, "ESP-AES ISR initialisation failed"); in esp_aes_process_dma()
450 ESP_LOGE(TAG, "esp_aes_dma_start failed, no DMA channel available"); in esp_aes_process_dma()
458 ESP_LOGE(TAG, "esp_aes_dma_wait_complete failed"); in esp_aes_process_dma()
[all …]
/hal_espressif-latest/components/esp_phy/src/
Dphy_init.c593 ESP_LOGE(TAG, "failed to allocate memory for updated country code PHY init data"); in esp_phy_get_init_data()
602 ESP_LOGE(TAG, "PHY data partition not found"); in esp_phy_get_init_data()
610 ESP_LOGE(TAG, "failed to allocate memory for PHY init data"); in esp_phy_get_init_data()
616 ESP_LOGE(TAG, "failed to read PHY data partition (0x%x)", err); in esp_phy_get_init_data()
626 ESP_LOGE(TAG, "failed to validate embedded PHY init data"); in esp_phy_get_init_data()
631 ESP_LOGE(TAG, "failed to validate PHY data partition"); in esp_phy_get_init_data()
635ESP_LOGE(TAG, "failed to validate PHY data partition, restoring default data into flash..."); in esp_phy_get_init_data()
651 ESP_LOGE(TAG, "failed to write default PHY data partition (0x%x)", err); in esp_phy_get_init_data()
721 ESP_LOGE(TAG, "failed to allocate memory for RF calibration data"); in esp_phy_load_cal_and_init()
728 ESP_LOGE(TAG, "failed to obtain PHY init data"); in esp_phy_load_cal_and_init()
[all …]
/hal_espressif-latest/components/esp_common/include/
Desp_check.h124ESP_LOGE(log_tag, "%s(%d): " format, __FUNCTION__, __LINE__ __VA_OPT__(,) __VA_ARGS__); \
147ESP_LOGE(log_tag, "%s(%d): " format, __FUNCTION__, __LINE__ __VA_OPT__(,) __VA_ARGS__); \
171ESP_LOGE(log_tag, "%s(%d): " format, __FUNCTION__, __LINE__ __VA_OPT__(,) __VA_ARGS__); \
192ESP_LOGE(log_tag, "%s(%d): " format, __FUNCTION__, __LINE__ __VA_OPT__(,) __VA_ARGS__); \
217 ESP_LOGE(log_tag, "%s(%d): " format, __FUNCTION__, __LINE__, ##__VA_ARGS__); \
240 ESP_LOGE(log_tag, "%s(%d): " format, __FUNCTION__, __LINE__, ##__VA_ARGS__); \
264 ESP_LOGE(log_tag, "%s(%d): " format, __FUNCTION__, __LINE__, ##__VA_ARGS__); \
285 ESP_LOGE(log_tag, "%s(%d): " format, __FUNCTION__, __LINE__, ##__VA_ARGS__); \
/hal_espressif-latest/components/mbedtls/port/esp_ds/
Desp_rsa_sign_alt.c70 ESP_LOGE(TAG, "ds_lock could not be obtained in specified time"); in esp_ds_init_data_ctx()
88 ESP_LOGE(TAG, "RSA length mismatch %u, %u", s_ds_data->rsa_length, rsa_length_int); in esp_ds_init_data_ctx()
233 ESP_LOGE(TAG, "Could not allocate memory for internal DS operations"); in esp_ds_rsa_sign()
238 ESP_LOGE(TAG, "Error in pkcs1_v15 encoding, returned %d", ret); in esp_ds_rsa_sign()
252 ESP_LOGE(TAG, "Error in esp_ds_start_sign, returned %d ", ds_r); in esp_ds_rsa_sign()
260 ESP_LOGE(TAG, "Invalid digest in DS data reported by esp_ds_finish_sign"); in esp_ds_rsa_sign()
262 ESP_LOGE(TAG, "Error in esp_ds_finish_sign, returned %d ", ds_r); in esp_ds_rsa_sign()
/hal_espressif-latest/components/esp_wifi/src/
Dsmartconfig_ack.c119 ESP_LOGE(TAG, "Creat udp socket failed"); in sc_ack_send_task()
124 ESP_LOGE(TAG, "setsockopt SO_BROADCAST failed"); in sc_ack_send_task()
129 ESP_LOGE(TAG, "setsockopt SO_REUSEADDR failed"); in sc_ack_send_task()
153 ESP_LOGE(TAG, "socket bind failed"); in sc_ack_send_task()
214 ESP_LOGE(TAG, "Cellphone IP address is NULL"); in sc_send_ack_start()
220 ESP_LOGE(TAG, "ACK parameter malloc fail"); in sc_send_ack_start()
230 ESP_LOGE(TAG, "Create sending smartconfig ACK task fail"); in sc_send_ack_start()
Dwifi_init.c156 ESP_LOGE(TAG, "Wi-Fi not stop"); in wifi_deinit_internal()
177 ESP_LOGE(TAG, "Failed to deinit Wi-Fi driver (0x%x)", err); in wifi_deinit_internal()
295 ESP_LOGE(TAG, "Number of WiFi cache TX buffers should not equal 0 when enable SPIRAM"); in esp_wifi_psram_check()
359 ESP_LOGE(TAG, "Failed to register skip light sleep callback (0x%x)", ret); in esp_wifi_init()
368 ESP_LOGE(TAG, "Failed to register inform light sleep overhead callback (0x%x)", ret); in esp_wifi_init()
415 ESP_LOGE(TAG, "Failed to create pm lock (0x%x)", result); in esp_wifi_init()
423 ESP_LOGE(TAG, "Failed to init supplicant (0x%x)", result); in esp_wifi_init()
449 ESP_LOGE(TAG, "Failed to deinit Wi-Fi (0x%x)", deinit_ret); in esp_wifi_init()
461ESP_LOGE(__func__, "WiFi needs 80MHz APB frequency to work, but got %dHz", esp_clk_apb_freq()); in wifi_apb80m_request()
/hal_espressif-latest/components/bootloader/subproject/main/
Dbootloader_start.c65 ESP_LOGE(TAG, "load partition table error!"); in select_partition_number()
99 ESP_LOGE(TAG, "Not all partitions were erased"); in selected_boot_partition()
119 ESP_LOGE(TAG, "Test firmware is not found in partition table"); in selected_boot_partition()
/hal_espressif-latest/components/efuse/esp32c2/
Desp_efuse_utility.c79 ESP_LOGE(TAG, "Efuse fields are not burnt"); in esp_efuse_utility_burn_chip()
97ESP_LOGE(TAG, "BLOCK%d can not be burned because a previous block got an error, skipped.", num_blo… in esp_efuse_utility_burn_chip()
148ESP_LOGE(TAG, "BLOCK0 got a coding error, which might be critical for security"); in esp_efuse_utility_burn_chip()
153 ESP_LOGE(TAG, "Written data are incorrect"); in esp_efuse_utility_burn_chip()
177 ESP_LOGE(TAG, "Bits are not empty. Write operation is forbidden."); in esp_efuse_utility_apply_new_coding_scheme()
/hal_espressif-latest/components/driver/deprecated/
Drtc_temperature_legacy.c61 ESP_LOGE(TAG, "Do not configure the temp sensor when it's running!"); in temp_sensor_set_config()
93 ESP_LOGE(TAG, "Is already running or not be configured"); in temp_sensor_start()
139 ESP_LOGE(TAG, "Has not been started"); in temp_sensor_read_celsius()
148 ESP_LOGE(TAG, "Exceeding temperature measure range."); in temp_sensor_read_celsius()
/hal_espressif-latest/components/efuse/src/
Desp_efuse_fields.c61ESP_LOGE(TAG, "Max secure version is %d. Given %"PRIu32" version can not be written.", size, secur… in esp_efuse_update_secure_version()
66 ESP_LOGE(TAG, "Anti rollback is not supported with any coding scheme."); in esp_efuse_update_secure_version()
79ESP_LOGE(TAG, "Anti-rollback is not set. secure_version of app is lower that eFuse field(%"PRIu32"… in esp_efuse_update_secure_version()

12345