Reports generic barometric sensor interrupts * Data ready interrupt * Pressure threshold interrupt * Pressure changed interrupt Signed-off-by: Remi Buisson <remi.buisson@tdk.com>
18 lines
444 B
Plaintext
18 lines
444 B
Plaintext
#
|
|
# Copyright (c) 2024 TDK Invensense
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
CONFIG_SENSOR=y
|
|
|
|
# Floating point format support
|
|
# Selecting this increases stack size requirements slightly, but increases code size significantly.
|
|
CONFIG_CBPRINTF_FP_SUPPORT=y
|
|
|
|
# Buffer size for console. The defaults are optimized to save RAM
|
|
CONFIG_CONSOLE_SUBSYS=y
|
|
CONFIG_CONSOLE_GETCHAR=y
|
|
CONFIG_CONSOLE_GETCHAR_BUFSIZE=16
|
|
CONFIG_CONSOLE_PUTCHAR_BUFSIZE=512
|