mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-23 03:39:33 +00:00
* ets_delay_us(1) has too much overhead; change logic
* Fix MR comments
This commit is contained in:
@@ -119,6 +119,11 @@ void esp_gdbstub_putchar(int c);
|
||||
*/
|
||||
int esp_gdbstub_readmem(intptr_t addr);
|
||||
|
||||
/**
|
||||
* Make sure all bytes sent using putchar() end up at the host.
|
||||
* (Usually stubbed for UART, but can be useful for other channels)
|
||||
*/
|
||||
void esp_gdbstub_flush(void);
|
||||
|
||||
/**** GDB packet related functions ****/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user