DK-TM42129X: Support for the TMP100 temperature sensor is enabled by default in the NSH configuration
This commit is contained in:
parent
beaf4afdd4
commit
9dd82a5f08
|
@ -468,7 +468,12 @@ CONFIG_ARCH_PHY_INTERRUPT=y
|
|||
# CONFIG_PIPES is not set
|
||||
# CONFIG_PM is not set
|
||||
# CONFIG_POWER is not set
|
||||
# CONFIG_SENSORS is not set
|
||||
CONFIG_SENSORS=y
|
||||
# CONFIG_LIS331DL is not set
|
||||
# CONFIG_SENSORS_ADXL345 is not set
|
||||
CONFIG_I2C_LM75=y
|
||||
CONFIG_LM75=y
|
||||
# CONFIG_QENCODER is not set
|
||||
# CONFIG_SERCOMM_CONSOLE is not set
|
||||
CONFIG_SERIAL=y
|
||||
# CONFIG_DEV_LOWCONSOLE is not set
|
||||
|
@ -710,9 +715,9 @@ CONFIG_STDIO_BUFFER_SIZE=64
|
|||
CONFIG_STDIO_LINEBUFFER=y
|
||||
CONFIG_NUNGET_CHARS=2
|
||||
CONFIG_LIB_HOMEDIR="/"
|
||||
# CONFIG_LIBM is not set
|
||||
CONFIG_LIBM=y
|
||||
# CONFIG_NOPRINTF_FIELDWIDTH is not set
|
||||
# CONFIG_LIBC_FLOATINGPOINT is not set
|
||||
CONFIG_LIBC_FLOATINGPOINT=y
|
||||
# CONFIG_LIBC_IOCTL_VARIADIC is not set
|
||||
CONFIG_LIB_RAND_ORDER=1
|
||||
# CONFIG_EOL_IS_CR is not set
|
||||
|
@ -937,7 +942,7 @@ CONFIG_NSH_FILEIOSIZE=512
|
|||
# Console Configuration
|
||||
#
|
||||
CONFIG_NSH_CONSOLE=y
|
||||
# CONFIG_NSH_ARCHINIT is not set
|
||||
CONFIG_NSH_ARCHINIT=y
|
||||
|
||||
#
|
||||
# Networking Configuration
|
||||
|
@ -1074,6 +1079,16 @@ CONFIG_READLINE_ECHO=y
|
|||
#
|
||||
# CONFIG_SYSTEM_SYSINFO is not set
|
||||
|
||||
#
|
||||
# Temperature
|
||||
#
|
||||
CONFIG_SYSTEM_LM75=y
|
||||
CONFIG_SYSTEM_LM75_DEVNAME="/dev/temp"
|
||||
CONFIG_SYSTEM_LM75_FAHRENHEIT=y
|
||||
# CONFIG_SYSTEM_LM75_CENTIGRADE is not set
|
||||
CONFIG_SYSTEM_LM75_STACKSIZE=1024
|
||||
CONFIG_SYSTEM_LM75_PRIORITY=100
|
||||
|
||||
#
|
||||
# VI Work-Alike Editor
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue