zephyr/samples/sensor/tdk_apex/prj.conf
Aurelie Fontaine 1d3681dedc samples: sensor: tdk_apex: update naming
Rename ICM42670 define to ICM42X70 to be aligned with updated driver
to support icm42370-p

Signed-off-by: Aurelie Fontaine <aurelie.fontaine@tdk.com>
2025-02-08 00:31:43 +01:00

20 lines
446 B
Plaintext

#
# Copyright (c) 2024 TDK Invensense
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SENSOR=y
CONFIG_LOG=y
CONFIG_SENSOR_LOG_LEVEL_DBG=n
# Floating point format support
# Selecting this increases stack size requirements slightly, but increases code size significantly.
CONFIG_CBPRINTF_FP_SUPPORT=y
# nrf52dk/nrf52832 specific
CONFIG_USE_SEGGER_RTT=n
# Trigger mode: sample is using interrupt triggering
CONFIG_ICM42X70_TRIGGER_OWN_THREAD=y