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

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


    from f8ff088b98d tools: pass TOPDIR in SDIR_template and MAKE_template
     new b813b61a6e0 arch/arm/am67: Add I2C0/WKUP_I2C0 master driver.
     new 8dcbdcf19dd Documentation/am67: Document I2C support on t3-gem-o1.

The 2 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:
 .../platforms/arm/am67/boards/t3-gem-o1/index.rst  |    1 +
 arch/arm/include/am67/irq.h                        |    3 +-
 arch/arm/src/am67/Kconfig                          |   21 +
 arch/arm/src/am67/Make.defs                        |    3 +
 .../src/{am335x/am335x_i2c.c => am67/am67_i2c.c}   | 1039 ++++++++------------
 arch/arm/src/{xmc4/xmc4_i2c.h => am67/am67_i2c.h}  |   18 +-
 .../hardware/am335x_i2c.h => am67/am67_i2c_hw.h}   |  166 +---
 arch/arm/src/am67/am67_pinmux.h                    |    1 +
 boards/arm/am67/t3-gem-o1/configs/nsh/defconfig    |    4 +
 boards/arm/am67/t3-gem-o1/src/Makefile             |    4 +
 boards/arm/am67/t3-gem-o1/src/am67_bringup.c       |    8 +
 .../arm/am67/t3-gem-o1/src/am67_i2c.c              |   55 +-
 boards/arm/am67/t3-gem-o1/src/t3-gem-o1.h          |    4 +
 13 files changed, 556 insertions(+), 771 deletions(-)
 copy arch/arm/src/{am335x/am335x_i2c.c => am67/am67_i2c.c} (53%)
 copy arch/arm/src/{xmc4/xmc4_i2c.h => am67/am67_i2c.h} (86%)
 copy arch/arm/src/{am335x/hardware/am335x_i2c.h => am67/am67_i2c_hw.h} (54%)
 copy fs/inode/fs_inodegetpath.c => boards/arm/am67/t3-gem-o1/src/am67_i2c.c 
(68%)

Reply via email to