/hal_espressif-3.6.0/components/spi_flash/ |
D | cache_utils.c | 562 …ESP_EARLY_LOGW(TAG, "Flash wrap with different length %d and %d, abort wrap.", flash_wrap_sizes[0]… in esp_enable_cache_wrap() 572 …ESP_EARLY_LOGW(TAG, "SPIRAM wrap with different length %d and %d, abort wrap.", spiram_wrap_sizes[… in esp_enable_cache_wrap() 577 ESP_EARLY_LOGW(TAG, "Abort flash wrap because spiram wrap length not fixed."); in esp_enable_cache_wrap() 583 …ESP_EARLY_LOGW(TAG, "SPIRAM has different wrap length with flash, %d and %d, abort wrap.", spiram_… in esp_enable_cache_wrap() 592 ESP_EARLY_LOGW(TAG, "Flash do not support wrap size %d.", flash_wrap_size); in esp_enable_cache_wrap() 595 ESP_EARLY_LOGW(TAG, "Flash is not in QIO mode, do not support wrap."); in esp_enable_cache_wrap() 602 ESP_EARLY_LOGW(TAG, "SPIRAM do not support wrap size %d.", spiram_wrap_size); in esp_enable_cache_wrap() 607 ESP_EARLY_LOGW(TAG, "Flash and SPIRAM should support wrap together."); in esp_enable_cache_wrap() 816 …ESP_EARLY_LOGW(TAG, "Flash wrap with different length %d and %d, abort wrap.", flash_wrap_sizes[0]… in esp_enable_cache_wrap() 826 …ESP_EARLY_LOGW(TAG, "SPIRAM wrap with different length %d and %d, abort wrap.", spiram_wrap_sizes[… in esp_enable_cache_wrap() [all …]
|
D | spi_flash_timing_tuning.c | 191 ESP_EARLY_LOGW(TAG, "tuning fail, best point is fallen back to index %d", best_point); in select_best_tuning_config_dtr() 220 ESP_EARLY_LOGW(TAG, "tuning fail, best point is fallen back to index %d", best_point); in select_best_tuning_config_str() 302 …ESP_EARLY_LOGW("FLASH", "DO NOT USE FOR MASS PRODUCTION! Timing parameters will be updated in futu… in spi_timing_flash_tuning() 353 …ESP_EARLY_LOGW("PSRAM", "DO NOT USE FOR MASS PRODUCTION! Timing parameters will be updated in futu… in spi_timing_psram_tuning()
|
D | esp_flash_api.c | 238 ESP_EARLY_LOGW(TAG, "get_chip_caps function pointer hasn't been initialized"); in esp_flash_init() 241 …ESP_EARLY_LOGW(TAG, "Detected flash size > 16 MB, but access beyond 16 MB is not supported for thi… in esp_flash_init() 415 ESP_EARLY_LOGW(TAG, "get_chip_caps function pointer hasn't been initialized"); in esp_flash_read_unique_chip_id() 1113 ESP_EARLY_LOGW(TAG, "Flash suspend feature is enabled"); in esp_flash_suspend_cmd_init() 1116 ESP_EARLY_LOGW(TAG, "get_chip_caps function pointer hasn't been initialized"); in esp_flash_suspend_cmd_init() 1119 ESP_EARLY_LOGW(TAG, "Suspend and resume may not supported for this flash model yet."); in esp_flash_suspend_cmd_init()
|
D | esp_flash_spi_init.c | 323 …ESP_EARLY_LOGW(TAG, "Detected size(%dk) larger than the size in the binary image header(%dk). Usin… in esp_flash_init_default_chip()
|
/hal_espressif-3.6.0/components/log/include/ |
D | esp_log.h | 311 #define ESP_EARLY_LOGW( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_WARN, W __VA_… macro 321 #define ESP_EARLY_LOGW( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_WARN, W, ##__… macro 371 #define ESP_LOGW( tag, format, ... ) ESP_EARLY_LOGW(tag, format __VA_OPT__(,) __VA_ARGS__) 381 #define ESP_LOGW( tag, format, ... ) ESP_EARLY_LOGW(tag, format, ##__VA_ARGS__)
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32/ |
D | clk.c | 98 … ESP_EARLY_LOGW(TAG, "32 kHz XTAL not found, switching to internal 150 kHz oscillator"); in select_rtc_slow_clk() 133 ESP_EARLY_LOGW(TAG, "RTC domain not initialised by bootloader"); in esp_clk_init()
|
/hal_espressif-3.6.0/components/hal/platform_port/include/hal/ |
D | log.h | 26 #define HAL_EARLY_LOGW(...) ESP_EARLY_LOGW(__VA_ARGS__)
|
/hal_espressif-3.6.0/components/esp_system/ |
D | fpga_overrides.c | 39 …ESP_EARLY_LOGW(TAG, "Project configuration is for internal FPGA use, not all functions will work"); in s_warn()
|
/hal_espressif-3.6.0/components/bootloader_support/src/ |
D | bootloader_random.c | 63 ESP_EARLY_LOGW("rand", "%s non-functional for FPGA builds", func); in s_non_functional()
|
/hal_espressif-3.6.0/zephyr/esp_shared/include/boot/ |
D | esp_log.h | 23 #define ESP_EARLY_LOGW(tag, fmt, ...) MCUBOOT_LOG_WRN("[%s] " fmt, tag, ##__VA_ARGS__) macro
|
/hal_espressif-3.6.0/components/esp_hw_support/include/ |
D | soc_log.h | 21 #define SOC_LOGW(tag, fmt, ...) ESP_EARLY_LOGW(tag, fmt, ##__VA_ARGS__)
|
/hal_espressif-3.6.0/components/efuse/src/ |
D | esp_efuse_utility.c | 195 ESP_EARLY_LOGW(TAG, "Loading virtual efuse blocks from real efuses"); 449 ESP_EARLY_LOGW(TAG, "Loading virtual efuse blocks from flash");
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32h2/ |
D | clk.c | 165 … ESP_EARLY_LOGW(TAG, "32 kHz XTAL not found, switching to internal 150 kHz oscillator"); in select_rtc_slow_clk()
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32c3/ |
D | clk.c | 173 … ESP_EARLY_LOGW(TAG, "32 kHz XTAL not found, switching to internal 150 kHz oscillator"); in select_rtc_slow_clk()
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s3/ |
D | clk.c | 176 … ESP_EARLY_LOGW(TAG, "32 kHz XTAL not found, switching to internal 150 kHz oscillator"); in select_rtc_slow_clk()
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s2/ |
D | clk.c | 179 … ESP_EARLY_LOGW(TAG, "32 kHz XTAL not found, switching to internal 90 kHz oscillator"); in select_rtc_slow_clk()
|
/hal_espressif-3.6.0/components/log/host_test/log_test/main/ |
D | log_test.cpp | 237 ESP_EARLY_LOGW(TEST_TAG, "warn");
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s3/ |
D | spiram.c | 68 …ESP_EARLY_LOGW(TAG, "Only test spiram from %08x to %08x\n", SOC_EXTRAM_DATA_LOW, SOC_EXTRAM_DATA_H… in esp_spiram_test()
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/ |
D | spiram.c | 407 …ESP_EARLY_LOGW(TAG, "Only test spiram from %08x to %08x\n", SOC_EXTRAM_DATA_LOW, SOC_EXTRAM_DATA_H… in esp_spiram_test()
|
/hal_espressif-3.6.0/components/esp_eth/src/ |
D | esp_eth_mac_openeth.c | 74 ESP_EARLY_LOGW(TAG, "%s: RX frame dropped (0x%x)", __func__, status); in emac_opencores_isr_handler()
|
/hal_espressif-3.6.0/components/driver/ |
D | twai.c | 113 ESP_EARLY_LOGW(TWAI_TAG, "Alert %d", alert_code); in twai_alert_handler()
|
D | uart.c | 430 ESP_EARLY_LOGW(UART_TAG, "Fail to enqueue pattern position, pattern queue is full."); in uart_pattern_enqueue()
|