You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/04/03 10:49:45 UTC

[incubator-nuttx] branch master updated (55907b0 -> 0691081)

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

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


    from 55907b0  netlink: fix nxstyle warning
     add 0691081  arch: arm: cxd56xx: nxstyle updates

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/cxd56xx/cxd56_adc.c         |  80 ++--
 arch/arm/src/cxd56xx/cxd56_adc.h         |   5 +-
 arch/arm/src/cxd56xx/cxd56_backuplog.c   |   2 +
 arch/arm/src/cxd56xx/cxd56_clock.c       |  81 +++-
 arch/arm/src/cxd56xx/cxd56_clock.h       |   2 +-
 arch/arm/src/cxd56xx/cxd56_config.h      |   8 +-
 arch/arm/src/cxd56xx/cxd56_cpufifo.c     |   4 +
 arch/arm/src/cxd56xx/cxd56_delay.c       |   1 +
 arch/arm/src/cxd56xx/cxd56_dmac.c        | 618 +++++++++++++++++--------------
 arch/arm/src/cxd56xx/cxd56_dmac.h        |   9 +-
 arch/arm/src/cxd56xx/cxd56_dmac_common.h |  11 +-
 11 files changed, 480 insertions(+), 341 deletions(-)