mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-17 23:48:13 +08:00
修改了Web后台的部分界面,增加了HAmqtt中的总电量传感器,后台新增mqtt上报频率设置
This commit is contained in:
36
mico-os/libraries/bluetooth/dual_mode/dual_mode.mk
Normal file
36
mico-os/libraries/bluetooth/dual_mode/dual_mode.mk
Normal file
@@ -0,0 +1,36 @@
|
||||
#
|
||||
# Copyright 2016, MXCHIP Corporation
|
||||
# All Rights Reserved.
|
||||
#
|
||||
|
||||
NAME := Lib_Bluetooth_Embedded_Dual_mode_Stack_for_$(BT_CHIP)$(BT_CHIP_REVISION)
|
||||
|
||||
BTE_PLATFORM_DIR := ../BTE_platform
|
||||
|
||||
GLOBAL_INCLUDES += . \
|
||||
../include
|
||||
|
||||
# Include BTE stack as component
|
||||
#$(NAME)_COMPONENTS := libraries/bluetooth/BTE
|
||||
|
||||
BLUETOOTH_LIB_TYPE := dual_mode
|
||||
|
||||
ifneq ($(wildcard $(CURDIR)BTE_$(BLUETOOTH_LIB_TYPE).$(HOST_ARCH).$(TOOLCHAIN_NAME).release.a),)
|
||||
$(NAME)_PREBUILT_LIBRARY := BTE_$(BLUETOOTH_LIB_TYPE).$(HOST_ARCH).$(TOOLCHAIN_NAME).release.a
|
||||
else
|
||||
# Build from source (MXCHIP internal)
|
||||
include $(CURDIR)$(BLUETOOTH_LIB_TYPE)_src.mk
|
||||
endif
|
||||
|
||||
|
||||
# Include appropriate firmware as component
|
||||
$(NAME)_COMPONENTS += libraries/bluetooth/firmware
|
||||
|
||||
$(NAME)_SOURCES += $(BTE_PLATFORM_DIR)/mico_bt_bus.c \
|
||||
$(BTE_PLATFORM_DIR)/mico_bt_hcd.c \
|
||||
$(BTE_PLATFORM_DIR)/mico_bt_logmsg.c \
|
||||
$(BTE_PLATFORM_DIR)/mico_bt_nvram_access.c \
|
||||
$(BTE_PLATFORM_DIR)/mico_upio.c
|
||||
|
||||
VALID_PLATFORMS := MK3238 MK3239
|
||||
|
||||
Reference in New Issue
Block a user