Skip to content

Commit 94f5249

Browse files
committed
Remove obsolescent SPI simulated device
1 parent d91bee3 commit 94f5249

File tree

9 files changed

+2
-930
lines changed

9 files changed

+2
-930
lines changed

lib/spi.th

-29
This file was deleted.

mk/common.mk

+1-2
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,9 @@ tld = $(runwrap)$(TOOLDIR)/tld$(EXE_SUFFIX)
8888
tsim = $(runwrap)$(TOOLDIR)/tsim$(EXE_SUFFIX)
8989
tpp = $(CPP)
9090

91-
DEVICES = ram sparseram serial spi
91+
DEVICES = ram sparseram serial
9292
DEVOBJS = $(DEVICES:%=%.o)
9393
# plugin devices
94-
PDEVICES += spidummy spisd spi
9594
PDEVOBJS = $(PDEVICES:%=%,dy.o)
9695
PDEVLIBS = $(PDEVICES:%=libtenyr%$(DYLIB_SUFFIX))
9796

mk/misc.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ COVERAGE_RULE = check
8282
coverage.info: $(COVERAGE_RULE) | lcov_setup
8383
$(LCOV) --capture --test-name $< --directory $(BUILDDIR) --output-file $@
8484

85-
COVERAGE_SKIP = */spi.c 3rdparty/asmjit/*
85+
COVERAGE_SKIP = 3rdparty/asmjit/*
8686
coverage.info.trimmed: coverage.info
8787
$(LCOV) --output-file $@ $(foreach f,$(COVERAGE_SKIP),--remove $< '$f')
8888

plugins/spi.rcp

-3
This file was deleted.

0 commit comments

Comments
 (0)