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

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


    from f7c65c6205b cmake: reconfigure when .config changes
     new 4f3b818c3f6 arch/arm/am67: Add GPIO and MCU_MCSPI0 master driver.
     new 762d2b7958d Documentation/am67: Document GPIO and SPI 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  |  18 +-
 Documentation/platforms/arm/am67/index.rst         |   8 +-
 arch/arm/src/am67/Kconfig                          |  24 +
 arch/arm/src/am67/Make.defs                        |   7 +
 arch/arm/src/am67/am67_gpio.c                      | 301 +++++++++++
 arch/arm/src/{sama5/sam_sfc.h => am67/am67_gpio.h} |  68 +--
 arch/arm/src/am67/am67_mcspi.c                     | 554 +++++++++++++++++++++
 arch/arm/src/am67/am67_mcspi.h                     | 126 +++++
 arch/arm/src/am67/am67_pinmux.c                    | 216 +++++++-
 arch/arm/src/am67/am67_pinmux.h                    |   4 +-
 boards/arm/am67/t3-gem-o1/configs/nsh/defconfig    |   4 +
 boards/arm/am67/t3-gem-o1/src/Makefile             |   5 +
 boards/arm/am67/t3-gem-o1/src/am67_bringup.c       |  11 +
 .../t3-gem-o1/src/am67_spi.c}                      |  99 ++--
 boards/arm/am67/t3-gem-o1/src/t3-gem-o1.h          |  23 +-
 15 files changed, 1376 insertions(+), 92 deletions(-)
 create mode 100644 arch/arm/src/am67/am67_gpio.c
 copy arch/arm/src/{sama5/sam_sfc.h => am67/am67_gpio.h} (57%)
 create mode 100644 arch/arm/src/am67/am67_mcspi.c
 create mode 100644 arch/arm/src/am67/am67_mcspi.h
 copy boards/arm/{lc823450/lc823450-xgevk/src/lc823450_autoleds.c => 
am67/t3-gem-o1/src/am67_spi.c} (54%)

Reply via email to