NEURoboticsClub / Space-Drone-Embedded

Embedded firmware for the Space Building Drone project.
GNU General Public License v3.0
0 stars 0 forks source link

[DevOps] Add GDBSTUB #5

Open jr1221 opened 1 month ago

jr1221 commented 1 month ago

Be able to debug dynamically using gdb. Since JTAG is probably not feasible, integrate, document, and test GDBSTUB as a way to get GDB working since ESP32 only really has UART avaliable in current hardware.