Merge branch 'bugfix/gdbstub_rt_callx0' into 'master'

Fix problem on Esp32S3 with dangerous relocation for gdbstub.

See merge request espressif/esp-idf!14145
This commit is contained in:
Ivan Grokhotkov
2021-07-20 09:56:20 +00:00

View File

@@ -39,5 +39,6 @@ _xt_gdbstub_int:
s32i a0, sp, XT_STK_A0
mov a6,sp
call0 gdbstub_handle_uart_int
movi a3, gdbstub_handle_uart_int
callx0 a3
ret