We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1024fa4 + 81dddc1 commit b8e6f6fCopy full SHA for b8e6f6f
.gitignore
@@ -0,0 +1 @@
1
+compile.sh
compile_mac_m1.sh
@@ -0,0 +1,5 @@
+# for Mac OS 12.6.3 Apple Silicon M1 Max
2
+# libusb-1.0 installed with homebrew
3
+# then
4
+# sudo ln -s /opt/homebrew/lib/libusb-1.0.dylib /usr/local/lib/libusb.dylib
5
+g++ main.cpp -I/opt/homebrew/Cellar/libusb/1.0.26/include/libusb-1.0 -lusb -fpermissive -std=c++14 -o dfu_discoverer -v
0 commit comments