Searched refs:BOOTLOADER_FLASH_LOG (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/components/bootloader_support/src/ |
D | bootloader_flash.c | 724 #define BOOTLOADER_FLASH_LOG(level, ...) ESP_LOG##level(TAG, ##__VA_ARGS__) macro 727 #define BOOTLOADER_FLASH_LOG(level, ...) ESP_DRAM_LOG##level(bootloader_flash_tag, ##__VA_ARGS__) macro 764 … BOOTLOADER_FLASH_LOG(D, "XMC chip detected by RDID (%08X), skip.", g_rom_flashchip.device_id); in bootloader_flash_xmc_startup() 772 BOOTLOADER_FLASH_LOG(D, "non-XMC chip detected by SFDP Read (%02X), skip.", mf_id); in bootloader_flash_xmc_startup() 776 BOOTLOADER_FLASH_LOG(I, "XM25QHxxC startup flow"); in bootloader_flash_xmc_startup() 791 BOOTLOADER_FLASH_LOG(E, "XMC flash startup fail"); in bootloader_flash_xmc_startup() 809 …BOOTLOADER_FLASH_LOG(E, "XMC chip detected (%08X) while support disabled.", g_rom_flashchip.device… in bootloader_flash_xmc_startup()
|