mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-19 08:49:43 +01:00
usb_serial_jtag: support usb_serial_jtag on esp32c3
USB serial/jtag controller: Add vfs (logging/printf), panic handler, gdb support. See merge request espressif/esp-idf!12925
This commit is contained in:
committed by
Cao Sen Miao
parent
ba15ac8634
commit
d6cdb3e0ae
@@ -64,6 +64,7 @@ void esp_gdbstub_send_end(void)
|
||||
{
|
||||
esp_gdbstub_putchar('#');
|
||||
esp_gdbstub_send_hex(s_chsum, 8);
|
||||
esp_gdbstub_flush();
|
||||
}
|
||||
|
||||
// Send a packet with a string as content
|
||||
|
||||
Reference in New Issue
Block a user