Home
last modified time | relevance | path

Searched refs:ESP_EARLY_LOGE (Results 1 – 25 of 26) sorted by relevance

12

/device/soc/esp/esp32/components/esp_common/src/
Dtask_wdt.c163ESP_EARLY_LOGE(TAG, "Task watchdog got triggered. The following tasks did not reset the watchdog i… in task_wdt_isr()
168ESP_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/
Dspiram.c107ESP_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()
161ESP_EARLY_LOGE(TAG, "Expected %dKiB chip but found %dKiB chip. Bailing out..", CONFIG_SPIRAM_SIZE/… in esp_spiram_init()
Dspiram_psram.c813 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()
928ESP_EARLY_LOGE(TAG, "This version of PSRAM needs to claim an extra SPI peripheral at 80MHz. Please… in psram_enable()
972ESP_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()
Desp_himem.c159 ESP_EARLY_LOGE(TAG, "Cannot allocate memory for meta info. Not initializing!"); in esp_himem_init()
/device/soc/esp/esp32/components/xtensa/
Dtrax.c33 ESP_EARLY_LOGE(TAG, "Trax_start_trace called, but trax is disabled in menuconfig!"); in trax_start_trace()
57ESP_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/
Dcpu_start.c348 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()
473ESP_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/
Desp_timer_impl_systimer.c116 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()
Desp_timer_impl_lac.c230 ESP_EARLY_LOGE(TAG, "esp_intr_alloc failed (0x%0x)", err); in esp_timer_impl_init()
Desp_timer_impl_frc_legacy.c368 ESP_EARLY_LOGE(TAG, "esp_intr_alloc failed (0x%0x)", err); in esp_timer_impl_init()
/device/soc/esp/esp32/components/osal/port/
Dport_common.c105 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/
Dsoc_log.h28 #define SOC_LOGE(tag, fmt, ...) ESP_EARLY_LOGE(tag, fmt, ##__VA_ARGS__)
/device/soc/esp/esp32/components/osal/port/xtensa/
Dport.c455 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/
Desp_log.h288 #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/
Desp_efuse_utility.c58 ESP_EARLY_LOGE(TAG, "Range of data does not match the coding scheme"); in esp_efuse_utility_process()
219ESP_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/
Dmemory_layout_utils.c96 ESP_EARLY_LOGE(TAG, "SOC_RESERVE_MEMORY_REGION region range " \ in s_prepare_reserved_regions()
/device/soc/esp/esp32/components/esp_system/
Dstartup.c252 ESP_EARLY_LOGE(TAG, "External RAM could not be added to heap!"); in do_core_init()
/device/soc/esp/esp32/components/spi_flash/
Dmemspi_host_driver.c103 ESP_EARLY_LOGE(TAG, "no response\n"); in memspi_host_read_id_hs()
Desp_flash_spi_init.c284ESP_EARLY_LOGE(TAG, "Detected size(%dk) smaller than the size in the binary image header(%dk). Pro… in esp_flash_init_default_chip()
Dcache_utils.c563 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()
Dspi_flash_chip_generic.c650ESP_EARLY_LOGE(TAG, "The flash you use doesn't support auto suspend, only \'XMC\' is supported"); in spi_flash_chip_generic_suspend_cmd_conf()
Desp_flash_api.c883 ESP_EARLY_LOGE(TAG, "unexpected spi flash error code: 0x%x", err); in spi_flash_translate_rc()
/device/soc/esp/esp32/components/driver/
Drmt.c851 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()
Dtwai.c119 ESP_EARLY_LOGE(TWAI_TAG, "Alert %d", alert_code); in twai_alert_handler()
Dspi_common.c121 ESP_EARLY_LOGE(SPI_TAG, "SPI%d already claimed by %s.", host+1, spi_claiming_func[host]); in spicommon_periph_claim()
Dspi_master.c898 ESP_EARLY_LOGE(SPI_TAG, "Cannot release bus when a polling transaction is in progress."); in spi_device_release_bus()

12