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:

  1. The checksum is not present in core dump printed to UART.
  2. Since checksum is omitted TOTAL_LEN does not include its size.
  3. Printed base64 data are surrounded with special messages to help user recognize the start and end of actual data.