35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
static_library("bossay_hi3861_l0_demo_DHT11") {
|
|
sources = [
|
|
"main_entry.c",
|
|
]
|
|
|
|
cflags = [ "-Wno-unused-variable" ]
|
|
cflags += [ "-Wno-unused-but-set-variable" ]
|
|
cflags += [ "-Wno-unused-parameter" ]
|
|
|
|
include_dirs = [
|
|
"./sensor/inc",
|
|
"../../common/inc",
|
|
"cloud_connect/inc",
|
|
"//third_party/cJSON",
|
|
"./OLED/include",
|
|
"//base/iot_hardware/peripheral/interfaces/kits",
|
|
"//device/bossay/hi3861_l0/iot_hardware_hals/include",
|
|
"//device/bossay/hi3861_l0/sdk_liteos/include"
|
|
|
|
]
|
|
|
|
deps = [
|
|
"../../common/iot_sntp:iot_sntp",
|
|
"../../common/iot_wifi:iot_wifi",
|
|
"../../common/iot_schedule:iot_schedule",
|
|
#"../../common/iot_nfc:iot_nfc",
|
|
"../../common/iot_cloud:iot_cloud",
|
|
#"../../common/iot_boardled:iot_boardled",
|
|
#"../../common/iot_boardbutton:iot_boardbutton",
|
|
#"cloud_connect:cloud_connect",
|
|
#"sensor:bossay_hi3861_l0_sensor",
|
|
#"OLED:bossay_hi3816l0_OLED",
|
|
]
|
|
|
|
} |