add board_test example for testing new board

This commit is contained in:
hathach
2019-08-24 23:30:35 +07:00
parent b3acce17cc
commit d4895c4af6
6 changed files with 180 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