mirror of
https://github.com/esphome/esphome.git
synced 2026-09-23 21:14:03 +00:00
Remove misleading serial console hint for RISC-V
IDF doesn't decode RISC-V backtraces on the console either — it just dumps raw stack memory. Our crash handler provides a better trace. Co-Authored-By: J. Nick Koston <nick@koston.org>
This commit is contained in:
co-authored by
J. Nick Koston
parent
b38bcfe466
commit
8e37d8c57d
@@ -114,9 +114,6 @@ void crash_handler_log() {
|
||||
pos += snprintf(hint + pos, sizeof(hint) - pos, " 0x%08" PRIX32, addr);
|
||||
}
|
||||
ESP_LOGE(TAG, "%s", hint);
|
||||
#if CONFIG_IDF_TARGET_ARCH_RISCV
|
||||
ESP_LOGE(TAG, "RISC-V backtrace is best-effort. Check serial console for full register dump.");
|
||||
#endif
|
||||
}
|
||||
|
||||
} // namespace esphome::esp32
|
||||
|
||||
Reference in New Issue
Block a user