zephyr/tests/drivers/build_all/sensor/prj.conf
TOKITA Hiroshi e3438585b5 tests: drivers: build_all: sensor: Adding Festo VEAA pressure regulator
Add "festo,veaa-x-3" to testing targets.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2024-10-02 09:51:19 +02:00

22 lines
371 B
Plaintext

CONFIG_TEST=y
CONFIG_TEST_USERSPACE=y
CONFIG_LOG=y
CONFIG_SENSOR_LOG_LEVEL_DBG=y
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
CONFIG_ADC=y
CONFIG_DAC=y
CONFIG_GPIO=y
CONFIG_I2C=y
CONFIG_I3C=y
CONFIG_PWM=y
CONFIG_PWM_CAPTURE=y
CONFIG_SERIAL=y
CONFIG_SPI=y
CONFIG_MFD=y
CONFIG_W1=y
CONFIG_SENSOR=y
CONFIG_FUEL_GAUGE=y
CONFIG_ICM42605_TRIGGER_NONE=y
CONFIG_EMUL=y
CONFIG_DHT20_CRC=y