You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/07/28 13:32:04 UTC

[incubator-nuttx] branch master updated (904ec76 -> cb1d11a)

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

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


    from 904ec76  arch: lc823450: Fix nxstyle violations
     add cb1d11a  ESP32: Add driver support to I2C

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/esp32/Kconfig                      |   52 +-
 arch/xtensa/src/esp32/Make.defs                    |    4 +
 arch/xtensa/src/esp32/esp32_i2c.c                  |  956 +++++++++++
 .../rx65n_eth.h => xtensa/src/esp32/esp32_i2c.h}   |   72 +-
 arch/xtensa/src/esp32/hardware/esp32_i2c.h         | 1687 ++++++++++++++++++++
 5 files changed, 2719 insertions(+), 52 deletions(-)
 create mode 100644 arch/xtensa/src/esp32/esp32_i2c.c
 copy arch/{renesas/src/rx65n/rx65n_eth.h => xtensa/src/esp32/esp32_i2c.h} (64%)
 create mode 100644 arch/xtensa/src/esp32/hardware/esp32_i2c.h