Searched refs:MCUBOOT_LOG_INF (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.5.0/zephyr/esp_shared/include/boot/mcuboot_config/ |
D | mcuboot_logging.h | 55 #define MCUBOOT_LOG_INF(_fmt, ...) \ macro 60 #define MCUBOOT_LOG_INF(_fmt, ...) macro
|
/hal_espressif-3.5.0/zephyr/esp_shared/include/boot/ |
D | esp_log.h | 18 #define ESP_LOGI(tag, fmt, ...) MCUBOOT_LOG_INF("[%s] " fmt, tag, ##__VA_ARGS__) 24 #define ESP_EARLY_LOGI(tag, fmt, ...) MCUBOOT_LOG_INF("[%s] " fmt, tag, ##__VA_ARGS__)
|
D | soc_log.h | 14 #define SOC_LOGI(tag, fmt, ...) MCUBOOT_LOG_INF("[%s] " fmt, tag, ##__VA_ARGS__)
|