From eabbd037f5f605a9ecf06185cd62594eb4564bce Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 1 May 2017 09:25:30 +0200 Subject: o Adding USB CDC code/support. --- .gdbinit | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gdbinit') diff --git a/.gdbinit b/.gdbinit index e2ea19a..3edbdf0 100644 --- a/.gdbinit +++ b/.gdbinit @@ -24,3 +24,8 @@ define run_firmware end target extended-remote :3333 +set confirm off +file build/firmware +hb halt +hb main +disable 2 -- cgit v1.2.3