16 lines
369 B
Plaintext
Raw Normal View History

2024-08-05 20:57:09 +08:00
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"
2025-01-18 13:25:25 +08:00
select RT_KLIBC_USING_VSNPRINTF_STANDARD if RT_USING_SENSOR_V2
2024-08-05 20:57:09 +08:00
default y
endif