Skip to content

Commit

Permalink
Compile up and running - untested.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlohr committed Mar 6, 2023
1 parent 4cfe489 commit 199a6a9
Show file tree
Hide file tree
Showing 8 changed files with 5,514 additions and 41 deletions.
4 changes: 2 additions & 2 deletions minichlink/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ TOOLS:=minichlink
all : $(TOOLS)

CFLAGS:=-O1 -g
LDFLAGS:=-lpthread -lusb-1.0
LDFLAGS:=-lpthread -lusb-1.0 -ludev

minichlink : minichlink.c wch-linke.c
minichlink : minichlink.c pgm-wch-linke.c pgm-esp32s2-ch32xx.c
gcc -o $@ $^ $(LDFLAGS) $(CFLAGS)

install_udev_rules :
Expand Down
Loading

0 comments on commit 199a6a9

Please sign in to comment.