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

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


    from a2deaa73c3 arch: risc-v: Remove FPU support from qemu-rv
     new 493152a45f fs/eventfd: Remove the extra space
     new e44ff7d49f arm/rtl8720c: Remove up_trigger_irq since it is implemented 
in arm_trigger_irq.c
     new ef43283c67 arch/arm: Unify arm_cpu_sgi to up_trigger_irq
     new 17ac85eb0a arch/armv7[a|r]: Support non SGI in up_trigger_irq
     new 079a6fa6cc arch/armv7[a|r]: Implement up_affinity_irq

The 5 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:
 arch/arm/src/armv7-a/Kconfig           |  1 +
 arch/arm/src/armv7-a/arm_cpupause.c    | 23 +++------
 arch/arm/src/armv7-a/arm_cpustart.c    |  3 +-
 arch/arm/src/armv7-a/arm_gicv2.c       | 63 +++++++++++++++++++++++
 arch/arm/src/armv7-a/gic.h             |  3 +-
 arch/arm/src/armv7-m/arm_trigger_irq.c |  2 +-
 arch/arm/src/armv7-r/Kconfig           |  1 +
 arch/arm/src/armv7-r/arm_gicv2.c       | 63 ++++++++++++++++-------
 arch/arm/src/armv7-r/gic.h             | 91 +++++++++++++++++++++++++---------
 arch/arm/src/armv8-m/arm_trigger_irq.c |  2 +-
 arch/arm/src/rtl8720c/ameba_nvic.c     | 39 ---------------
 arch/ceva/src/xc5/up_intc.c            |  2 +-
 arch/ceva/src/xm6/up_intc.c            |  2 +-
 fs/vfs/fs_eventfd.c                    |  4 +-
 include/nuttx/arch.h                   | 14 +++++-
 15 files changed, 205 insertions(+), 108 deletions(-)

Reply via email to