Searched refs:DRAM_STR (Results 1 – 5 of 5) sorted by relevance
28 esp_system_abort(DRAM_STR("Stack smashing protect failure!")); in __stack_chk_fail()
63 #define DRAM_STR(str) (__extension__({static const DRAM_ATTR char __c[] = (str); (const char *)&__c… macro
183 esp_rom_printf(DRAM_STR("Fatal error in queue_signal: s_meta_queue full\n")); in queue_signal()
475 #define _ESP_LOG_DRAM_LOG_FORMAT(letter, format) DRAM_STR(#letter " %s: " format "\n")
547 ESP_EARLY_LOGE(TAG, "%s", DRAM_STR("Tasks currently running:")); in task_wdt_isr()