From 94c8530702ca23397619dc91750eb86ee3054dcf Mon Sep 17 00:00:00 2001 From: Roman Valls Guimera Date: Tue, 22 Oct 2024 13:05:32 +1100 Subject: [PATCH] Repoint cmsis-svd repo to upstream cmsis-svd org --- r2svd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2svd/Makefile b/r2svd/Makefile index de59b14ba..f922ca4c6 100644 --- a/r2svd/Makefile +++ b/r2svd/Makefile @@ -3,7 +3,7 @@ BINDIR=$(shell r2pm -H R2PM_BINDIR) all: cmsis-svd cmsis-svd: - git clone --depth=1 https://github.com/brainstorm/cmsis-svd && cd cmsis-svd && git checkout regex_fix + git clone --depth=1 https://github.com/cmsis-svd/cmsis-svd && cd cmsis-svd pip3 install -t $(shell pwd)/cmsis-svd/python lxml six clean: