makefile: Add target to run GUI debugger client

This commit is contained in:
Alexander Heldt
2024-08-02 13:36:25 +02:00
parent c84cf622f1
commit 9b131a3c24
2 changed files with 5 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
pkgs.stlink
pkgs.gdb
pkgs.openocd
pkgs.gdbgui
];
};
}