Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   brad
Date:           Mon Nov 21 21:24:02 UTC 2022

Modified Files:
        src/distrib/sets/lists/debug: module.mi
        src/distrib/sets/lists/man: mi
        src/distrib/sets/lists/modules: mi
        src/share/man/man4: Makefile
        src/sys/dev/i2c: files.i2c
        src/sys/dev/sysmon: sysmon_envsys_tables.c
        src/sys/modules: Makefile
        src/sys/sys: envsys.h
        src/usr.sbin/envstat: envstat.8 envstat.c
Added Files:
        src/share/man/man4: bmx280thp.4
        src/sys/dev/i2c: bmx280.c bmx280reg.h bmx280var.h
        src/sys/modules/bmx280thp: Makefile bmx280thp.ioconf

Log Message:
A driver for the Bosch BMP280 / BME280 temperature, humidity and
atmospheric pressure sensor.  This is an inexpensive to moderately
expensive chip available from a large number of places.  The driver
supports all aspects of the two chips, except for the repeating read
mode which would allow for sub-second queries, such as fall detection
or perhaps even as an altimeter.  This driver also only supports the
I2C interface and not the SPI interface.

The BME280, the one with humidity, is not fully tested at this point,
awaiting upon a breakout board and may not show proper humidity.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/distrib/sets/lists/debug/module.mi
cvs rdiff -u -r1.1755 -r1.1756 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.155 -r1.156 src/distrib/sets/lists/modules/mi
cvs rdiff -u -r1.729 -r1.730 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/bmx280thp.4
cvs rdiff -u -r0 -r1.1 src/sys/dev/i2c/bmx280.c src/sys/dev/i2c/bmx280reg.h \
    src/sys/dev/i2c/bmx280var.h
cvs rdiff -u -r1.124 -r1.125 src/sys/dev/i2c/files.i2c
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/sysmon/sysmon_envsys_tables.c
cvs rdiff -u -r1.272 -r1.273 src/sys/modules/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/bmx280thp/Makefile \
    src/sys/modules/bmx280thp/bmx280thp.ioconf
cvs rdiff -u -r1.38 -r1.39 src/sys/sys/envsys.h
cvs rdiff -u -r1.66 -r1.67 src/usr.sbin/envstat/envstat.8
cvs rdiff -u -r1.102 -r1.103 src/usr.sbin/envstat/envstat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index