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

[incubator-nuttx] branch master updated (54d6a07 -> 10c4aff)

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

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


    from 54d6a07  boards/arm/stm32f0l0g0/:  Fix issues noted by nxstyle.
     add f297e41  imxrt:gpio Support readback on OUT GPIO
     add 9ebeaa1  imxrt:lpi2c imxrt_lpi2c_reset uses GPIO with SION
     add 0050ba9  imxrt:lpi2c ensure that on an error status reflects it.
     add 3dcd238  imxrt:lpi2c Fix interrupt storm on failed write.
     add 9b7afcd  imxrt106x:pinout add ALT 8 GPIO_GPT2_COMPARE3 & fix GPIO_GPT1_CAPTURE[1|2]
     new 10c4aff  Merge pull request #1 from apache/master_imxrt

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/imxrt/hardware/rt106x/imxrt106x_pinmux.h   |   5 +-
 arch/arm/src/imxrt/imxrt_gpio.c                    |  66 +++++--
 arch/arm/src/imxrt/imxrt_lpi2c.c                   | 220 +++++++++++----------
 3 files changed, 175 insertions(+), 116 deletions(-)


[incubator-nuttx] 01/01: Merge pull request #1 from apache/master_imxrt

Posted by gn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 10c4aff6ca6d77da9cde42d4e72e60e843a27aca
Merge: 54d6a07 9b7afcd
Author: patacongo <sp...@yahoo.com>
AuthorDate: Mon Dec 23 19:02:19 2019 -0600

    Merge pull request #1 from apache/master_imxrt
    
    imxrt fixes

 .../src/imxrt/hardware/rt106x/imxrt106x_pinmux.h   |   5 +-
 arch/arm/src/imxrt/imxrt_gpio.c                    |  66 +++++--
 arch/arm/src/imxrt/imxrt_lpi2c.c                   | 220 +++++++++++----------
 3 files changed, 175 insertions(+), 116 deletions(-)