mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 17:31:13 +03:00
bosch bme280: Remove old driver in favor of new driver to be added soon
This driver, based on bosch code is being removed in favor of a new driver to be added soon that is more fully functional and includes SPI support. The new driver will be included along with a BMP280 implementation in a new bmp280 library. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -859,10 +859,10 @@ EXCLUDE_SYMLINKS = NO
|
||||
# Note that the wildcards are matched against the file with absolute path, so to
|
||||
# exclude all test directories for example use the pattern */test/*
|
||||
|
||||
# bme280driver code is provided by bosch. This source contains tags which are
|
||||
# picked up by doxygen (namely \mainpage) and incorrectly get added to docs.
|
||||
EXCLUDE_PATTERNS = bosch_* \
|
||||
*bme280driver*
|
||||
# bmi160 driver contains code provided by bosch. This source contains
|
||||
# tags which are picked up by doxygen (namely \mainpage) and
|
||||
# incorrectly get added to docs.
|
||||
EXCLUDE_PATTERNS = bosch_*
|
||||
|
||||
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
||||
# (namespaces, classes, functions, etc.) that should be excluded from the
|
||||
|
Reference in New Issue
Block a user