Skip to content
Snippets Groups Projects
Commit 38479bc1 authored by cnlohr's avatar cnlohr
Browse files

Move around minichlink stuff to make it clear.

parent 82cbf3fb
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
File moved
TOOLS:=wch_erase wch_reset wch_write_simple wch_printf minichlink
TOOLS:=minichlink
all : $(TOOLS)
CFLAGS:=-O1 -g
LDFLAGS:=-lpthread -lusb-1.0
wch_erase : wch_erase.c
gcc -o $@ $^ $(LDFLAGS) $(CFLAGS)
wch_reset : wch_reset.c
gcc -o $@ $^ $(LDFLAGS) $(CFLAGS)
wch_printf : wch_printf.c
gcc -o $@ $^ $(LDFLAGS) $(CFLAGS)
wch_write_simple : wch_write_simple.c
gcc -o $@ $^ $(LDFLAGS) $(CFLAGS)
minichlink : minichlink.c
gcc -o $@ $^ $(LDFLAGS) $(CFLAGS)
......
File added
tcc wch_erase.c libusb-1.0.dll
tcc wch_reset.c libusb-1.0.dll
tcc wch_write_simple.c libusb-1.0.dll
rem tcc wch_erase.c libusb-1.0.dll
rem tcc wch_reset.c libusb-1.0.dll
rem tcc wch_write_simple.c libusb-1.0.dll
tcc minichlink.c libusb-1.0.dll
tcc wch_dump_flash.c libusb-1.0.dll
rem tcc wch_dump_flash.c libusb-1.0.dll
rem wch_erase.exe
rem wch_write_simple.exe ..\barebones\barebones.bin
rem wch_reset.exe
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment