From 240425ff22c61054e2a704803cd959ed5fd20e8b Mon Sep 17 00:00:00 2001 From: Stacey Sheldon Date: Tue, 7 Feb 2012 02:07:20 -0500 Subject: [PATCH] gdb: add config file for revo bl --- flight/Project/gdb/bl_revolution | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 flight/Project/gdb/bl_revolution diff --git a/flight/Project/gdb/bl_revolution b/flight/Project/gdb/bl_revolution new file mode 100644 index 000000000..362e273dc --- /dev/null +++ b/flight/Project/gdb/bl_revolution @@ -0,0 +1,4 @@ +define connect + target remote localhost:3333 + file ./build/bl_revolution/bl_revolution.elf +end