From 1841a46f1d4deb4f6c95d9a7c8112350b2a3687e 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 00000000..f4cda07f --- /dev/null +++ b/hw-tests/hello-freertos/.gdbinit @@ -0,0 +1,2 @@ +file ../../build/hw-tests/hello-freertos/hello-freertos.elf +source ../../.gdbinit -- GitLab