From 53f259666519ea63ba2a55b237d07b243285eb79 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sun, 3 Mar 2019 04:31:45 +0200 Subject: [PATCH] [local] use openocd built with RTT --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fffc475..9f3a763 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ QEMU = /usr/local/Cellar/qemu/HEAD-3365de01b5-custom/bin/qemu-system-aarch64 GDB = /usr/local/opt/gdb-8.2.1-aarhc64/bin/aarch64-linux-elf-gdb -OPENOCD = /usr/local/openocd-20ceec69/bin/openocd +OPENOCD = /usr/local/openocd-aeb7b327-rtt/bin/openocd .PHONY: all qemu clippy clean objdump nm