Searched refs:ERR_STR1 (Results 1 – 2 of 2) sorted by relevance
25 #define ERR_STR1 "abort() was called at PC 0x" in abort() macro34 …char buf[sizeof(ERR_STR1) + sizeof(addr_buf) + sizeof(core_buf) + sizeof(ERR_STR2) + 1 /* null cha… in abort()39 const char *str[] = { ERR_STR1, addr_buf, ERR_STR2, core_buf }; in abort()
394 #define ERR_STR1 "***ERROR*** A stack overflow in task " in vApplicationStackOverflowHook() macro396 const char *str[] = {ERR_STR1, pcTaskName, ERR_STR2}; in vApplicationStackOverflowHook()398 …char buf[sizeof(ERR_STR1) + CONFIG_FREERTOS_MAX_TASK_NAME_LEN + sizeof(ERR_STR2) + 1 /* null char … in vApplicationStackOverflowHook()