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 909bf2dbb4 kasan/globals: fix compile error
     new 55822753be arm-v6/7/8m: sigaction should use running_task
     new af3c159cff arm-v6/7/8m: sigaction forward to pendsv
     new 9473cee85b Revert "arm/cxd56: use chip specific vectors to allow 
smpcall update regs"
     new 108aaf8bbb Revert "arm/lc823450: use custom vectors to make smp_call 
work with exception_common"
     new 617fee66ff Revert "arm/rp2040: use custom vectors to make smp_call 
work with exception_common"

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/Kconfig                             |   3 -
 arch/arm/src/armv6-m/arm_doirq.c             |  10 ++-
 arch/arm/src/armv6-m/arm_schedulesigaction.c |  17 +++-
 arch/arm/src/armv7-m/arm_doirq.c             |  10 ++-
 arch/arm/src/armv7-m/arm_schedulesigaction.c |  17 +++-
 arch/arm/src/armv8-m/arm_doirq.c             |  10 ++-
 arch/arm/src/armv8-m/arm_schedulesigaction.c |  17 +++-
 arch/arm/src/cxd56xx/CMakeLists.txt          |   3 +-
 arch/arm/src/cxd56xx/Make.defs               |   1 -
 arch/arm/src/cxd56xx/cxd56_vectors.c         | 107 -----------------------
 arch/arm/src/lc823450/Make.defs              |   2 +-
 arch/arm/src/lc823450/lc823450_vectors.c     | 112 -------------------------
 arch/arm/src/rp2040/Make.defs                |   1 -
 arch/arm/src/rp2040/rp2040_vectors.c         | 121 ---------------------------
 14 files changed, 65 insertions(+), 366 deletions(-)
 delete mode 100644 arch/arm/src/cxd56xx/cxd56_vectors.c
 delete mode 100644 arch/arm/src/lc823450/lc823450_vectors.c
 delete mode 100644 arch/arm/src/rp2040/rp2040_vectors.c

Reply via email to