Home
last modified time | relevance | path

Searched refs:ESP_LOGI (Results 1 – 25 of 112) sorted by relevance

12345

/hal_espressif-3.7.0/components/esp_wifi/test_apps/wifi_function/main/
Dtest_wifi_init.c26 ESP_LOGI(TAG, "WIFI_EVENT_AP_START"); in wifi_event_handler()
29 ESP_LOGI(TAG, "WIFI_EVENT_STA_START"); in wifi_event_handler()
32 ESP_LOGI(TAG, "WIFI_EVENT_STA_DISCONNECTED"); in wifi_event_handler()
58 ESP_LOGI(TAG, EMPH_STR("event_init")); in wifi_driver_can_start_on_APP_CPU_task()
60 ESP_LOGI(TAG, EMPH_STR("esp_wifi_init")); in wifi_driver_can_start_on_APP_CPU_task()
62 ESP_LOGI(TAG, EMPH_STR("esp_wifi_deinit...")); in wifi_driver_can_start_on_APP_CPU_task()
64 ESP_LOGI(TAG, EMPH_STR("event_deinit")); in wifi_driver_can_start_on_APP_CPU_task()
66 ESP_LOGI(TAG, "exit task..."); in wifi_driver_can_start_on_APP_CPU_task()
92 ESP_LOGI(TAG, EMPH_STR("event_init"));
94 ESP_LOGI(TAG, EMPH_STR("esp_wifi_init"));
[all …]
Dtest_wifi_country.c19 ESP_LOGI(TAG, EMPH_STR("esp_wifi_init"));
26 ESP_LOGI(TAG, EMPH_STR("esp_wifi_get_country (default)"));
30 ESP_LOGI(TAG, EMPH_STR("esp_wifi_set_country"));
33 ESP_LOGI(TAG, EMPH_STR("esp_wifi_get_country"));
38 ESP_LOGI(TAG, EMPH_STR("esp_wifi_deinit"));
41 ESP_LOGI(TAG, EMPH_STR("esp_wifi_init"));
47 ESP_LOGI(TAG, EMPH_STR("esp_wifi_get_country_code (default)"));
51 ESP_LOGI(TAG, EMPH_STR("esp_wifi_set_country_code"));
54 ESP_LOGI(TAG, EMPH_STR("esp_wifi_get_country_code"));
59 ESP_LOGI(TAG, EMPH_STR("esp_wifi_deinit"));
[all …]
/hal_espressif-3.7.0/components/bootloader_support/src/esp32/
Dsecure_boot_secure_features.c20 ESP_LOGI(TAG, "Read & write protecting new key..."); in esp_secure_boot_enable_secure_features()
28 ESP_LOGI(TAG, "Disable JTAG..."); in esp_secure_boot_enable_secure_features()
35 ESP_LOGI(TAG, "Disable ROM BASIC interpreter fallback..."); in esp_secure_boot_enable_secure_features()
53 ESP_LOGI(TAG, "Disable JTAG..."); in esp_secure_boot_enable_secure_features()
64 ESP_LOGI(TAG, "Disable ROM BASIC interpreter fallback..."); in esp_secure_boot_enable_secure_features()
75 ESP_LOGI(TAG, "Disable ROM Download mode..."); in esp_secure_boot_enable_secure_features()
93 ESP_LOGI(TAG, "Prevent read disabling of additional efuses..."); in esp_secure_boot_enable_secure_features()
Dflash_encryption_secure_features.c31 ESP_LOGI(TAG, "Setting CRYPT_CONFIG efuse to 0xF"); in esp_flash_encryption_enable_secure_features()
42 ESP_LOGI(TAG, "Disable UART bootloader encryption..."); in esp_flash_encryption_enable_secure_features()
49 ESP_LOGI(TAG, "Disable UART bootloader decryption..."); in esp_flash_encryption_enable_secure_features()
56 ESP_LOGI(TAG, "Disable UART bootloader MMU cache..."); in esp_flash_encryption_enable_secure_features()
63 ESP_LOGI(TAG, "Disable JTAG..."); in esp_flash_encryption_enable_secure_features()
70 ESP_LOGI(TAG, "Disable ROM BASIC interpreter fallback..."); in esp_flash_encryption_enable_secure_features()
/hal_espressif-3.7.0/components/esp_system/test_apps/esp_system_unity_tests/main/
Dtest_ipc.c39 ESP_LOGI("task1", "start"); in task1()
45 ESP_LOGI("task1", "finish"); in task1()
71 ESP_LOGI("test", "Start IPC call in IPC_WAIT_FOR_START mode");
73 ESP_LOGI("test", "Waiting for IPC finish");
75 ESP_LOGI("test", "Stop task1");
79 ESP_LOGI("test", "Check ipc_priority with priority caller's task. Should be the same");
101 ESP_LOGI("task", "start [priority = %d, cpu = %d]", priority, xPortGetCoreID()); in task()
104 ESP_LOGI("task", "finish [priority = %d, cpu = %d]", priority, xPortGetCoreID()); in task()
113 ESP_LOGI("test", "priority = %d, cpu = %d", priority, xPortGetCoreID());
118 ESP_LOGI("test", "task prio = %d", priority);
/hal_espressif-3.7.0/components/efuse/test_apps/main/
Dtest_efuse.c43 ESP_LOGI(TAG, "1. Read MAC address"); in test_read_blob()
47ESP_LOGI(TAG, "MAC: %02x:%02x:%02x:%02x:%02x:%02x", mac[0], mac[1], mac[2], mac[3], mac[4], mac[5]… in test_read_blob()
50 ESP_LOGI(TAG, "2. Check CRC by MAC"); in test_read_blob()
56 ESP_LOGI(TAG, "3. Test check args"); in test_read_blob()
81 ESP_LOGI(TAG, "1. Test check args"); in test_read_cnt()
85 ESP_LOGI(TAG, "2. Read MAC address"); in test_read_cnt()
111 ESP_LOGI(TAG, "1. Test check args"); in test_write_blob()
117 ESP_LOGI(TAG, "2. Test write operation"); in test_write_blob()
143 ESP_LOGI(TAG, "erase virt blocks"); in test_write_blob()
153 ESP_LOGI(TAG, "3. Test field with one bit"); in test_write_blob()
[all …]
/hal_espressif-3.7.0/components/esp_wifi/src/
Dwifi_init.c178 ESP_LOGI(TAG, "rx ba win: %d", CONFIG_ESP_WIFI_RX_BA_WIN); in esp_wifi_config_info()
182 ESP_LOGI(TAG, "tcpip mbox: %d", CONFIG_LWIP_TCPIP_RECVMBOX_SIZE); in esp_wifi_config_info()
183 ESP_LOGI(TAG, "udp mbox: %d", CONFIG_LWIP_UDP_RECVMBOX_SIZE); in esp_wifi_config_info()
184 ESP_LOGI(TAG, "tcp mbox: %d", CONFIG_LWIP_TCP_RECVMBOX_SIZE); in esp_wifi_config_info()
185 ESP_LOGI(TAG, "tcp tx win: %d", CONFIG_LWIP_TCP_SND_BUF_DEFAULT); in esp_wifi_config_info()
186 ESP_LOGI(TAG, "tcp rx win: %d", CONFIG_LWIP_TCP_WND_DEFAULT); in esp_wifi_config_info()
187 ESP_LOGI(TAG, "tcp mss: %d", CONFIG_LWIP_TCP_MSS); in esp_wifi_config_info()
190 ESP_LOGI(TAG, "WiFi/LWIP prefer SPIRAM"); in esp_wifi_config_info()
194 ESP_LOGI(TAG, "WiFi IRAM OP enabled"); in esp_wifi_config_info()
198 ESP_LOGI(TAG, "WiFi RX IRAM OP enabled"); in esp_wifi_config_info()
[all …]
/hal_espressif-3.7.0/components/wpa_supplicant/test/
Dtest_dpp.c53 ESP_LOGI("DPP Test", "bootstrap generation test");
70 ESP_LOGI("DPP Test", "bootstap generation passed");
71 ESP_LOGI("DPP Test", "Overwrite Protocol key, responder nounce");
106 ESP_LOGI("DPP Test", "Overwritten Protocol key, responder nounce.. ");
107 ESP_LOGI("DPP Test", "Enqueue Auth request");
144 ESP_LOGI("DPP Test", "Auth request parsing passed");
145 ESP_LOGI("DPP Test", "Enqueue Auth confirm parsing passed");
162 ESP_LOGI("DPP Test", "Auth confirm parsing passed");
168 ESP_LOGI("DPP Test", "Test case passed");
/hal_espressif-3.7.0/components/esp_adc/test_apps/adc/main/
Dtest_adc.c80 ESP_LOGI(TAG_CH[0][0], "raw data: %d", adc_raw[0][0]);
85 ESP_LOGI(TAG_CH[0][1], "raw data: %d", adc_raw[0][1]);
91 ESP_LOGI(TAG_CH[1][0], "raw data: %d", adc_raw[1][0]);
98 ESP_LOGI(TAG_CH[0][0], "raw data: %d", adc_raw[0][0]);
103 ESP_LOGI(TAG_CH[0][1], "raw data: %d", adc_raw[0][1]);
109 ESP_LOGI(TAG_CH[1][0], "raw data: %d", adc_raw[1][0]);
186 ESP_LOGI(TAG, "ADC%d Chan%d: raw data: %d", unit_id + 1, channel, raw_expected); in s_adc_oneshot_with_sleep()
187 ESP_LOGI(TAG, "ADC%d Chan%d: cali data: %d", unit_id + 1, channel, cali_expected); in s_adc_oneshot_with_sleep()
214 ESP_LOGI(TAG, "ADC%d Chan%d: raw data: %d", unit_id + 1, channel, raw_after_sleep); in s_adc_oneshot_with_sleep()
216 ESP_LOGI(TAG, "ADC%d Chan%d: cali data: %d", unit_id + 1, channel, cali_after_sleep); in s_adc_oneshot_with_sleep()
[all …]
/hal_espressif-3.7.0/components/esp_netif/test_apps/test_app_vfs_l2tap/main/
Dtest_vfs_l2tap.c103 ESP_LOGI(TAG, "Ethernet Link Up"); in eth_event_handler()
104 ESP_LOGI(TAG, "Ethernet HW Addr %02x:%02x:%02x:%02x:%02x:%02x", in eth_event_handler()
109 ESP_LOGI(TAG, "Ethernet Link Down"); in eth_event_handler()
113 ESP_LOGI(TAG, "Ethernet Started"); in eth_event_handler()
117 ESP_LOGI(TAG, "Ethernet Stopped"); in eth_event_handler()
136 ESP_LOGI(TAG, "Ethernet Got IP Address"); in got_ip_event_handler()
137 ESP_LOGI(TAG, "~~~~~~~~~~~"); in got_ip_event_handler()
138 ESP_LOGI(TAG, "ETHIP:" IPSTR, IP2STR(&ip_info->ip)); in got_ip_event_handler()
139 ESP_LOGI(TAG, "ETHMASK:" IPSTR, IP2STR(&ip_info->netmask)); in got_ip_event_handler()
140 ESP_LOGI(TAG, "ETHGW:" IPSTR, IP2STR(&ip_info->gw)); in got_ip_event_handler()
[all …]
/hal_espressif-3.7.0/components/esp_wifi/test_apps/wifi_connect/main/
Dtest_wifi_conn.c56 ESP_LOGI(TAG, "wifi event handler: %"PRIi32, event_id); in wifi_event_handler()
59 ESP_LOGI(TAG, "WIFI_EVENT_STA_START"); in wifi_event_handler()
62 ESP_LOGI(TAG, "WIFI_EVENT_AP_STACONNECTED"); in wifi_event_handler()
68 ESP_LOGI(TAG, "WIFI_EVENT_STA_CONNECTED"); in wifi_event_handler()
74 ESP_LOGI(TAG, "WIFI_EVENT_STA_DISCONNECTED"); in wifi_event_handler()
94 ESP_LOGI(TAG, "ip event handler"); in ip_event_handler()
98 ESP_LOGI(TAG, "IP_EVENT_STA_GOT_IP"); in ip_event_handler()
99 ESP_LOGI(TAG, "got ip:" IPSTR "\n", IP2STR(&event->ip_info.ip)); in ip_event_handler()
156 ESP_LOGI(TAG, "start wifi softap: %s", TEST_DEFAULT_SSID); in start_wifi_as_softap()
228 ESP_LOGI(TAG, "start esp_wifi_connect: %s", TEST_DEFAULT_SSID); in wifi_connect()
/hal_espressif-3.7.0/components/esp_phy/test/
Dtest_phy_rtc.c44 ESP_LOGI(TAG, "no free pages or nvs version mismatch, erase.."); in test_phy_rtc_init()
71 ESP_LOGI(TAG, "Test force_wifi_mode(%d)...", i); in test_phy_rtc_cache_task()
76 ESP_LOGI(TAG, "Test unforce_wifi_mode()..."); in test_phy_rtc_cache_task()
89 ESP_LOGI(TAG, "Test bt_track_pll_cap()..."); in test_phy_rtc_cache_task()
95 ESP_LOGI(TAG, "Test bt_bb_init_cmplx_reg()..."); in test_phy_rtc_cache_task()
/hal_espressif-3.7.0/components/bootloader_support/src/secure_boot_v1/
Dsecure_boot.c93 ESP_LOGI(TAG, "bootloader secure boot is already enabled." in esp_secure_boot_generate_digest()
118 ESP_LOGI(TAG, "Generating new secure boot key..."); in esp_secure_boot_generate_digest()
131 ESP_LOGI(TAG, "Generating secure boot digest..."); in esp_secure_boot_generate_digest()
141 ESP_LOGI(TAG, "Digest generation complete."); in esp_secure_boot_generate_digest()
149 ESP_LOGI(TAG, "bootloader secure boot is already enabled, continuing.."); in esp_secure_boot_permanently_enable()
163 ESP_LOGI(TAG, "blowing secure boot efuse..."); in esp_secure_boot_permanently_enable()
178 ESP_LOGI(TAG, "secure boot is now enabled for bootloader image"); in esp_secure_boot_permanently_enable()
/hal_espressif-3.7.0/components/bootloader_support/src/esp32c2/
Dsecure_boot_secure_features.c22 ESP_LOGI(TAG, "Enabling Security download mode..."); in esp_secure_boot_enable_secure_features()
29 ESP_LOGI(TAG, "Disable ROM Download mode..."); in esp_secure_boot_enable_secure_features()
40 ESP_LOGI(TAG, "Disable hardware & software JTAG..."); in esp_secure_boot_enable_secure_features()
54 ESP_LOGI(TAG, "Prevent read disabling of additional efuses..."); in esp_secure_boot_enable_secure_features()
Dflash_encryption_secure_features.c20 ESP_LOGI(TAG, "Disable UART bootloader encryption..."); in esp_flash_encryption_enable_secure_features()
27 ESP_LOGI(TAG, "Disable UART bootloader cache..."); in esp_flash_encryption_enable_secure_features()
34 ESP_LOGI(TAG, "Disable JTAG..."); in esp_flash_encryption_enable_secure_features()
/hal_espressif-3.7.0/components/mbedtls/test_apps/main/
Dtest_esp_crt_bundle.c106 ESP_LOGI(TAG, "Loading the server cert and key"); in server_setup()
122 ESP_LOGI(TAG, "Bind on https://%s:%s/", SERVER_ADDRESS, SERVER_PORT ); in server_setup()
129 ESP_LOGI(TAG, "Seeding the random number generator"); in server_setup()
136 ESP_LOGI(TAG, "Setting up the SSL data"); in server_setup()
230 ESP_LOGI(TAG, "Seeding the random number generator"); in client_setup()
237 ESP_LOGI(TAG, "Setting hostname for TLS session..."); in client_setup()
244 ESP_LOGI(TAG, "Setting up the SSL/TLS structure..."); in client_setup()
276 ESP_LOGI(TAG, "Connecting to %s:%s...", SERVER_ADDRESS, SERVER_PORT); in client_task()
282 ESP_LOGI(TAG, "Connected."); in client_task()
285ESP_LOGI(TAG, "Performing the SSL/TLS handshake with bundle that is missing the server root certif… in client_task()
[all …]
/hal_espressif-3.7.0/components/bootloader_support/src/secure_boot_v2/
Dsecure_boot.c133 ESP_LOGI(TAG, "Digests successfully calculated, %d valid signatures (image offset 0x%x)", in s_calculate_image_public_key_digests()
184ESP_LOGI(TAG, "Secure boot digests %s", has_secure_boot_digest ? "already present":"absent, genera… in check_and_generate_secure_boot_keys()
198ESP_LOGI(TAG, "%d signature block(s) found appended to the bootloader.", boot_key_digests.num_dige… in check_and_generate_secure_boot_keys()
200 ESP_LOGI(TAG, "Burning public key hash to eFuse"); in check_and_generate_secure_boot_keys()
266 ESP_LOGI(TAG, "%d signature block(s) found appended to the app.", app_key_digests.num_digests); in check_and_generate_secure_boot_keys()
278 ESP_LOGI(TAG, "Key block(%d) has been revoked.", i); in check_and_generate_secure_boot_keys()
284 ESP_LOGI(TAG, "Application key(%d) matches with bootloader key(%d).", j, i); in check_and_generate_secure_boot_keys()
300 ESP_LOGI(TAG, "Revoking empty key digest slot (%d)...", i); in check_and_generate_secure_boot_keys()
310 ESP_LOGI(TAG, "enabling secure boot v2..."); in esp_secure_boot_v2_permanently_enable()
313 ESP_LOGI(TAG, "secure boot v2 is already enabled, continuing.."); in esp_secure_boot_v2_permanently_enable()
[all …]
/hal_espressif-3.7.0/components/bootloader_support/src/esp32c3/
Dsecure_boot_secure_features.c22 ESP_LOGI(TAG, "Enabling Security download mode..."); in esp_secure_boot_enable_secure_features()
29 ESP_LOGI(TAG, "Disable ROM Download mode..."); in esp_secure_boot_enable_secure_features()
40 ESP_LOGI(TAG, "Disable hardware & software JTAG..."); in esp_secure_boot_enable_secure_features()
62 ESP_LOGI(TAG, "Prevent read disabling of additional efuses..."); in esp_secure_boot_enable_secure_features()
Dflash_encryption_secure_features.c20 ESP_LOGI(TAG, "Disable UART bootloader encryption..."); in esp_flash_encryption_enable_secure_features()
27 ESP_LOGI(TAG, "Disable UART bootloader cache..."); in esp_flash_encryption_enable_secure_features()
34 ESP_LOGI(TAG, "Disable JTAG..."); in esp_flash_encryption_enable_secure_features()
/hal_espressif-3.7.0/components/bootloader_support/src/esp32c6/
Dsecure_boot_secure_features.c22 ESP_LOGI(TAG, "Enabling Security download mode..."); in esp_secure_boot_enable_secure_features()
29 ESP_LOGI(TAG, "Disable ROM Download mode..."); in esp_secure_boot_enable_secure_features()
40 ESP_LOGI(TAG, "Disable hardware & software JTAG..."); in esp_secure_boot_enable_secure_features()
62 ESP_LOGI(TAG, "Prevent read disabling of additional efuses..."); in esp_secure_boot_enable_secure_features()
Dflash_encryption_secure_features.c20 ESP_LOGI(TAG, "Disable UART bootloader encryption..."); in esp_flash_encryption_enable_secure_features()
27 ESP_LOGI(TAG, "Disable UART bootloader cache..."); in esp_flash_encryption_enable_secure_features()
34 ESP_LOGI(TAG, "Disable JTAG..."); in esp_flash_encryption_enable_secure_features()
/hal_espressif-3.7.0/components/bootloader_support/src/esp32h2/
Dsecure_boot_secure_features.c22 ESP_LOGI(TAG, "Enabling Security download mode..."); in esp_secure_boot_enable_secure_features()
29 ESP_LOGI(TAG, "Disable ROM Download mode..."); in esp_secure_boot_enable_secure_features()
40 ESP_LOGI(TAG, "Disable hardware & software JTAG..."); in esp_secure_boot_enable_secure_features()
62 ESP_LOGI(TAG, "Prevent read disabling of additional efuses..."); in esp_secure_boot_enable_secure_features()
/hal_espressif-3.7.0/components/bootloader_support/src/esp32s2/
Dsecure_boot_secure_features.c23 ESP_LOGI(TAG, "Enabling Security download mode..."); in esp_secure_boot_enable_secure_features()
30 ESP_LOGI(TAG, "Disable ROM Download mode..."); in esp_secure_boot_enable_secure_features()
41 ESP_LOGI(TAG, "Disable hardware & software JTAG..."); in esp_secure_boot_enable_secure_features()
62 ESP_LOGI(TAG, "Prevent read disabling of additional efuses..."); in esp_secure_boot_enable_secure_features()
/hal_espressif-3.7.0/components/bootloader_support/src/esp32s3/
Dsecure_boot_secure_features.c22 ESP_LOGI(TAG, "Enabling Security download mode..."); in esp_secure_boot_enable_secure_features()
29 ESP_LOGI(TAG, "Disable ROM Download mode..."); in esp_secure_boot_enable_secure_features()
40 ESP_LOGI(TAG, "Disable hardware & software JTAG..."); in esp_secure_boot_enable_secure_features()
62 ESP_LOGI(TAG, "Prevent read disabling of additional efuses..."); in esp_secure_boot_enable_secure_features()
/hal_espressif-3.7.0/components/esp_mm/test_apps/mmap_hw/main/
Dtest_mmap_hw.c92ESP_LOGI(TAG, "found partition '%s' at offset 0x%"PRIx32" with size 0x%"PRIx32, part->label, part-…
96 ESP_LOGI(TAG, "TEST_BLOCK_SIZE: 0x%x", TEST_BLOCK_SIZE);
115 ESP_LOGI(TAG, "ptr is %p", ptr);
122 ESP_LOGI(TAG, "ret: 0x%x", ret);
131ESP_LOGI(TAG, "no more free block, finish test, test block size: 0x%x, count: 0d%d", TEST_BLOCK_SI…
148ESP_LOGI(TAG, "found partition '%s' at offset 0x%"PRIx32" with size 0x%"PRIx32, part->label, part-…
163 ESP_LOGI(TAG, "ptr is %p", ptr);
185ESP_LOGI(TAG, "no more free block, finish test, test block size: 0x%x, count: 0d%d", TEST_BLOCK_SI…

12345