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/10/10 10:44:38 UTC

[incubator-nuttx] branch master updated (20f701f -> aae4e15)

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 20f701f  arch/xtensa/src/common/xtensa.h: Include sys/types.h to have a size_t definition.  Otherwise the build would fail ifSTACK_COLORATION is enabled.
     add aae4e15  arch/risc-v/src: Fix nxstyle warnings

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/src/fe310/fe310_clockconfig.h        |   2 +-
 arch/risc-v/src/fe310/fe310_lowputc.h            |   2 +-
 arch/risc-v/src/gap8/gap8.h                      | 229 ++++++++++++-----------
 arch/risc-v/src/gap8/gap8_fll.c                  |  30 +--
 arch/risc-v/src/gap8/gap8_fll.h                  |  20 +-
 arch/risc-v/src/gap8/gap8_gpio.c                 |  35 ++--
 arch/risc-v/src/gap8/gap8_interrupt.c            |  30 +--
 arch/risc-v/src/gap8/gap8_tim.c                  |  16 +-
 arch/risc-v/src/gap8/gap8_tim.h                  |  22 +--
 arch/risc-v/src/gap8/gap8_uart.c                 |  15 +-
 arch/risc-v/src/gap8/gap8_udma.c                 |   9 +-
 arch/risc-v/src/gap8/gap8_udma.h                 |   2 +-
 arch/risc-v/src/k210/k210_lowputc.h              |   2 +-
 arch/risc-v/src/nr5m100/hardware/nr5m1xx_timer.h |  10 +-
 arch/risc-v/src/nr5m100/nr5_arch.c               |  18 +-
 arch/risc-v/src/nr5m100/nr5_config.h             |   3 +-
 arch/risc-v/src/nr5m100/nr5_custom_ops.h         |  12 +-
 arch/risc-v/src/nr5m100/nr5_init.c               |   2 +-
 arch/risc-v/src/nr5m100/nr5_irq.c                |  54 +++---
 arch/risc-v/src/nr5m100/nr5_lowputc.h            |   3 +-
 arch/risc-v/src/nr5m100/nr5_memorymap.h          |  10 +-
 arch/risc-v/src/nr5m100/nr5_timer.h              |  32 ++--
 arch/risc-v/src/nr5m100/nr5_uart.c               |  45 ++---
 arch/risc-v/src/nr5m100/nr5_uart.h               |   8 +-
 24 files changed, 333 insertions(+), 278 deletions(-)