Skip to content

Commit

Permalink
Setuptools was deprecated, so we need it now
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Sep 30, 2024
1 parent 4e72a04 commit 991ee0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions r2svd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ all: cmsis-svd

cmsis-svd:
git clone --depth=1 https://github.com/brainstorm/cmsis-svd && cd cmsis-svd && git checkout regex_fix
pip3 install setuptools
cd cmsis-svd/python && python3 setup.py build
cd cmsis-svd/python && python3 setup.py install

Expand Down
2 changes: 1 addition & 1 deletion r2svd/r2svd.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# use cmsis-svd python api to load the SVD peripheral and memory layout into r2
# --pancake @ 2020-2023
# --pancake @ 2020-2024

import json
import base64
Expand Down

0 comments on commit 991ee0f

Please sign in to comment.