From cc8cfee5e49387daa50b7918e54bb78c182db698 Mon Sep 17 00:00:00 2001 From: Rahix <rahix@rahix.de> Date: Sat, 8 Jun 2019 21:36:07 +0200 Subject: [PATCH] chore(hello-freertos): Add .gdbinit file Signed-off-by: Rahix <rahix@rahix.de> --- hw-tests/hello-freertos/.gdbinit | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hw-tests/hello-freertos/.gdbinit diff --git a/hw-tests/hello-freertos/.gdbinit b/hw-tests/hello-freertos/.gdbinit new file mode 100644 index 000000000..f4cda07f4 --- /dev/null +++ b/hw-tests/hello-freertos/.gdbinit @@ -0,0 +1,2 @@ +file ../../build/hw-tests/hello-freertos/hello-freertos.elf +source ../../.gdbinit -- GitLab