Searched refs:ESP_EARLY_LOGW (Results 1 – 9 of 9) sorted by relevance
/device/soc/esp/esp32/components/spi_flash/ |
D | cache_utils.c | 558 …ESP_EARLY_LOGW(TAG, "Flash wrap with different length %d and %d, abort wrap.", flash_wrap_sizes[0]… in esp_enable_cache_wrap() 568 …ESP_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() 579 …ESP_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() 812 …ESP_EARLY_LOGW(TAG, "Flash wrap with different length %d and %d, abort wrap.", flash_wrap_sizes[0]… in esp_enable_cache_wrap() 822 …ESP_EARLY_LOGW(TAG, "SPIRAM wrap with different length %d and %d, abort wrap.", spiram_wrap_sizes[… in esp_enable_cache_wrap() [all …]
|
D | esp_flash_spi_init.c | 289 …ESP_EARLY_LOGW(TAG, "Detected size(%dk) larger than the size in the binary image header(%dk). Usin… in esp_flash_init_default_chip()
|
D | esp_flash_api.c | 839 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/ |
D | clk.c | 101 … ESP_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/ |
D | fpga_overrides.c | 29 …ESP_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/ |
D | soc_log.h | 29 #define SOC_LOGW(tag, fmt, ...) ESP_EARLY_LOGW(tag, fmt, ##__VA_ARGS__)
|
/device/soc/esp/esp32/components/log/include/ |
D | esp_log.h | 290 #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/ |
D | twai.c | 121 ESP_EARLY_LOGW(TWAI_TAG, "Alert %d", alert_code); in twai_alert_handler()
|
D | uart.c | 394 ESP_EARLY_LOGW(UART_TAG, "Fail to enqueue pattern position, pattern queue is full."); in uart_pattern_enqueue()
|