zephyr/samples/subsys/sensing/simple/boards/native_sim.conf
Swift Tian 2a639c9148 samples: subsys: fix sensing/simple compile
Add CONFIG_EMUL=y to native_sim.conf

Signed-off-by: Swift Tian <swift.tian@ambiq.com>
2024-05-24 18:03:44 -04:00

7 lines
136 B
Plaintext

#Enable BMI160 and BMI160 Emulator
CONFIG_BMI160_TRIGGER_NONE=y
CONFIG_EMUL_BMI160=y
CONFIG_SENSOR=y
CONFIG_SENSOR_INFO=y
CONFIG_EMUL=y