You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/01/31 12:40:24 UTC

[incubator-nuttx] branch master updated (2c3020d -> 09c4c2f)

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

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


    from 2c3020d  arch/Toolchain.defs: Replace --print-file-name=libgcc.a with --print-libgcc-file-name
     add 0b23257  i2c: Add support to TCA9548A multiplexer
     add 09c4c2f  boards/esp32: Add support to use TCA9548A multiplexer

No new revisions were added by this update.

Summary of changes:
 .../include/{esp32_bmp180.h => esp32_tca9548a.h}   |  50 +--
 boards/xtensa/esp32/common/src/Make.defs           |   4 +
 boards/xtensa/esp32/common/src/esp32_ms5611.c      |  18 +-
 boards/xtensa/esp32/common/src/esp32_tca9548a.c    | 156 ++++++++
 .../xtensa/esp32/esp32-devkitc/src/esp32_bringup.c |  19 +
 drivers/i2c/Kconfig                                |  13 +
 drivers/i2c/Make.defs                              |   4 +
 drivers/i2c/tca9548a.c                             | 412 +++++++++++++++++++++
 include/{net/route.h => nuttx/i2c/tca9548a.h}      |  95 ++---
 9 files changed, 701 insertions(+), 70 deletions(-)
 copy boards/xtensa/esp32/common/include/{esp32_bmp180.h => esp32_tca9548a.h} (69%)
 create mode 100644 boards/xtensa/esp32/common/src/esp32_tca9548a.c
 create mode 100644 drivers/i2c/tca9548a.c
 copy include/{net/route.h => nuttx/i2c/tca9548a.h} (53%)