()
| 85 | } |
| 86 | |
| 87 | public liveGdbInitCommands(): string[] { |
| 88 | return this.initCommands(); |
| 89 | } |
| 90 | |
| 91 | // ST/OpenOCD HACK: There are two problems. |
| 92 | // ST with their release on Dec 31 2021, released their FW/SW where it no longer works |
nothing calls this directly
no test coverage detected