add qs-fx and qs-fs sensor support Nuttx on stm32f407-discovery

This commit is contained in:
wgzAIIT
2022-03-21 19:04:18 +08:00
parent e991c64a1d
commit 40d0320ef8
17 changed files with 141 additions and 5 deletions

View File

@@ -47,6 +47,14 @@ ifeq ($(CONFIG_ADD_NUTTX_FETURES),y)
CSRCS += temperature_hs300x.c
endif
ifeq ($(CONFIG_APPLICATION_SENSOR_WINDDIRECTION_QS_FX), y)
CSRCS += winddirection_qs_fx.c
endif
ifeq ($(CONFIG_APPLICATION_SENSOR_WINDSPEED_QS_FS), y)
CSRCS += windspeed_qs_fs.c
endif
include $(APPDIR)/Application.mk
endif