Function esp_idf_hal::sys::esp_core_dump_to_uart
source ยท pub unsafe extern "C" fn esp_core_dump_to_uart(
info: *mut panic_info_t,
)
Expand description
@brief Print base64-encoded core dump to UART.
The structure of core dump data is the same as for data stored in flash (@see esp_core_dump_to_flash) with some notes:
- The checksum is not present in core dump printed to UART.
- Since checksum is omitted TOTAL_LEN does not include its size.
- Printed base64 data are surrounded with special messages to help user recognize the start and end of actual data.