Home
last modified time | relevance | path

Searched refs:TAG (Results 1 – 25 of 139) sorted by relevance

123456

/device/soc/esp/esp32/components/bootloader_support/src/esp32/
Dsecure_boot.c43 static const char *TAG = "secure_boot_v1"; variable
68 ESP_LOGE(TAG, "SPI erase failed: 0x%x", err); in secure_boot_generate()
75 ESP_LOGE(TAG, "bootloader_mmap(0x1000, 0x%x) failed", image_len); in secure_boot_generate()
87 ESP_LOGD(TAG, "write iv+digest to flash"); in secure_boot_generate()
91 ESP_LOGE(TAG, "SPI write failed: 0x%x", err); in secure_boot_generate()
102 ESP_LOGI(TAG, "bootloader secure boot is already enabled." in esp_secure_boot_generate_digest()
109 ESP_LOGE(TAG, "Unknown/unsupported CODING_SCHEME value 0x%x", coding_scheme); in esp_secure_boot_generate_digest()
117 ESP_LOGE(TAG, "bootloader image appears invalid! error %d", err); in esp_secure_boot_generate_digest()
135 ESP_LOGI(TAG, "Generating new secure boot key..."); in esp_secure_boot_generate_digest()
139 ESP_LOGW(TAG, "Using pre-loaded secure boot key in EFUSE block 2"); in esp_secure_boot_generate_digest()
[all …]
Dflash_encrypt.c36 static const char *TAG = "flash_encrypt"; variable
48 ESP_LOGV(TAG, "efuse_blk0 raw value %08x", efuse_blk0); in esp_flash_encrypt_check_and_update()
51 …ESP_LOGV(TAG, "efuse FLASH_CRYPT_CNT 0x%x WR_DIS_FLASH_CRYPT_CNT 0x%x", flash_crypt_cnt, flash_cry… in esp_flash_encrypt_check_and_update()
59 ESP_LOGI(TAG, "flash encryption is enabled (%d plaintext flashes left)", left); in esp_flash_encrypt_check_and_update()
67 ESP_LOGE(TAG, "flash encryption is not enabled, and SECURE_FLASH_REQUIRE_ALREADY_ENABLED " in esp_flash_encrypt_check_and_update()
82 ESP_LOGE(TAG, "Unknown/unsupported CODING_SCHEME value 0x%x", coding_scheme); in initialise_flash_encryption()
102 ESP_LOGI(TAG, "Generating new flash encryption key..."); in initialise_flash_encryption()
106 ESP_LOGI(TAG, "Read & write protecting new key..."); in initialise_flash_encryption()
111 … ESP_LOGE(TAG, "Flash encryption key has to be either unset or both read and write protected"); in initialise_flash_encryption()
114 ESP_LOGW(TAG, "Using pre-loaded flash encryption key in EFUSE block 1"); in initialise_flash_encryption()
[all …]
Dbootloader_esp32.c46 static const char *TAG = "boot.esp32"; variable
138 …ESP_LOGE(TAG, "Chip CPU frequency rated for %dMHz, configured for %dMHz. Modify CPU frequency in m… in bootloader_check_rated_cpu_clock()
178 ESP_LOGD(TAG, "magic %02x", bootloader_hdr->magic); in print_flash_info()
179 ESP_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
180 ESP_LOGD(TAG, "spi_mode %02x", bootloader_hdr->spi_mode); in print_flash_info()
181 ESP_LOGD(TAG, "spi_speed %02x", bootloader_hdr->spi_speed); in print_flash_info()
182 ESP_LOGD(TAG, "spi_size %02x", bootloader_hdr->spi_size); in print_flash_info()
202 ESP_LOGI(TAG, "SPI Speed : %s", str); in print_flash_info()
220 ESP_LOGI(TAG, "SPI Mode : %s", str); in print_flash_info()
242 ESP_LOGI(TAG, "SPI Flash Size : %s", str); in print_flash_info()
[all …]
/device/soc/esp/esp32/components/esp_netif/lwip/
Desp_netif_lwip_ppp.c33 static const char *TAG = "esp-netif_lwip-ppp"; variable
67 ESP_LOGI(TAG, "Connected"); in on_ppp_status_changed()
86 ESP_LOGI(TAG, "Name Server1: " IPSTR, IP2STR(&ns1)); in on_ppp_status_changed()
87 ESP_LOGI(TAG, "Name Server2: " IPSTR, IP2STR(&ns2)); in on_ppp_status_changed()
92 ESP_LOGE(TAG, "esp_event_post failed with code %d", err); in on_ppp_status_changed()
110 ESP_LOGI(TAG, "Got IPv6 address " IPV6STR, IPV62STR(pppif->ip6_addr[0].u_addr.ip6)); in on_ppp_status_changed()
113 ESP_LOGE(TAG, "esp_event_post failed with code %d", err); in on_ppp_status_changed()
118 ESP_LOGE(TAG, "Unexpected connected event"); in on_ppp_status_changed()
123 ESP_LOGE(TAG, "Invalid parameter"); in on_ppp_status_changed()
126 ESP_LOGE(TAG, "Unable to open PPP session"); in on_ppp_status_changed()
[all …]
Desp_netif_lwip_slip.c34 static const char *TAG = "esp-netif_lwip-slip"; variable
53 ESP_LOGD(TAG, "%s", __func__); in esp_netif_new_slip()
60 ESP_LOGE(TAG, "%s: cannot allocate lwip_slip_ctx_t", __func__); in esp_netif_new_slip()
67 …ESP_LOGD(TAG, "%s: Initialising SLIP (esp_netif %p, lwip_netif %p)", __func__, esp_netif, netif_im… in esp_netif_new_slip()
69 …ESP_LOGI(TAG, "%s: Created SLIP interface (netif %p, slip_ctx: %p)", __func__, esp_netif, slip_ctx… in esp_netif_new_slip()
82 ESP_LOGI(TAG, "%s: Stopped SLIP connection: %p", __func__, slip_ctx); in esp_netif_stop_slip()
98 ESP_LOGI(TAG, "%s: Starting SLIP interface: %p", __func__, slip_ctx); in esp_netif_start_slip()
122 ESP_LOGD(TAG, "%s (slip_ctx: %p)", __func__, slip_ctx); in esp_netif_slip_set_params()
125 ESP_LOGE(TAG, "Cannot set parameters while SLIP interface is running"); in esp_netif_slip_set_params()
141 ESP_LOGV(TAG, "%s (slip_ctx: %p)", __func__, slip_ctx); in esp_netif_slip_set_ipv6()
[all …]
Desp_netif_lwip.c82 ESP_LOGE(TAG, "%s not supported, please enable it in lwIP component configuration", proto); \
100 static const char *TAG = "esp_netif_lwip"; variable
116 ESP_LOGD(TAG, "null msg/api_fn"); in esp_netif_api_cb()
121 ESP_LOGD(TAG, "call api in lwip: ret=0x%x, give sem", msg->ret); in esp_netif_api_cb()
185 ESP_LOGD(TAG, "%s %p", __func__, esp_netif); in esp_netif_update_default_netif_lwip()
314 ESP_LOGD(TAG, "LwIP stack has been initialized"); in esp_netif_init()
319 ESP_LOGE(TAG, "esp netif api sync sem init fail"); in esp_netif_init()
326 ESP_LOGE(TAG, "esp netif api lock sem init fail"); in esp_netif_init()
331 ESP_LOGD(TAG, "esp-netif has been successfully initialized"); in esp_netif_init()
454 …ESP_LOGE(TAG, "%s: Failed to configure netif with config=%p (config or if_key is NULL or duplicate… in esp_netif_new()
[all …]
/device/soc/esp/esp32/components/bootloader_support/src/
Dbootloader_utility.c82 static const char *TAG = "boot"; variable
109 …ESP_LOGE(TAG, "ota_info partition size %d is too small (minimum %d bytes)", ota_info->size, sizeof… in read_otadata()
113 ESP_LOGD(TAG, "OTA data offset 0x%x", ota_info->offset); in read_otadata()
116 ESP_LOGE(TAG, "bootloader_mmap(0x%x, 0x%x) failed", ota_info->offset, ota_info->size); in read_otadata()
136 …ESP_LOGE(TAG, "bootloader_mmap(0x%x, 0x%x) failed", ESP_PARTITION_TABLE_OFFSET, ESP_PARTITION_TABL… in bootloader_utility_load_partition_table()
139 …ESP_LOGD(TAG, "mapped partition table 0x%x at 0x%x", ESP_PARTITION_TABLE_OFFSET, (intptr_t)partiti… in bootloader_utility_load_partition_table()
143 ESP_LOGE(TAG, "Failed to verify partition table"); in bootloader_utility_load_partition_table()
147 ESP_LOGI(TAG, "Partition Table:"); in bootloader_utility_load_partition_table()
148 ESP_LOGI(TAG, "## Label Usage Type ST Offset Length"); in bootloader_utility_load_partition_table()
152 ESP_LOGD(TAG, "load partition table entry 0x%x", (intptr_t)partition); in bootloader_utility_load_partition_table()
[all …]
/device/soc/esp/esp32/components/esp_wifi/src/
Dphy_init.c56 static const char* TAG = "phy_init"; variable
333 ESP_LOGE(TAG, "PHY data partition not found"); in esp_phy_get_init_data()
336 ESP_LOGD(TAG, "loading PHY init data from partition at offset 0x%x", partition->address); in esp_phy_get_init_data()
341 ESP_LOGE(TAG, "failed to allocate memory for PHY init data"); in esp_phy_get_init_data()
346 ESP_LOGE(TAG, "failed to read PHY data partition (0x%x)", err); in esp_phy_get_init_data()
352 ESP_LOGE(TAG, "failed to validate PHY data partition"); in esp_phy_get_init_data()
358 ESP_LOGI(TAG, "Support multiple PHY init data bins"); in esp_phy_get_init_data()
360 ESP_LOGW(TAG, "Does not support multiple PHY init data bins"); in esp_phy_get_init_data()
363 ESP_LOGD(TAG, "PHY data partition validated"); in esp_phy_get_init_data()
378 ESP_LOGD(TAG, "loading PHY init data from application binary"); in esp_phy_get_init_data()
[all …]
Dwifi_init.c68 static const char* TAG = "wifi_init"; variable
107 ESP_LOGE(TAG, "Wi-Fi not stop"); in esp_wifi_deinit()
114 ESP_LOGE(TAG, "Failed to deinit Wi-Fi driver (0x%x)", err); in esp_wifi_deinit()
141 ESP_LOGI(TAG, "rx ba win: %d", CONFIG_ESP32_WIFI_RX_BA_WIN); in esp_wifi_config_info()
145 ESP_LOGI(TAG, "tcpip mbox: %d", CONFIG_LWIP_TCPIP_RECVMBOX_SIZE); in esp_wifi_config_info()
146 ESP_LOGI(TAG, "udp mbox: %d", CONFIG_LWIP_UDP_RECVMBOX_SIZE); in esp_wifi_config_info()
147 ESP_LOGI(TAG, "tcp mbox: %d", CONFIG_LWIP_TCP_RECVMBOX_SIZE); in esp_wifi_config_info()
148 ESP_LOGI(TAG, "tcp tx win: %d", CONFIG_LWIP_TCP_SND_BUF_DEFAULT); in esp_wifi_config_info()
149 ESP_LOGI(TAG, "tcp rx win: %d", CONFIG_LWIP_TCP_WND_DEFAULT); in esp_wifi_config_info()
150 ESP_LOGI(TAG, "tcp mss: %d", CONFIG_LWIP_TCP_MSS); in esp_wifi_config_info()
[all …]
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/uart/
Duart_statis.c21 #define TAG "uart_statis" macro
45 BK_LOGI(TAG, "dump uart statis:\r\n"); in uart_statis_dump()
46 BK_LOGI(TAG, "uart_isr_cnt: %d\r\n", s_uart_statis[id].uart_isr_cnt); in uart_statis_dump()
47 BK_LOGI(TAG, "rx_isr_cnt: %d\r\n", s_uart_statis[id].rx_isr_cnt); in uart_statis_dump()
48 BK_LOGI(TAG, "rx_fifo_cnt: %d\r\n", s_uart_statis[id].rx_fifo_cnt); in uart_statis_dump()
49 BK_LOGI(TAG, "recv_timeout_cnt: %d\r\n", s_uart_statis[id].recv_timeout_cnt); in uart_statis_dump()
50 BK_LOGI(TAG, "kfifo_size: %d\r\n", s_uart_statis[id].kfifo_status.size); in uart_statis_dump()
51 BK_LOGI(TAG, "kfifo_in: %d\r\n", s_uart_statis[id].kfifo_status.in); in uart_statis_dump()
52 BK_LOGI(TAG, "kfifo_out: %d\r\n", s_uart_statis[id].kfifo_status.out); in uart_statis_dump()
53 BK_LOGI(TAG, "kfifo_last_value: %x\r\n", s_uart_statis[id].kfifo_status.last_value); in uart_statis_dump()
[all …]
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/spi/
Dspi_statis.c21 #define TAG "spi_statis" macro
38 BK_LOGI(TAG, "dump spi statis:\r\n"); in spi_statis_dump()
39 BK_LOGI(TAG, "spi_isr_cnt: %d\r\n", s_spi_statis[id].spi_isr_cnt); in spi_statis_dump()
40 BK_LOGI(TAG, "tx_fifo_isr_cnt: %d\r\n", s_spi_statis[id].tx_fifo_isr_cnt); in spi_statis_dump()
41 BK_LOGI(TAG, "rx_fifo_isr_cnt: %d\r\n", s_spi_statis[id].rx_fifo_isr_cnt); in spi_statis_dump()
42 BK_LOGI(TAG, "tx_finish_isr_cnt: %d\r\n", s_spi_statis[id].tx_finish_isr_cnt); in spi_statis_dump()
43 BK_LOGI(TAG, "rx_finish_isr_cnt: %d\r\n", s_spi_statis[id].rx_finish_isr_cnt); in spi_statis_dump()
44 BK_LOGI(TAG, "tx_underflow_isr_cnt: %d\r\n", s_spi_statis[id].tx_underflow_isr_cnt); in spi_statis_dump()
45 BK_LOGI(TAG, "rx_overflow_isr_cnt: %d\r\n", s_spi_statis[id].rx_overflow_isr_cnt); in spi_statis_dump()
46 BK_LOGI(TAG, "slave_release_isr_cnt: %d\r\n", s_spi_statis[id].slave_release_isr_cnt); in spi_statis_dump()
/device/soc/esp/esp32/components/bootloader_support/src/secure_boot_v2/
Dsecure_boot_signatures_app.c40 static const char *TAG = "secure_boot_v2"; variable
58 ESP_LOGE(TAG, "Cannot get running partition"); in esp_secure_boot_get_signature_blocks_for_running_app()
67 ESP_LOGE(TAG, "Error reading metadata from running app (err=0x%x)", err); in esp_secure_boot_get_signature_blocks_for_running_app()
77 …ESP_LOGD(TAG, "reading signatures for app address 0x%x sig block address 0x%x", part_pos.offset, s… in esp_secure_boot_get_signature_blocks_for_running_app()
92 … ESP_LOGE(TAG, "Secure boot sign blocks cannot be read from a running app (err=0x%x)", err); in esp_secure_boot_get_signature_blocks_for_running_app()
99 ESP_LOGE(TAG, "No signatures were found for the running app"); in esp_secure_boot_get_signature_blocks_for_running_app()
107 ESP_LOGI(TAG, "Take trusted digest key(s) from running app"); in get_secure_boot_key_digests()
110 ESP_LOGI(TAG, "Take trusted digest key(s) from eFuse block(s)"); in get_secure_boot_key_digests()
141 ESP_LOGD(TAG, "verifying signature src_addr 0x%x length 0x%x", src_addr, length); in esp_secure_boot_verify_signature()
145 ESP_LOGE(TAG, "Digest calculation failed 0x%x, 0x%x", src_addr, padded_length); in esp_secure_boot_verify_signature()
[all …]
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_init/
Dlegacy_init.c32 #define TAG "app_init" macro
71 BK_LOGI(TAG, "BT active\r\n"); in app_bt_init()
101 BK_LOGI(TAG, "sdio intf init\r\n"); in app_sdio_init()
106 BK_LOGI(TAG, "sdio trans init\r\n"); in app_sdio_init()
115 BK_LOGI(TAG, "fusb init\r\n"); in app_usb_init()
149 BK_LOGI(TAG, "uart debug init\r\n"); in app_uart_debug_init_todo()
157 BK_LOGI(TAG, "bk378 test init!!!!\r\n"); in legacy_init1()
185 BK_LOGI(TAG, "armino app init: %s\n", build_version); in legacy_init()
186 BK_LOGI(TAG, "ARMINO Version: %s\n", ARMINO_TAG_VERSION); in legacy_init()
191 #define PRINTF(soc) BK_LOGI(TAG, HASH_VERSION_STR(soc)" IS : %s\n", HASH_VERSION(soc)); in legacy_init()
[all …]
Dcomponents_init.c56 #define TAG "init" macro
86 BK_LOGI(TAG, "trng enable\r\n"); in random_init()
96 BK_LOGD(TAG, "int watchdog enabled, period=%u\r\n", CONFIG_INT_WDT_PERIOD_MS); in wdt_init()
100 BK_LOGI(TAG, "watchdog disabled\r\n"); in wdt_init()
111 BK_LOGD(TAG, "task watchdog enabled, period=%u\r\n", CONFIG_TASK_WDT_PERIOD_MS); in wdt_init()
153 BK_LOGI(TAG, "armino rev: %s\r\n", ""); in show_sdk_version()
156 BK_LOGI(TAG, "armino rev: %s\r\n", ""); in show_sdk_version()
164 BK_LOGI(TAG, "armino soc id:%x_%x\r\n", sys_drv_get_device_id(), sys_drv_get_chip_id()); in show_chip_id()
172 BK_LOGI(TAG, "armino internal lib rev: %s\n", ver); in show_sdk_lib_version()
/device/soc/esp/esp32/components/bootloader_support/src/secure_boot_v1/
Dsecure_boot_signatures_app.c32 static const char *TAG = "secure_boot_v1"; variable
45 ESP_LOGD(TAG, "verifying signature src_addr 0x%x length 0x%x", src_addr, length); in esp_secure_boot_verify_signature()
49 ESP_LOGE(TAG, "Digest calculation failed 0x%x, 0x%x", src_addr, length); in esp_secure_boot_verify_signature()
56 …ESP_LOGE(TAG, "bootloader_mmap(0x%x, 0x%x) failed", src_addr + length, sizeof(esp_secure_boot_sig_… in esp_secure_boot_verify_signature()
67 ESP_LOGE(TAG, "Signature verification requires ECDSA & SECP256R1 curve enabled"); in esp_secure_boot_verify_ecdsa_signature_block()
77 ESP_LOGE(TAG, "Embedded public verification key has wrong length %d", keylen); in esp_secure_boot_verify_ecdsa_signature_block()
82 ESP_LOGE(TAG, "image has invalid signature version field 0x%08x", sig_block->version); in esp_secure_boot_verify_ecdsa_signature_block()
86 ESP_LOGD(TAG, "Verifying secure boot signature"); in esp_secure_boot_verify_ecdsa_signature_block()
98 ESP_LOGE(TAG, "Failed mbedtls_mpi_read_binary(1), err:%d", ret); in esp_secure_boot_verify_ecdsa_signature_block()
104 ESP_LOGE(TAG, "Failed mbedtls_mpi_read_binary(2), err:%d", ret); in esp_secure_boot_verify_ecdsa_signature_block()
[all …]
/device/soc/esp/esp32/components/efuse/src/
Desp_efuse_fields.c29 static __attribute__((unused)) const char *TAG = "efuse"; variable
61 ESP_LOGE(TAG, "emulate secure_version can not be used"); in emulate_secure_version_read()
66 …ESP_LOGE(TAG, "secure_version can not be read from (0x%x, 0x%x) flash", offset, esp_efuse_flash_si… in emulate_secure_version_read()
72 ESP_LOGV(TAG, "Read 0x%08x secure_version from flash", secure_version); in emulate_secure_version_read()
81 ESP_LOGE(TAG, "emulate secure_version can not be used"); in emulate_secure_version_write()
86 ESP_LOGE(TAG, "secure_version can not be written to flash. err = 0x%x", err); in emulate_secure_version_write()
88 ESP_LOGV(TAG, "Write 0x%08x secure_version into flash", secure_version); in emulate_secure_version_write()
133 …ESP_LOGE(TAG, "Max secure version is %d. Given %d version can not be written.", CONFIG_BOOTLOADER_… in esp_efuse_update_secure_version()
139 ESP_LOGE(TAG, "Anti rollback is not supported with any coding scheme."); in esp_efuse_update_secure_version()
151 ESP_LOGI(TAG, "Anti-rollback is set. eFuse field is updated(%d).", secure_version); in esp_efuse_update_secure_version()
[all …]
/device/soc/esp/esp32/components/esp_common/src/
Dmac_addr.c31 static const char* TAG = "system_api"; variable
38 ESP_LOGE(TAG, "Base MAC address is NULL"); in esp_base_mac_addr_set()
42 ESP_LOGE(TAG, "Base MAC must be a unicast MAC"); in esp_base_mac_addr_set()
56 ESP_LOGI(TAG, "Base MAC address is not set"); in esp_base_mac_addr_get()
73 ESP_LOGE(TAG, "Base MAC address from BLK3 of EFUSE version error, version = %d", version); in esp_efuse_mac_get_custom()
83 …ESP_LOGE(TAG, "Base MAC address from BLK3 of EFUSE CRC error, efuse_crc = 0x%02x; calc_crc = 0x%02… in esp_efuse_mac_get_custom()
110 …ESP_LOGE(TAG, "Base MAC address from BLK0 of EFUSE CRC error, efuse_crc = 0x%02x; calc_crc = 0x%02… in esp_efuse_mac_get_default()
123 ESP_LOGE(TAG, "mac address param is NULL"); in esp_derive_local_mac()
145 ESP_LOGE(TAG, "mac address param is NULL"); in esp_read_mac()
150 ESP_LOGE(TAG, "mac type is incorrect"); in esp_read_mac()
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/common/firmware/
Dfirmware_type.h26 #define TAG(a, b, c, d)\ macro
62 #define VIDEO_DEC_MPEG12_MULTI TAG('M', '1', '2', 'M')
63 #define VIDEO_DEC_MPEG4_4_MULTI TAG('M', '4', '4', 'M')
64 #define VIDEO_DEC_MPEG4_5_MULTI TAG('M', '4', '5', 'M')
65 #define VIDEO_DEC_H263_MULTI TAG('2', '6', '3', 'M')
66 #define VIDEO_DEC_HEVC_MMU_SWAP TAG('2', '6', '5', 'S')
67 #define VIDEO_DEC_AVS_MULTI TAG('A', 'V', 'S', 'M')
68 #define VIDEO_DEC_AV1_MMU TAG('A', 'V', '1', 'M')
/device/soc/esp/esp32/components/esp32/
Dspiram.c51 static const char* TAG = "spiram"; variable
107 …ESP_EARLY_LOGE(TAG, "SPI SRAM memory test fail. %d/%d writes failed, first @ %X\n", errct, s/32, i… in esp_spiram_test()
110 ESP_EARLY_LOGI(TAG, "SPI SRAM memory test OK"); in esp_spiram_test()
131 ESP_EARLY_LOGE(TAG, "SPI RAM not initialized"); in esp_spiram_get_chip_size()
153 ESP_EARLY_LOGE(TAG, "SPI RAM enabled but initialization failed. Bailing out."); in esp_spiram_init()
161 …ESP_EARLY_LOGE(TAG, "Expected %dKiB chip but found %dKiB chip. Bailing out..", CONFIG_SPIRAM_SIZE/… in esp_spiram_init()
166 ESP_EARLY_LOGI(TAG, "Found %dMBit SPI RAM device", in esp_spiram_init()
168 …ESP_EARLY_LOGI(TAG, "SPI RAM mode: %s", PSRAM_SPEED == PSRAM_CACHE_F40M_S40M ? "flash 40m sram 40m… in esp_spiram_init()
171 ESP_EARLY_LOGI(TAG, "PSRAM initialized, cache is in %s mode.", \ in esp_spiram_init()
184 …ESP_EARLY_LOGI(TAG, "Adding pool of %dK of external SPI memory to heap allocator", (spiram_size_us… in esp_spiram_add_to_heapalloc()
[all …]
/device/soc/esp/esp32/components/esp_event/
Devent_send_compat.inc119 static const char* TAG = "system_event";
177 ESP_LOGD(TAG, "SYSTEM_EVENT_WIFI_READY");
182 …ESP_LOGD(TAG, "SYSTEM_EVENT_SCAN_DONE, status:%d, number:%d", scan_done->status, scan_done->numbe…
186 ESP_LOGD(TAG, "SYSTEM_EVENT_STA_START");
190 ESP_LOGD(TAG, "SYSTEM_EVENT_STA_STOP");
195 …ESP_LOGD(TAG, "SYSTEM_EVENT_STA_CONNECTED, ssid:%s, ssid_len:%d, bssid:" MACSTR ", channel:%d, aut…
201 …ESP_LOGD(TAG, "SYSTEM_EVENT_STA_DISCONNECTED, ssid:%s, ssid_len:%d, bssid:" MACSTR ", reason:%d (%…
208 …ESP_LOGD(TAG, "SYSTEM_EVENT_STA_AUTHMODE_CHNAGE, old_mode:%d, new_mode:%d", auth_change->old_mode,…
212 ESP_LOGD(TAG, "SYSTEM_EVENT_FTM_REPORT");
217 ESP_LOGD(TAG, "SYSTEM_EVENT_STA_GOT_IP, ip:" IPSTR ", mask:" IPSTR ", gw:" IPSTR,
[all …]
/device/soc/esp/esp32/components/esp_system/
Dstartup.c132 static const char* TAG = "cpu_start"; variable
181 ESP_EARLY_LOGD(TAG, "calling init function: %p", *p); in do_global_ctors()
187 ESP_EARLY_LOGD(TAG, "calling init function: %p", *p); in do_global_ctors()
252 ESP_EARLY_LOGE(TAG, "External RAM could not be added to heap!"); in do_core_init()
371 ESP_EARLY_LOGI(TAG, "Pro cpu start user code"); in start_cpu0_default()
373 ESP_EARLY_LOGI(TAG, "cpu freq: %d", cpu_freq); in start_cpu0_default()
378 ESP_EARLY_LOGI(TAG, "Application information:"); in start_cpu0_default()
380 ESP_EARLY_LOGI(TAG, "Project name: %s", app_desc->project_name); in start_cpu0_default()
383 ESP_EARLY_LOGI(TAG, "App version: %s", app_desc->version); in start_cpu0_default()
386 ESP_EARLY_LOGI(TAG, "Secure version: %d", app_desc->secure_version); in start_cpu0_default()
[all …]
/device/soc/esp/esp32/components/driver/
Dsdspi_transaction.c25 static const char* TAG = "sdspi_transaction"; variable
55 ESP_LOGD(TAG, "cmd=%d, R1 response not found", cmd); in r1_response_to_err()
58 ESP_LOGD(TAG, "cmd=%d, R1 response: command CRC error", cmd); in r1_response_to_err()
61 ESP_LOGD(TAG, "cmd=%d, R1 response: command not supported", cmd); in r1_response_to_err()
64 ESP_LOGD(TAG, "cmd=%d, R1 response: alignment error", cmd); in r1_response_to_err()
67 ESP_LOGD(TAG, "cmd=%d, R1 response: size error", cmd); in r1_response_to_err()
75 ESP_LOGD(TAG, "cmd=%d, R1 response: unexpected value 0x%02x", cmd, r1); in r1_response_to_err()
83 ESP_LOGI(TAG, "cmd=%d, R1 response not found", cmd); in r1_sdio_response_to_err()
86 ESP_LOGI(TAG, "cmd=%d, R1 response: command CRC error", cmd); in r1_sdio_response_to_err()
89 ESP_LOGI(TAG, "cmd=%d, R1 response: command not supported", cmd); in r1_sdio_response_to_err()
[all …]
/device/soc/esp/esp32/components/esp_netif/
Desp_netif_handlers.c29 static const char *TAG = "esp_netif_handlers"; variable
33 … ESP_LOGD(TAG, "esp_netif action has started with netif%p from event_id=%d", esp_netif, event_id); in esp_netif_action_start()
39 ESP_LOGD(TAG, "esp_netif action stopped with netif%p from event_id=%d", esp_netif, event_id); in esp_netif_action_stop()
47 ESP_LOGD(TAG, "esp_netif action connected with netif%p from event_id=%d", esp_netif, event_id); in esp_netif_action_connected()
83 ESP_LOGD(TAG, "static ip: ip changed=%d", evt.ip_changed); in esp_netif_action_connected()
85 ESP_LOGE(TAG, "invalid static ip"); in esp_netif_action_connected()
92 … ESP_LOGD(TAG, "esp_netif action disconnected with netif%p from event_id=%d", esp_netif, event_id); in esp_netif_action_disconnected()
99 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()
101 ESP_LOGI(TAG, "%s ip: " IPSTR ", mask: " IPSTR ", gw: " IPSTR, esp_netif_get_desc(esp_netif), in esp_netif_action_got_ip()
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_system/
Dmac.c32 #define TAG "mac" macro
64 BK_LOGI(TAG, "efuse set mac failed(%x)\r\n", ret); in write_base_mac_to_efuse()
69 BK_LOGI(TAG, "efuse set mac: "BK_MAC_FORMAT"\n", BK_MAC_STR(mac)); in write_base_mac_to_efuse()
72 BK_LOGI(TAG, "write mac to eufse stub"); in write_base_mac_to_efuse()
96 BK_LOGE(TAG, "efuse get mac failed(%x)\n", ret); in read_base_mac_from_efuse()
101 BK_LOGI(TAG, "efuse get mac: "BK_MAC_FORMAT"\n", BK_MAC_STR(mac)); in read_base_mac_from_efuse()
104 BK_LOGE(TAG, "efuse MAC all zero, see as error\r\n"); in read_base_mac_from_efuse()
191 BK_LOGI(TAG, "use random mac "BK_MAC_FORMAT" as base mac\n", BK_MAC_STR(s_base_mac)); in mac_init()
197 … BK_LOGE(TAG, "base mac is group mac"BK_MAC_FORMAT"\n", BK_MAC_STR(s_base_mac)); in mac_init()
200 BK_LOGI(TAG, "use default mac "BK_MAC_FORMAT" as base mac\n", BK_MAC_STR(s_base_mac)); in mac_init()
[all …]
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/saradc/
Dadc_statis.c22 #define TAG "adc_statis" macro
40 BK_LOGI(TAG, "dump adc statis:\r\n"); in adc_statis_dump()
41 BK_LOGI(TAG, "adc_isr_cnt: %d\r\n", s_adc_statis.adc_isr_cnt); in adc_statis_dump()
42 BK_LOGI(TAG, "adc_rx_total_cnt: %d\r\n", s_adc_statis.adc_rx_total_cnt); in adc_statis_dump()
43 BK_LOGI(TAG, "adc_rx_succ_cnt: %d\r\n", s_adc_statis.adc_rx_succ_cnt); in adc_statis_dump()
44 BK_LOGI(TAG, "adc_rx_drop_cnt: %d\r\n", s_adc_statis.adc_rx_drop_cnt); in adc_statis_dump()

123456