dgjames cabe8296ea Revert "rtt更新"
This reverts commit d6009a0773d226206cf691dda1be16f5aa6299ee.
2025-01-23 21:03:05 +08:00

16 lines
363 B
Plaintext

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