This is an automated email from the ASF dual-hosted git repository.
jerzy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.
from d63ea13 Merge pull request #1885 from mkiiskila/m33_coredump
new 2c4cebe sensors/bmp280: Fix shell oversample command
new defe36d sensors/bmp280: Dump command redone
new 68a726a sensors/bmp280: Fix write with bus driver enabled
new c84b1c7 sensors/bmp280: Add bus driver support to bmp280 cli
new 8528cdf sensor/creator: Add BMP280 bus driver support
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
hw/drivers/sensors/bmp280/include/bmp280/bmp280.h | 1 +
hw/drivers/sensors/bmp280/src/bmp280.c | 15 ++
hw/drivers/sensors/bmp280/src/bmp280_shell.c | 181 +++++++++++++++-------
hw/drivers/sensors/bmp280/syscfg.yml | 3 +
hw/sensor/creator/src/sensor_creator.c | 35 ++++-
hw/sensor/creator/syscfg.yml | 31 ++++
6 files changed, 208 insertions(+), 58 deletions(-)