mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 09:42:35 +00:00
Merge branch 'bugfix/small_fixes' into 'master'
OpenOCD doc fix, fix gdbstub - Fixes a few typos in the OpenOCD docs - Fix compiling with gdbstub as panic handler See merge request !165
This commit is contained in:
@@ -351,7 +351,7 @@ static int gdbReadCommand() {
|
||||
|
||||
|
||||
|
||||
void gdbstubPanicHandler(XtExcFrame *frame) {
|
||||
void esp_gdbstub_panic_handler(XtExcFrame *frame) {
|
||||
dumpHwToRegfile(frame);
|
||||
//Make sure txd/rxd are enabled
|
||||
PIN_PULLUP_DIS(PERIPHS_IO_MUX_U0TXD_U);
|
||||
|
Reference in New Issue
Block a user