Home
last modified time | relevance | path

Searched refs:ESP_EARLY_LOGW (Results 1 – 9 of 9) sorted by relevance

/device/soc/esp/esp32/components/spi_flash/
Dcache_utils.c558ESP_EARLY_LOGW(TAG, "Flash wrap with different length %d and %d, abort wrap.", flash_wrap_sizes[0]… in esp_enable_cache_wrap()
568ESP_EARLY_LOGW(TAG, "SPIRAM wrap with different length %d and %d, abort wrap.", spiram_wrap_sizes[… in esp_enable_cache_wrap()
573 ESP_EARLY_LOGW(TAG, "Abort flash wrap because spiram wrap length not fixed."); in esp_enable_cache_wrap()
579ESP_EARLY_LOGW(TAG, "SPIRAM has different wrap length with flash, %d and %d, abort wrap.", spiram_… in esp_enable_cache_wrap()
588 ESP_EARLY_LOGW(TAG, "Flash do not support wrap size %d.", flash_wrap_size); in esp_enable_cache_wrap()
591 ESP_EARLY_LOGW(TAG, "Flash is not in QIO mode, do not support wrap."); in esp_enable_cache_wrap()
598 ESP_EARLY_LOGW(TAG, "SPIRAM do not support wrap size %d.", spiram_wrap_size); in esp_enable_cache_wrap()
603 ESP_EARLY_LOGW(TAG, "Flash and SPIRAM should support wrap together."); in esp_enable_cache_wrap()
812ESP_EARLY_LOGW(TAG, "Flash wrap with different length %d and %d, abort wrap.", flash_wrap_sizes[0]… in esp_enable_cache_wrap()
822ESP_EARLY_LOGW(TAG, "SPIRAM wrap with different length %d and %d, abort wrap.", spiram_wrap_sizes[… in esp_enable_cache_wrap()
[all …]
Desp_flash_spi_init.c289ESP_EARLY_LOGW(TAG, "Detected size(%dk) larger than the size in the binary image header(%dk). Usin… in esp_flash_init_default_chip()
Desp_flash_api.c839 ESP_EARLY_LOGW(TAG, "Flash suspend feature is enabled"); in esp_flash_suspend_cmd_init()
/device/soc/esp/esp32/components/esp_system/port/soc/esp32/
Dclk.c101ESP_EARLY_LOGW(TAG, "32 kHz XTAL not found, switching to internal 150 kHz oscillator"); in select_rtc_slow_clk()
136 ESP_EARLY_LOGW(TAG, "RTC domain not initialised by bootloader"); in esp_clk_init()
/device/soc/esp/esp32/components/esp_common/src/
Dfpga_overrides.c29ESP_EARLY_LOGW(TAG, "Project configuration is for internal FPGA use, not all functions will work"); in s_warn()
/device/soc/esp/esp32/components/esp_hw_support/include/
Dsoc_log.h29 #define SOC_LOGW(tag, fmt, ...) ESP_EARLY_LOGW(tag, fmt, ##__VA_ARGS__)
/device/soc/esp/esp32/components/log/include/
Desp_log.h290 #define ESP_EARLY_LOGW( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_WARN, W, ##__… macro
326 #define ESP_LOGW( tag, format, ... ) ESP_EARLY_LOGW(tag, format, ##__VA_ARGS__)
/device/soc/esp/esp32/components/driver/
Dtwai.c121 ESP_EARLY_LOGW(TWAI_TAG, "Alert %d", alert_code); in twai_alert_handler()
Duart.c394 ESP_EARLY_LOGW(UART_TAG, "Fail to enqueue pattern position, pattern queue is full."); in uart_pattern_enqueue()