You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/02/22 02:28:06 UTC

[incubator-nuttx] branch master updated (79e8a52 -> 7a9e9b7)

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

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


    from 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 [...]
     add 7a9e9b7  pic32mz does not have ANSELJ register on port K

No new revisions were added by this update.

Summary of changes:
 arch/mips/src/pic32mz/pic32mz_lowinit.c | 4 ----
 1 file changed, 4 deletions(-)