1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-22 23:49:10 -04:00
Jakob Hasse 4c0cf6bf62 gdbstub: C3 - protection for UART register region
* reading the UART peripheral registers disturbs
  gdbstub because it communicates via UART.
  Hence, we protect it.

Closes IDF-2533
2021-01-11 17:09:42 +08:00
..