Closed
Description
路径[components\drivers\Kconfig](https://github.com/RT-Thread/rt-thread/blob/704554f1f9966ee830907c7674a676e2ea94a29c/components/drivers/Kconfig) 配置如下
config RT_USING_SENSOR
bool "Using Sensor device drivers"
select RT_USING_PIN
default n
if RT_USING_SENSOR
config RT_USING_SENSOR_V2
bool "Enable Sensor Framework v2"
default n
config RT_USING_SENSOR_CMD
bool "Using Sensor cmd"
select PKG_USING_RT_VSNPRINTF_FULL if RT_USING_SENSOR_V2
default y
endif
而此处未对V2进行过滤[components\drivers\sensor\v1\SConscript](https://github.com/RT-Thread/rt-thread/blob/704554f1f9966ee830907c7674a676e2ea94a29c/components/drivers/sensor/v1/SConscript)
Metadata
Metadata
Assignees
Labels
No labels
Activity