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 2021/09/11 15:33:10 UTC

[incubator-nuttx] branch master updated (083272a -> d361a9d)

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 083272a  spinlock.h: In single CPU case force the lock passed to spin_lock_irqsave to be unused in the macro to avoid spreading UNUSED() or void throughout the code base.
     add 3e6b19d  risc-v/mpfs: add more sysreg defines and fix clock and reset defines
     add dc54ba9  mpfs/spi: adapt to sysreg define changes
     add aa057e2  mpfs/i2c: adapt to sysreg define changes
     add 7db3456  risc-v/mpfs: serial: add termios support and init device clocks
     add 1e3919e  mpfs/corepwm: remove wrong header include
     add 8b560e7  mpfs/i2c: fix bus initialize for i2c1
     add 3654db3  mpfs: Modify IRQ handling to support also HART0 on PF
     add d361a9d  boards/icicle: add hwtest config

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/src/mpfs/hardware/mpfs_sysreg.h        | 422 ++++++++++++++++-----
 arch/risc-v/src/mpfs/hardware/mpfs_uart.h          |   9 -
 arch/risc-v/src/mpfs/mpfs_corepwm.h                |   1 -
 arch/risc-v/src/mpfs/mpfs_i2c.c                    |  20 +-
 arch/risc-v/src/mpfs/mpfs_irq.c                    |  69 +++-
 arch/risc-v/src/mpfs/mpfs_irq_dispatch.c           |  13 +-
 arch/risc-v/src/mpfs/mpfs_lowputc.c                |  30 +-
 arch/risc-v/src/mpfs/mpfs_serial.c                 | 262 +++++++++++--
 arch/risc-v/src/mpfs/mpfs_spi.c                    |  22 +-
 .../mpfs/icicle/configs/{nsh => hwtest}/defconfig  |  20 +-
 10 files changed, 678 insertions(+), 190 deletions(-)
 copy boards/risc-v/mpfs/icicle/configs/{nsh => hwtest}/defconfig (83%)