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


    from 452211586e xtensa: fix compile miss file
     new 7a0ef1d0ca secure: fix compile failed when no 
CONFIG_ARCH_HAVE_TRUSTZONE
     new b445029cf2 armv8m: fix up_secure_irq failed for NVIC_IRQ_BUSFAULT
     new dfdb3aa2f4 armv8m: support busfault forward to TEE

The 3 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/armv8-m/CMakeLists.txt        |   4 +
 arch/arm/src/armv8-m/Make.defs             |   4 +
 arch/arm/src/armv8-m/arm_busfault.c        |   7 ++
 arch/arm/src/armv8-m/arm_gen_nonsecfault.c | 136 +++++++++++++++++++++++++++++
 arch/arm/src/armv8-m/arm_secure_irq.c      |   5 ++
 arch/arm/src/armv8-m/arm_securefault.c     |  48 +---------
 arch/arm/src/common/arm_internal.h         |   6 ++
 include/nuttx/arch.h                       |  12 ++-
 8 files changed, 171 insertions(+), 51 deletions(-)
 create mode 100644 arch/arm/src/armv8-m/arm_gen_nonsecfault.c

Reply via email to