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 17c102c10c modlib/modlib_symbols.c: Fix usage of void* arithmetics
new 4e2b77cb04 arch/arm: add support for chip to replace the default
vector table
new 9a73b28973 arm/cxd56: use chip specific vectors to allow smpcall
update regs
new d410eedfde arm/rp2040: use custom vectors to make smp_call work with
exception_common
new 15804c340a arm/sam4cm: use custom vectors to make smp_call work with
exception_common
new bc019cb913 arm/lc823450: 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/Kconfig | 7 +++++
arch/arm/Kconfig | 3 +++
arch/arm/src/armv6-m/Make.defs | 6 ++++-
arch/arm/src/armv7-m/Make.defs | 6 ++++-
arch/arm/src/armv8-m/Make.defs | 6 ++++-
arch/arm/src/cxd56xx/CMakeLists.txt | 3 ++-
arch/arm/src/cxd56xx/Make.defs | 1 +
.../arm_vectors.c => cxd56xx/cxd56_vectors.c} | 31 +++++++++++-----------
arch/arm/src/lc823450/Make.defs | 2 +-
.../arm_vectors.c => lc823450/lc823450_vectors.c} | 14 +++++++---
arch/arm/src/rp2040/Make.defs | 1 +
.../arm_vectors.c => rp2040/rp2040_vectors.c} | 10 ++++---
arch/arm/src/sam34/Kconfig | 1 +
arch/arm/src/sam34/Make.defs | 4 +++
.../{armv7-m/arm_vectors.c => sam34/sam_vectors.c} | 11 ++++++--
15 files changed, 77 insertions(+), 29 deletions(-)
copy arch/arm/src/{armv7-m/arm_vectors.c => cxd56xx/cxd56_vectors.c} (84%)
copy arch/arm/src/{armv7-m/arm_vectors.c => lc823450/lc823450_vectors.c} (87%)
copy arch/arm/src/{armv6-m/arm_vectors.c => rp2040/rp2040_vectors.c} (91%)
copy arch/arm/src/{armv7-m/arm_vectors.c => sam34/sam_vectors.c} (89%)