mirror of
https://gitea.osmocom.org/sim-card/simtrace.git
synced 2026-03-19 23:08:37 +03:00
Import old unfinished FT232R bit-banging code for sim sniffing
This code never really worked due to large sample clock jitter, lost USB messages and the lack of CLK sniffing ability
This commit is contained in:
10
ft232r/Makefile
Normal file
10
ft232r/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
LDFLAGS=-lftdi
|
||||
|
||||
bitbang: bitbang.o soft_uart.o
|
||||
$(CC) $(LDFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
rm -f bitbang bitbang.o soft_uart.o
|
||||
|
||||
%: %.o
|
||||
$(CC) $(LDFLAGS) -o $@ $^
|
||||
Reference in New Issue
Block a user