Skip to content

Commit

Permalink
Repoint cmsis-svd repo to upstream cmsis-svd org
Browse files Browse the repository at this point in the history
  • Loading branch information
brainstorm authored and trufae committed Oct 22, 2024
1 parent 54ff412 commit 3596e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2svd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3596e7f

Please sign in to comment.