start to add webusb example (not work yet)

This commit is contained in:
hathach
2019-07-11 23:12:53 +07:00
parent 42d0ef6fb0
commit 913b52bb35
5 changed files with 370 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