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

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


    from 08c4376  arch, include, sched : Refactor ARCH_GLOBAL_IRQDISABLE 
related code
     new 5db11a2  arch/sim: Mask and restore the host signal in irq_save and 
irq_restore
     new 5107104  arch/sim: Model host signal as NuttX's interrupt

The 2 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/Kconfig                                       |   1 -
 arch/sim/include/irq.h                             |  30 +----
 arch/sim/include/types.h                           |   2 +-
 arch/sim/src/Makefile                              |   4 +-
 .../samv7/sam_eefc.h => sim/src/sim/up_hostirq.c}  | 134 +++++++++++++--------
 arch/sim/src/sim/up_internal.h                     |  24 ++++
 arch/sim/src/sim/up_interruptcontext.c             |  36 +++++-
 7 files changed, 149 insertions(+), 82 deletions(-)
 copy arch/{arm/src/samv7/sam_eefc.h => sim/src/sim/up_hostirq.c} (60%)

Reply via email to