You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/03/09 21:33:34 UTC

[incubator-nuttx] branch master updated (05f1f35 -> 9b7d0a0)

This is an automated email from the ASF dual-hosted git repository.

acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 05f1f35  tools/esp32: Continue the build if the QEMU script fails.
     add 9b7d0a0  Add BMP180 sensor support.

No new revisions were added by this update.

Summary of changes:
 .../common/include/rp2040_bmp180.h}                         | 10 +++++-----
 boards/arm/rp2040/common/src/Make.defs                      |  4 ++++
 .../rp2040/common/src/rp2040_bmp180.c}                      | 13 ++++++-------
 boards/arm/rp2040/raspberrypi-pico/README.txt               |  1 +
 boards/arm/rp2040/raspberrypi-pico/src/rp2040_bringup.c     | 10 ++++++++++
 5 files changed, 26 insertions(+), 12 deletions(-)
 copy boards/arm/{stm32/common/include/stm32_bmp180.h => rp2040/common/include/rp2040_bmp180.h} (91%)
 copy boards/{xtensa/esp32/common/src/esp32_bmp180.c => arm/rp2040/common/src/rp2040_bmp180.c} (94%)