Skip to content

Commit b8e6f6f

Browse files
committed
Merge remote-tracking branch 'bcmi/master'
2 parents 1024fa4 + 81dddc1 commit b8e6f6f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
compile.sh

compile_mac_m1.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# 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

Comments
 (0)