Home
last modified time | relevance | path

Searched refs:ESP_LOGD (Results 1 – 25 of 79) sorted by relevance

1234

/hal_espressif-3.7.0/components/esp_netif/
Desp_netif_handlers.c25ESP_LOGD(TAG, "esp_netif action has started with netif%p from event_id=%d", esp_netif, event_id); in esp_netif_action_start()
31 ESP_LOGD(TAG, "esp_netif action stopped with netif%p from event_id=%d", esp_netif, event_id); in esp_netif_action_stop()
38 ESP_LOGD(TAG, "esp_netif action connected with netif%p from event_id=%d", esp_netif, event_id); in esp_netif_action_connected()
74 ESP_LOGD(TAG, "static ip: ip changed=%d", evt.ip_changed); in esp_netif_action_connected()
84ESP_LOGD(TAG, "esp_netif action disconnected with netif%p from event_id=%d", esp_netif, event_id); in esp_netif_action_disconnected()
91 ESP_LOGD(TAG, "esp_netif action got_ip with netif%p from event_id=%d", esp_netif, event_id); in esp_netif_action_got_ip()
101ESP_LOGD(TAG, "esp_netif action join_ip6_multicast group with netif%p from event_id=%d", esp_netif… in esp_netif_action_join_ip6_multicast_group()
108ESP_LOGD(TAG, "esp_netif action leave_ip6_multicast_group with netif%p from event_id=%d", esp_neti… in esp_netif_action_leave_ip6_multicast_group()
115ESP_LOGD(TAG, "esp_netif action add_ip6_address with netif%p from event_id=%d", esp_netif, event_i… in esp_netif_action_add_ip6_address()
122ESP_LOGD(TAG, "esp_netif action remove_ip6_address with netif%p from event_id=%d", esp_netif, even… in esp_netif_action_remove_ip6_address()
Desp_netif_objects.c64 ESP_LOGD(TAG, "%s %p", __func__, netif); in esp_netif_add_to_list()
77 ESP_LOGD(TAG, "%s netif added successfully (total netifs: %d)", __func__, s_esp_netif_counter); in esp_netif_add_to_list()
97ESP_LOGD(TAG, "%s netif successfully removed (total netifs: %d)", __func__, s_esp_netif_counter); in esp_netif_remove_from_list()
/hal_espressif-3.7.0/components/bootloader_support/src/esp32/
Dbootloader_esp32.c127 ESP_LOGD(TAG, "WDT reset info: %s CPU STATUS 0x%08"PRIx32, cpu_name, stat); in wdt_reset_info_dump()
128 ESP_LOGD(TAG, "WDT reset info: %s CPU PID 0x%08"PRIx32, cpu_name, pid); in wdt_reset_info_dump()
129 ESP_LOGD(TAG, "WDT reset info: %s CPU PDEBUGINST 0x%08"PRIx32, cpu_name, inst); in wdt_reset_info_dump()
130 ESP_LOGD(TAG, "WDT reset info: %s CPU PDEBUGSTATUS 0x%08"PRIx32, cpu_name, dstat); in wdt_reset_info_dump()
131 ESP_LOGD(TAG, "WDT reset info: %s CPU PDEBUGDATA 0x%08"PRIx32, cpu_name, data); in wdt_reset_info_dump()
132 ESP_LOGD(TAG, "WDT reset info: %s CPU PDEBUGPC 0x%08"PRIx32, cpu_name, pc); in wdt_reset_info_dump()
133 ESP_LOGD(TAG, "WDT reset info: %s CPU PDEBUGLS0STAT 0x%08"PRIx32, cpu_name, lsstat); in wdt_reset_info_dump()
134 ESP_LOGD(TAG, "WDT reset info: %s CPU PDEBUGLS0ADDR 0x%08"PRIx32, cpu_name, lsaddr); in wdt_reset_info_dump()
135 ESP_LOGD(TAG, "WDT reset info: %s CPU PDEBUGLS0DATA 0x%08"PRIx32, cpu_name, lsdata); in wdt_reset_info_dump()
/hal_espressif-3.7.0/components/bootloader_support/bootloader_flash/src/
Dflash_qio_mode.c75 ESP_LOGD(TAG, "Probing for QIO mode enable..."); in bootloader_enable_qio_mode()
79 ESP_LOGD(TAG, "Raw SPI flash chip id 0x%"PRIx32, raw_flash_id); in bootloader_enable_qio_mode()
83 ESP_LOGD(TAG, "Manufacturer ID 0x%02x chip ID 0x%04x", mfg_id, flash_id); in bootloader_enable_qio_mode()
133 ESP_LOGD(TAG, "Initial flash chip status 0x%"PRIx32, status); in enable_qio_mode()
142 ESP_LOGD(TAG, "Updated flash chip status 0x%"PRIx32, status); in enable_qio_mode()
149 ESP_LOGD(TAG, "QIO mode already enabled in flash"); in enable_qio_mode()
152 ESP_LOGD(TAG, "Enabling QIO mode..."); in enable_qio_mode()
/hal_espressif-3.7.0/components/newlib/
Drandom.c23 ESP_LOGD(TAG, "getrandom(buf=0x%x, buflen=%d, flags=%u)", (int) buf, buflen, flags); in getrandom()
27 ESP_LOGD(TAG, "getrandom returns -1 (EFAULT)"); in getrandom()
33 ESP_LOGD(TAG, "getrandom returns %d", buflen); in getrandom()
Dpthread.c27 ESP_LOGD(TAG, "%s: Signals not supported in ESP pthread", __func__); in pthread_sigmask()
33 ESP_LOGD(TAG, "%s: Signals not supported in ESP pthread", __func__); in sigfillset()
/hal_espressif-3.7.0/components/esp_netif/lwip/
Desp_netif_lwip_ppp.c144 ESP_LOGD(TAG, "Phase Dead"); in on_ppp_notify_phase()
147 ESP_LOGD(TAG, "Phase Start"); in on_ppp_notify_phase()
150 ESP_LOGD(TAG, "Phase Establish"); in on_ppp_notify_phase()
153 ESP_LOGD(TAG, "Phase Authenticate"); in on_ppp_notify_phase()
156 ESP_LOGD(TAG, "Phase Network"); in on_ppp_notify_phase()
159 ESP_LOGD(TAG, "Phase Running"); in on_ppp_notify_phase()
162 ESP_LOGD(TAG, "Phase Terminate"); in on_ppp_notify_phase()
165 ESP_LOGD(TAG, "Phase Disconnect"); in on_ppp_notify_phase()
239 ESP_LOGD(TAG, "%s: PPP connection created: %p", __func__, ppp_obj->ppp); in esp_netif_new_ppp()
260 ESP_LOGD(TAG, "%s: Starting PPP connection: %p", __func__, ppp_ctx->ppp); in esp_netif_start_ppp()
[all …]
Desp_netif_lwip.c225 ESP_LOGD(TAG, "null msg/api_fn"); in esp_netif_api_cb()
230 ESP_LOGD(TAG, "call api in lwip: ret=0x%x, give sem", msg->ret); in esp_netif_api_cb()
244 ESP_LOGD(TAG, "check: remote, if=%p fn=%p\n", msg->esp_netif, msg->api_fn); in esp_netif_lwip_ipc_call_msg()
254 ESP_LOGD(TAG, "check: local, if=%p fn=%p\n", msg->esp_netif, msg->api_fn); in esp_netif_lwip_ipc_call_msg()
331 ESP_LOGD(TAG, "%s %p", __func__, esp_netif); in esp_netif_update_default_netif_lwip()
553 ESP_LOGD(TAG, "LwIP stack has been initialized"); in esp_netif_init()
577 ESP_LOGD(TAG, "esp-netif has been successfully initialized"); in esp_netif_init()
996 ESP_LOGD(TAG, "%s esp_netif:%p", __func__, esp_netif); in esp_netif_dhcps_cb()
1001ESP_LOGD(TAG, "Client's MAC: %x:%x:%x:%x:%x:%x", mac[0], mac[1], mac[2], mac[3], mac[4], mac[5]); in esp_netif_dhcps_cb()
1035 ESP_LOGD(TAG, "%s %p", __func__, esp_netif); in esp_netif_start_api()
[all …]
Desp_netif_br_glue.c50ESP_LOGD(TAG, "eth_action_start: %p, %p, %d, %p, %p", netif_glue, base, event_id, event_data, *(es… in eth_action_start()
57 ESP_LOGD(TAG, "bridge netif %p is started", netif_glue->base.netif); in eth_action_start()
68ESP_LOGD(TAG, "eth_action_stop: %p, %p, %d, %p, %p", netif_glue, base, event_id, event_data, *(esp… in eth_action_stop()
77 ESP_LOGD(TAG, "bridge netif %p is stopped", netif_glue->base.netif); in eth_action_stop()
87ESP_LOGD(TAG, "eth_action_connected: %p, %p, %d, %p, %p", netif_glue, base, event_id, event_data, … in eth_action_connected()
97 ESP_LOGD(TAG, "bridge netif %p is connected", netif_glue->base.netif); in eth_action_connected()
107ESP_LOGD(TAG, "eth_action_disconnected: %p, %p, %d, %p, %p", netif_glue, base, event_id, event_dat… in eth_action_disconnected()
121 ESP_LOGD(TAG, "bridge netif %p is disconnected", netif_glue->base.netif); in eth_action_disconnected()
131ESP_LOGD(TAG, "br_action_got_ip: %p, %p, %d, %p, %p", netif_glue, base, event_id, event_data, *(es… in br_action_got_ip()
/hal_espressif-3.7.0/components/driver/spi/sdspi/
Dsdspi_transaction.c47 ESP_LOGD(TAG, "cmd=%d, R1 response not found", cmd); in r1_response_to_err()
50 ESP_LOGD(TAG, "cmd=%d, R1 response: command CRC error", cmd); in r1_response_to_err()
53 ESP_LOGD(TAG, "cmd=%d, R1 response: command not supported", cmd); in r1_response_to_err()
56 ESP_LOGD(TAG, "cmd=%d, R1 response: alignment error", cmd); in r1_response_to_err()
59 ESP_LOGD(TAG, "cmd=%d, R1 response: size error", cmd); in r1_response_to_err()
67 ESP_LOGD(TAG, "cmd=%d, R1 response: unexpected value 0x%02x", cmd, r1); in r1_response_to_err()
Dsdspi_host.c298 ESP_LOGD(TAG, "Setting card clock to %"PRIu32" kHz", freq_khz); in sdspi_host_set_card_clk()
325 ESP_LOGD(TAG, "%s: SPI%d cs=%d cd=%d wp=%d", in sdspi_host_init_device()
341 ESP_LOGD(TAG, "spi_bus_add_device failed with rc=0x%x", ret); in sdspi_host_init_device()
360 ESP_LOGD(TAG, "gpio_config (CS) failed with rc=0x%x", ret); in sdspi_host_init_device()
390 ESP_LOGD(TAG, "gpio_config (CD/WP) failed with rc=0x%x", ret); in sdspi_host_init_device()
493 ESP_LOGD(TAG, "%s: cmd=%d error=0x%x", __func__, cmd_index, ret); in sdspi_host_start_command()
498 ESP_LOGD(TAG, "data CRC set=%d", slot->data_crc_enabled); in sdspi_host_start_command()
536 ESP_LOGD(TAG, "%s: spi_device_polling_transmit returned 0x%x", __func__, ret); in start_command_default()
589 ESP_LOGD(TAG, "%s: timeout", __func__); in poll_busy()
622 ESP_LOGD(TAG, "%s: received 0x%02x while waiting for data", in poll_data_token()
[all …]
/hal_espressif-3.7.0/components/esp_wifi/src/
Dsmartconfig.c40 ESP_LOGD(TAG, "SSID:%s", ssid); in handler_got_ssid_passwd()
41 ESP_LOGD(TAG, "PASSWORD:%s", password); in handler_got_ssid_passwd()
42ESP_LOGD(TAG, "Phone ip: %d.%d.%d.%d\n", cellphone_ip[0], cellphone_ip[1], cellphone_ip[2], cellph… in handler_got_ssid_passwd()
/hal_espressif-3.7.0/components/bootloader_support/src/
Dbootloader_utility.c117 ESP_LOGD(TAG, "OTA data offset 0x%"PRIx32, ota_info->offset); in read_otadata()
168ESP_LOGD(TAG, "mapped partition table 0x%x at 0x%x", ESP_PARTITION_TABLE_OFFSET, (intptr_t)partiti… in bootloader_utility_load_partition_table()
181 ESP_LOGD(TAG, "load partition table entry 0x%x", (intptr_t)partition); in bootloader_utility_load_partition_table()
182 ESP_LOGD(TAG, "type=%x subtype=%x", partition->type, partition->subtype); in bootloader_utility_load_partition_table()
344ESP_LOGD(TAG, "OTA slot %"PRIu32" has an app with secure_version, this version is smaller than in … in get_active_otadata_with_check_anti_rollback()
369 ESP_LOGD(TAG, "otadata[0]: sequence values 0x%08"PRIx32, otadata[0].ota_seq);
370 ESP_LOGD(TAG, "otadata[1]: sequence values 0x%08"PRIx32, otadata[1].ota_seq);
376 ESP_LOGD(TAG, "otadata[%d] is marking as ABORTED", i);
387ESP_LOGD(TAG, "OTA sequence numbers both empty (all-0xFF) or partition table does not have bootabl…
418 ESP_LOGD(TAG, "Active otadata[%d]", active_otadata);
[all …]
/hal_espressif-3.7.0/components/bootloader_support/src/secure_boot_v1/
Dsecure_boot_signatures_bootloader.c36 ESP_LOGD(TAG, "verifying signature src_addr 0x%x length 0x%x", src_addr, length); in esp_secure_boot_verify_signature()
78 ESP_LOGD(TAG, "Verifying secure boot signature"); in esp_secure_boot_verify_ecdsa_signature_block()
87 ESP_LOGD(TAG, "Verification result %d", is_valid); in esp_secure_boot_verify_ecdsa_signature_block()
Dsecure_boot_signatures_app.c37 ESP_LOGD(TAG, "verifying signature src_addr 0x%"PRIx32" length 0x%"PRIx32, src_addr, length); in esp_secure_boot_verify_signature()
78 ESP_LOGD(TAG, "Verifying secure boot signature"); in esp_secure_boot_verify_ecdsa_signature_block()
119 ESP_LOGD(TAG, "Verification result %d", ret); in esp_secure_boot_verify_ecdsa_signature_block()
/hal_espressif-3.7.0/components/bootloader_support/src/secure_boot_v2/
Dsecure_boot.c34 ESP_LOGD(TAG, "Signature block(%d) invalid/absent.", block_num); in validate_signature_block()
45 ESP_LOGD(TAG, "valid signature block(%d) found", block_num); in validate_signature_block()
73ESP_LOGD(TAG, "calculating public key digests for sig blocks of image offset 0x%x (sig block offse… in s_calculate_image_public_key_digests()
83 ESP_LOGD(TAG, "reading signature(s)"); in s_calculate_image_public_key_digests()
126 ESP_LOGD(TAG, "Signature block (%d) is verified", i); in s_calculate_image_public_key_digests()
214 ESP_LOGD(TAG, "SECURE_BOOT_DIGEST%d slot is not used", i); in check_and_generate_secure_boot_keys()
/hal_espressif-3.7.0/components/esp_hw_support/
Desp_hmac.c171 ESP_LOGD(TAG, "HMAC computation in downstream mode is completed."); in esp_hmac_jtag_enable()
186 ESP_LOGD(TAG, "Invalidate JTAG result register. JTAG disabled."); in esp_hmac_jtag_disable()
252 ESP_LOGD(TAG, "HMAC computation in downstream mode is completed."); in esp_hmac_jtag_enable()
269 ESP_LOGD(TAG, "Invalidate JTAG result register. JTAG disabled."); in esp_hmac_jtag_disable()
Desp_etm.c98 ESP_LOGD(TAG, "new group (%d) at %p", group_id, group); in etm_acquire_group_handle()
121 ESP_LOGD(TAG, "del group (%d)", group_id); in etm_release_group_handle()
193 ESP_LOGD(TAG, "new etm channel (%d,%d) at %p", group_id, chan_id, chan); in esp_etm_new_channel()
216 ESP_LOGD(TAG, "del etm channel (%d,%d)", group_id, chan_id); in esp_etm_del_channel()
260 ESP_LOGD(TAG, "event %"PRIu32" => channel %d", event_id, chan->chan_id); in esp_etm_channel_connect()
261 ESP_LOGD(TAG, "channel %d => task %"PRIu32, chan->chan_id, task_id); in esp_etm_channel_connect()
/hal_espressif-3.7.0/components/heap/test_apps/heap_tests/main/
Dtest_allocator_timings.c49ESP_LOGD(TAG, "realloc %p -> %p (%zu -> %zu) time spent cycles: %lld \n", p[n], new_p, s[n], new_s…
74 ESP_LOGD(TAG, "freed %p (%zu) time spent cycles: %lld\n", p[n], s[n], free_time_average);
89 ESP_LOGD(TAG, "malloc %p (%zu) time spent cycles: %lld \n", p[n], s[n], alloc_time_average);
/hal_espressif-3.7.0/components/mbedtls/port/dynamic/
Desp_ssl_tls.c42 ESP_LOGD(TAG, "RX left %zu bytes", ssl->MBEDTLS_PRIVATE(in_msglen)); in rx_done()
148 ESP_LOGD(TAG, "alloc() of ssl sub-contexts failed"); in ssl_handshake_init()
318 ESP_LOGD(TAG, "add mbedtls RX buffer"); in __wrap_mbedtls_ssl_read()
321 ESP_LOGD(TAG, "fail, the connection indicated an EOF"); in __wrap_mbedtls_ssl_read()
324 ESP_LOGD(TAG, "fail, error=%d", -ret); in __wrap_mbedtls_ssl_read()
327 ESP_LOGD(TAG, "end"); in __wrap_mbedtls_ssl_read()
/hal_espressif-3.7.0/components/bootloader_support/src/flash_encryption/
Dflash_encrypt.c190 ESP_LOGD(TAG, "Key generation complete"); in check_and_generate_encryption_keys()
279 ESP_LOGD(TAG, "All flash regions checked for encryption pass"); in esp_flash_encrypt_contents()
303 ESP_LOGD(TAG, "CRYPT_CNT %d -> %d", flash_crypt_cnt, new_flash_crypt_cnt); in esp_flash_encrypt_enable()
329 ESP_LOGD(TAG, "bootloader is plaintext. Encrypting..."); in encrypt_bootloader()
349 ESP_LOGD(TAG, "Encrypting secure bootloader IV & digest..."); in encrypt_bootloader()
374 ESP_LOGD(TAG, "partition table is plaintext. Encrypting..."); in encrypt_and_load_partition_table()
/hal_espressif-3.7.0/components/esp_adc/deprecated/esp32s2/
Desp_adc_cal_legacy.c130ESP_LOGD(LOG_TAG, "Calib V1, low%dmV, high%dmV\n", parsed_data->efuse_data.ver1.adc_calib_low, par… in calculate_characterization_coefficients()
137 ESP_LOGD(LOG_TAG, "Calib V2, volt%dmV\n", parsed_data->efuse_data.ver2.adc_calib_high); in calculate_characterization_coefficients()
181ESP_LOGD(LOG_TAG, "adc%d (atten leven %d) calibration done: A:%"PRId32" B:%"PRId32"\n", adc_num, a… in esp_adc_cal_characterize()
/hal_espressif-3.7.0/components/bt/host/nimble/esp-hci/src/
Desp_nimble_hci.c72 ESP_LOGD(TAG, "Controller not ready to receive packets"); in ble_hci_trans_hs_cmd_tx()
106 ESP_LOGD(TAG, "Controller not ready to receive packets"); in ble_hci_trans_hs_acl_tx()
155 ESP_LOGD(TAG,"Failed to allocate buffer, retrying \n"); in ble_hci_rx_acl()
/hal_espressif-3.7.0/zephyr/esp32s2/src/esp_adc_cal/
Desp_adc_cal.c128ESP_LOGD(LOG_TAG, "Calib V1, low%dmV, high%dmV\n", parsed_data->efuse_data.ver1.adc_calib_low, par… in calculate_characterization_coefficients()
135 ESP_LOGD(LOG_TAG, "Calib V2, volt%dmV\n", parsed_data->efuse_data.ver2.adc_calib_high); in calculate_characterization_coefficients()
179ESP_LOGD(LOG_TAG, "adc%d (atten leven %d) calibration done: A:%d B:%d\n", adc_num, atten, chars->c… in esp_adc_cal_characterize()
/hal_espressif-3.7.0/components/esp_netif/loopback/
Desp_netif_loopback.c94 ESP_LOGD(TAG, "esp-netif has been successfully initialized"); in esp_netif_init()
106 ESP_LOGD(TAG, "esp-netif has been successfully deinitialized"); in esp_netif_deinit()
348 ESP_LOGD(TAG, "%s esp_netif:%p", __func__, esp_netif); in esp_netif_get_old_ip_info()
359 ESP_LOGD(TAG, "%s esp_netif:%p", __func__, esp_netif); in esp_netif_get_ip_info()
377 ESP_LOGD(TAG, "%s esp_netif:%p", __func__, esp_netif); in esp_netif_set_old_ip_info()

1234