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

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


    from 85f0bc5  mm:initialize ensure alignment.
     new 9b3a80c  arch: cxd56xx: Fix uart getting stuck during a clock change
     new db340a8  arch: cxd56xx: Support for suppresion of clock change
     new 67a5641  arch: cxd56xx: Prohibit clock change during SPI transfer
     new 89fd987  arch: cxd56xx: Fix RTC alarm cancellation process
     new a276de7  arch: cxd56xx: Fix SPI setmode function
     new 09cc6b7  arch: cxd56xx: update loader and gnssfw version
     new a10a4c4  arch: cxd56xx: Add SCU register definitions
     new ade26c1  arch: cxd56xx: Update i2c register initialization
     new ba62014  arch: cxd56xx: Remove unnecessary i2c settings
     new f548ffa  arch: cxd56xx: Support execution error by SCU sequencer
     new e26da5f  arch: cxd56xx: Update isop firmware
     new 98871e5  arch: cxd56xx: Fix gnss open error by clock change
     new f0cae6c  arch: cxd56xx: Fix multiple open and close ADC driver
     new 6d3fb9e  arch: cxd56xx: wdt: Fix compile error in debug log
     new bb348cc  arch: cxd56xx: gnss: Fix compile error in debug log
     new 50cb030  arch: cxd56xx: charger: Use the dedicated debug macro
     new efd4789  arch: cxd56xx: gauge: Use the dedicated debug macro
     new 151fec4  arch: cxd56xx: Do not re-initialize the console for subcore
     new 5a7a118  arch: cxd56xx: Fix uninitialized variable for gnss driver
     new db9c949  arch: cxd56xx: Add host interface driver
     new 6b5a4cb  arch: cxd56xx: Fix parameter check of hostif buffer

The 21 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:
 .../sam34/sam_hsmci.h => include/cxd56xx/hostif.h} | 103 +--
 arch/arm/include/cxd56xx/pm.h                      |   5 +-
 arch/arm/src/cxd56xx/Kconfig                       |  40 +
 arch/arm/src/cxd56xx/Make.defs                     |   4 +
 arch/arm/src/cxd56xx/cxd56_adc.c                   |  50 +-
 arch/arm/src/cxd56xx/cxd56_charger.c               |   2 +-
 arch/arm/src/cxd56xx/cxd56_clock.c                 | 176 +++++
 arch/arm/src/cxd56xx/cxd56_clock.h                 |  40 +
 arch/arm/src/cxd56xx/cxd56_farapistub.h            |   2 +-
 arch/arm/src/cxd56xx/cxd56_gauge.c                 |  10 +-
 arch/arm/src/cxd56xx/cxd56_gnss.c                  |  24 +-
 arch/arm/src/cxd56xx/cxd56_gnss.h                  |   6 +-
 arch/arm/src/cxd56xx/cxd56_hostif.c                | 594 ++++++++++++++
 arch/arm/src/cxd56xx/cxd56_i2c.c                   |   7 +-
 arch/arm/src/cxd56xx/cxd56_icc.h                   |   1 +
 arch/arm/src/cxd56xx/cxd56_powermgr.c              |  15 +
 arch/arm/src/cxd56xx/cxd56_rtc.c                   |  36 +-
 arch/arm/src/cxd56xx/cxd56_scu.c                   |  36 +-
 arch/arm/src/cxd56xx/cxd56_serial.c                |  11 +
 arch/arm/src/cxd56xx/cxd56_spi.c                   |  50 ++
 arch/arm/src/cxd56xx/cxd56_start.c                 |   4 +-
 arch/arm/src/cxd56xx/cxd56_uart.c                  |   8 +
 arch/arm/src/cxd56xx/cxd56_wdt.c                   |   8 +-
 arch/arm/src/cxd56xx/hardware/cxd5602_isop.h       | 856 +++++++++++----------
 arch/arm/src/cxd56xx/hardware/cxd56_scu.h          |  15 +-
 arch/arm/src/cxd56xx/hardware/cxd56_scuseq.h       |   4 +
 26 files changed, 1601 insertions(+), 506 deletions(-)
 copy arch/arm/{src/sam34/sam_hsmci.h => include/cxd56xx/hostif.h} (57%)
 create mode 100644 arch/arm/src/cxd56xx/cxd56_hostif.c

Reply via email to