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/nuttx.git


    from 7588da4f766 inttype.h: add PRIuTM(time_t) to handle TIME64 & TIME32 
print compatible
     new b8e4ced8607 arch/avr/src/avrdx: fix missing code for alternate pin 
positions
     new 5318c1aa786 arch/avr/src/avrdx: add support for TWI (I2C and SMBus) 
peripheral

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:
 Documentation/platforms/avr/avrdx/docs/twi.rst     |  109 ++
 Documentation/platforms/avr/avrdx/index.rst        |   13 +-
 arch/avr/src/avrdx/Kconfig                         |  395 +++++-
 arch/avr/src/avrdx/Make.defs                       |    1 +
 arch/avr/src/avrdx/avrdx_lowconsole.c              |   53 +-
 arch/avr/src/avrdx/avrdx_peripherals.c             |  133 +-
 arch/avr/src/avrdx/avrdx_serial.c                  |   18 +-
 arch/avr/src/avrdx/avrdx_serial.h                  |    2 +
 arch/avr/src/avrdx/avrdx_twi.c                     | 1393 ++++++++++++++++++++
 .../samv7/sam_qspi.h => avr/src/avrdx/avrdx_twi.h} |   57 +-
 arch/avr/src/avrdx/iodefs/avr128da28.h             |   70 +
 arch/avr/src/avrdx/iodefs/avr128da64.h             |   95 ++
 arch/avr/src/avrdx/iodefs/avr128db64.h             |   95 ++
 13 files changed, 2346 insertions(+), 88 deletions(-)
 create mode 100644 Documentation/platforms/avr/avrdx/docs/twi.rst
 create mode 100644 arch/avr/src/avrdx/avrdx_twi.c
 copy arch/{arm/src/samv7/sam_qspi.h => avr/src/avrdx/avrdx_twi.h} (73%)

Reply via email to