add host/device_info example

This commit is contained in:
hathach
2024-06-18 12:52:32 +07:00
parent 007a8bd46d
commit f93eb40b1d
11 changed files with 479 additions and 128 deletions

View File

@@ -0,0 +1,13 @@
include ../../build_system/make/make.mk
INC += \
src \
$(TOP)/hw \
# Example source
EXAMPLE_SOURCE += \
src/main.c
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
include ../../build_system/make/rules.mk