Add example to be tested

Update API description.
This commit is contained in:
Jeremiah McCarthy
2021-05-05 17:42:38 -04:00
parent f830800d00
commit dab1ed6b32
6 changed files with 500 additions and 1 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