This commit is contained in:
Nav
2022-11-17 00:49:59 +00:00
parent 7a2e8f07b5
commit 3a04fd9b17
4 changed files with 16 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ src/TargetController/ for more.
##### DebugServer
The DebugServer exposes an interface to the connected target, for third-party programs such as GDB and IDEs (GDB
front-ends). Currently, Bloom only supports one server - the AVR GDB RSP server. With this server, any AVR compatible
GDB binary (or any IDE with GDB RSP support) can interface with Bloom and thus the connected AVR target. The
version of GDB (or any IDE with GDB RSP support) can interface with Bloom and thus the connected AVR target. The
DebugServer runs on a dedicated thread. See the
[DebugServer documentation](./src/DebugServer/README.md) and source code in src/DebugServer/ for more.