Expand description
GDB Remote Serial Protocol (RSP) Stub
Implements the GDB remote serial protocol over COM2 (I/O port 0x2F8). Supports core RSP commands: register read/write, memory read/write, continue/step, breakpoints, and thread queries.
Protocol: $packet-data#checksum framing with +/- acknowledgment.