add BC28 of nbiot for adapter

This commit is contained in:
Wang_Weigen
2021-10-13 17:22:28 +08:00
parent 2aa5c0f0ba
commit a4f24a29fc
9 changed files with 718 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
SRC_FILES := adapter_nbiot.c
ifeq ($(CONFIG_ADAPTER_BC28),y)
SRC_DIR += BC28
endif
include $(KERNEL_ROOT)/compiler.mk