You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/04/21 05:46:17 UTC

[incubator-nuttx] branch master updated (f706f5e -> afead9c)

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


    from f706f5e  boards/imxrt1060-evk: Generate nuttx.map in the root directory
     add afead9c  arch: arm: a1x: nxstyle fixes for a1x arch

No new revisions were added by this update.

Summary of changes:
 arch/arm/include/a1x/chip.h     |  3 ++-
 arch/arm/include/a1x/irq.h      |  8 +++---
 arch/arm/src/a1x/a1x_boot.c     |  5 ++--
 arch/arm/src/a1x/a1x_config.h   | 32 ++++++++++++------------
 arch/arm/src/a1x/a1x_irq.c      |  8 +++---
 arch/arm/src/a1x/a1x_lowputc.c  | 26 +++++++++++++-------
 arch/arm/src/a1x/a1x_pio.c      | 17 +++++++------
 arch/arm/src/a1x/a1x_pio.h      |  1 +
 arch/arm/src/a1x/a1x_serial.c   | 54 ++++++++++++++++++++++++++---------------
 arch/arm/src/a1x/a1x_serial.h   | 38 +++++++++++++++--------------
 arch/arm/src/a1x/a1x_timerisr.c |  1 +
 11 files changed, 113 insertions(+), 80 deletions(-)