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 2021/02/21 23:33:31 UTC

[incubator-nuttx] branch master updated (2c338a3 -> 79e8a52)

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 2c338a3  tools/esp32xx/Config.mk: Update the binaries names to reflect the same name used with the esp-nuttx-bootloader repo.
     add 79e8a52  This commit implements I2C support for ESP32 (wrover kit). It was missing and it wasn't possible to enable I2C (0 and/or 1) before this fix. To sum up, this fix implements a I2C register function in ESP32 bring-up routines (esp32_bringup.c) and call if for I2C0 and/or I2C1 during ESP32 bringup (these function callings are conditioned by CONFIG_ESP32_I2C (to check if I2C support has been configured), CONFIG_ESP32_I2C0 (to check if I2C0 support has been configured) and CON [...]

No new revisions were added by this update.

Summary of changes:
 .../{esp32_board_wdt.h => esp32_board_i2c.h}       | 22 +++++------
 boards/xtensa/esp32/common/src/Make.defs           |  7 +++-
 .../esp32/common/src/esp32_board_i2c.c}            | 46 +++++++++++++++-------
 .../esp32/esp32-wrover-kit/src/esp32_bringup.c     | 28 +++++++++++++
 4 files changed, 74 insertions(+), 29 deletions(-)
 copy boards/xtensa/esp32/common/include/{esp32_board_wdt.h => esp32_board_i2c.h} (77%)
 copy boards/{arm/nrf52/nrf52840-dk/src/nrf52_timer.c => xtensa/esp32/common/src/esp32_board_i2c.c} (70%)