zephyr/samples/sensor/tdk_apex/prj.conf
Aurelie Fontaine 26e2e1d1e1 samples: sensor: TDK APEX generic sample
It reports Advanced Pedometer and Event Detection features,
such as Pedometer, Tilt detection, Wake on Motion and
Significant Motion Detector. Device tree options.

Signed-off-by: Aurelie Fontaine <aurelie.fontaine@tdk.com>
2024-12-18 03:04:31 +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_ICM42670_TRIGGER_OWN_THREAD=y