This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch releases/10.1
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 112d709 arch/risc-v: Fix stack alignment according to calling
convention
new 6802259 arch/risc-v: Fix interrupt stack alignment
new 3130ff6 risc-v/k210: Fix SMP interrupt stack size calculation
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/risc-v/src/bl602/bl602_head.S | 2 +-
arch/risc-v/src/bl602/bl602_irq.c | 4 ++--
arch/risc-v/src/c906/c906_head.S | 4 ++--
arch/risc-v/src/c906/c906_irq.c | 4 ++--
arch/risc-v/src/common/riscv_checkstack.c | 6 +++---
arch/risc-v/src/common/riscv_initialize.c | 4 ++--
arch/risc-v/src/common/riscv_internal.h | 2 +-
arch/risc-v/src/fe310/fe310_head.S | 2 +-
arch/risc-v/src/fe310/fe310_irq.c | 4 ++--
arch/risc-v/src/k210/k210_head.S | 4 ++--
arch/risc-v/src/k210/k210_irq.c | 9 +++++++--
arch/risc-v/src/litex/litex_head.S | 2 +-
arch/risc-v/src/litex/litex_irq.c | 4 ++--
arch/risc-v/src/rv32im/riscv_assert.c | 6 +++---
arch/risc-v/src/rv64gc/riscv_assert.c | 6 +++---
15 files changed, 34 insertions(+), 29 deletions(-)