/device/soc/esp/esp32/components/esp_common/src/ |
D | task_wdt.c | 163 …ESP_EARLY_LOGE(TAG, "Task watchdog got triggered. The following tasks did not reset the watchdog i… in task_wdt_isr() 168 …ESP_EARLY_LOGE(TAG, " - %s (%s) handle:%p", pcTaskGetTaskName(twdttask->task_handle), cpu, twdttas… in task_wdt_isr() 171 ESP_EARLY_LOGE(TAG, "%s", DRAM_STR("Tasks currently running:")); in task_wdt_isr() 173 ESP_EARLY_LOGE(TAG, "CPU %d: %s", x, pcTaskGetTaskName(xTaskGetCurrentTaskHandleForCPU(x))); in task_wdt_isr() 179 ESP_EARLY_LOGE(TAG, "Aborting."); in task_wdt_isr() 188 ESP_EARLY_LOGE(TAG, "Print CPU %d (current core) backtrace", current_core); in task_wdt_isr() 192 ESP_EARLY_LOGE(TAG, "Print CPU %d backtrace", !current_core); in task_wdt_isr()
|
/device/soc/esp/esp32/components/esp32/ |
D | spiram.c | 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() 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()
|
D | spiram_psram.c | 813 ESP_EARLY_LOGE(TAG, "VDDSDIO is not 1.8V"); in psram_enable() 822 ESP_EARLY_LOGE(TAG, "VDDSDIO is not 3.3V"); in psram_enable() 832 ESP_EARLY_LOGE(TAG, "VDDSDIO is not 3.3V"); in psram_enable() 843 ESP_EARLY_LOGE(TAG, "Not a valid or known package id: %d", pkg_ver); in psram_enable() 919 ESP_EARLY_LOGE(TAG, "PSRAM ID read error: 0x%08x", (uint32_t)s_psram_id); in psram_enable() 928 …ESP_EARLY_LOGE(TAG, "This version of PSRAM needs to claim an extra SPI peripheral at 80MHz. Please… in psram_enable() 972 …ESP_EARLY_LOGE(TAG, "PSRAM 2T mode and SPIRAM bank switching can not enabled meanwhile. Please rea… in psram_enable() 980 ESP_EARLY_LOGE(TAG, "PSRAM 2T mode enable fail!"); in psram_enable()
|
D | esp_himem.c | 159 ESP_EARLY_LOGE(TAG, "Cannot allocate memory for meta info. Not initializing!"); in esp_himem_init()
|
/device/soc/esp/esp32/components/xtensa/ |
D | trax.c | 33 ESP_EARLY_LOGE(TAG, "Trax_start_trace called, but trax is disabled in menuconfig!"); in trax_start_trace() 57 …ESP_EARLY_LOGE(TAG, "Trax_trigger_traceend_after_delay called, but trax is disabled in menuconfig!… in trax_trigger_traceend_after_delay()
|
/device/soc/esp/esp32/components/esp_system/port/ |
D | cpu_start.c | 348 ESP_EARLY_LOGE(TAG, "Failed to init external RAM, needed for external .bss segment"); in call_start_cpu0() 357 ESP_EARLY_LOGE(TAG, "Failed to init external RAM!"); in call_start_cpu0() 389 ESP_EARLY_LOGE(TAG, "External RAM failed memory test!"); in call_start_cpu0() 473 …ESP_EARLY_LOGE(TAG, "Memprot feature locked after the system reset! Potential safety corruption, r… in call_start_cpu0()
|
/device/soc/esp/esp32/components/esp_timer/src/ |
D | esp_timer_impl_systimer.c | 116 ESP_EARLY_LOGE(TAG, "esp_intr_alloc failed (%#x)", err); in esp_timer_impl_init() 133 ESP_EARLY_LOGE(TAG, "esp_intr_enable failed (%#x)", err); in esp_timer_impl_init()
|
D | esp_timer_impl_lac.c | 230 ESP_EARLY_LOGE(TAG, "esp_intr_alloc failed (0x%0x)", err); in esp_timer_impl_init()
|
D | esp_timer_impl_frc_legacy.c | 368 ESP_EARLY_LOGE(TAG, "esp_intr_alloc failed (0x%0x)", err); in esp_timer_impl_init()
|
/device/soc/esp/esp32/components/osal/port/ |
D | port_common.c | 105 ESP_EARLY_LOGE(TAG, "Could not reserve internal/DMA pool (error 0x%x)", r); in main_task()
|
/device/soc/esp/esp32/components/esp_hw_support/include/ |
D | soc_log.h | 28 #define SOC_LOGE(tag, fmt, ...) ESP_EARLY_LOGE(tag, fmt, ##__VA_ARGS__)
|
/device/soc/esp/esp32/components/osal/port/xtensa/ |
D | port.c | 455 ESP_EARLY_LOGE(TAG, "Running on single core chip, but FreeRTOS is built with dual core support."); in esp_startup_start_app() 456 ESP_EARLY_LOGE(TAG, "Please enable CONFIG_FREERTOS_UNICORE option in menuconfig."); in esp_startup_start_app()
|
/device/soc/esp/esp32/components/log/include/ |
D | esp_log.h | 288 #define ESP_EARLY_LOGE( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_ERROR, E, ##__… macro 324 #define ESP_LOGE( tag, format, ... ) ESP_EARLY_LOGE(tag, format, ##__VA_ARGS__)
|
/device/soc/esp/esp32/components/efuse/src/ |
D | esp_efuse_utility.c | 58 ESP_EARLY_LOGE(TAG, "Range of data does not match the coding scheme"); in esp_efuse_utility_process() 219 …ESP_EARLY_LOGE(TAG, "Repeated programming of programmed bits is strictly forbidden 0x%08x", reg & … in esp_efuse_utility_write_reg()
|
/device/soc/esp/esp32/components/soc/ |
D | memory_layout_utils.c | 96 ESP_EARLY_LOGE(TAG, "SOC_RESERVE_MEMORY_REGION region range " \ in s_prepare_reserved_regions()
|
/device/soc/esp/esp32/components/esp_system/ |
D | startup.c | 252 ESP_EARLY_LOGE(TAG, "External RAM could not be added to heap!"); in do_core_init()
|
/device/soc/esp/esp32/components/spi_flash/ |
D | memspi_host_driver.c | 103 ESP_EARLY_LOGE(TAG, "no response\n"); in memspi_host_read_id_hs()
|
D | esp_flash_spi_init.c | 284 …ESP_EARLY_LOGE(TAG, "Detected size(%dk) smaller than the size in the binary image header(%dk). Pro… in esp_flash_init_default_chip()
|
D | cache_utils.c | 563 ESP_EARLY_LOGE(TAG, "Abort spiram wrap because flash wrap length not fixed."); in esp_enable_cache_wrap() 817 ESP_EARLY_LOGE(TAG, "Abort spiram wrap because flash wrap length not fixed."); in esp_enable_cache_wrap()
|
D | spi_flash_chip_generic.c | 650 … ESP_EARLY_LOGE(TAG, "The flash you use doesn't support auto suspend, only \'XMC\' is supported"); in spi_flash_chip_generic_suspend_cmd_conf()
|
D | esp_flash_api.c | 883 ESP_EARLY_LOGE(TAG, "unexpected spi flash error code: 0x%x", err); in spi_flash_translate_rc()
|
/device/soc/esp/esp32/components/driver/ |
D | rmt.c | 851 ESP_EARLY_LOGE(RMT_TAG, "RMT RX BUFFER FULL"); in rmt_driver_isr_default() 854 ESP_EARLY_LOGE(RMT_TAG, "RMT RX BUFFER ERROR"); in rmt_driver_isr_default() 889 ESP_EARLY_LOGE(RMT_TAG, "---RX buffer too small: %d", sizeof(p_rmt->rx_item_buf)); in rmt_driver_isr_default()
|
D | twai.c | 119 ESP_EARLY_LOGE(TWAI_TAG, "Alert %d", alert_code); in twai_alert_handler()
|
D | spi_common.c | 121 ESP_EARLY_LOGE(SPI_TAG, "SPI%d already claimed by %s.", host+1, spi_claiming_func[host]); in spicommon_periph_claim()
|
D | spi_master.c | 898 ESP_EARLY_LOGE(SPI_TAG, "Cannot release bus when a polling transaction is in progress."); in spi_device_release_bus()
|