Add usbtmc class driver.

This commit is contained in:
Nathan Conrad
2019-09-14 12:13:11 -04:00
parent ac8c343fef
commit 1cae96951f
12 changed files with 1420 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
include ../../../tools/top.mk
include ../../make.mk
INC += \
src \
$(TOP)/hw \
# Example source
EXAMPLE_SOURCE += $(wildcard src/*.c)
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
include ../../rules.mk