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

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


    from 0c05f2e  stm32: add stm32g43x support and nucleo-g431rb board
     new 716a29e  arch/xtensa/src/common/xtensa_backtrace.S: Update the 
comments to show the functions in play during the backtrace.
     new 5f9d9ba  arch/xtensa/src/common/xtensa_context.S: Don't save CALL0 ABI 
callee-saved registers.
     new 368d21a  arch/xtensa/src/common/xtensa_context.S: Name A3 register the 
usual way. i.e. a3 instead of r3.
     new 1f96f42  arch/xtensa/include/irq.h: Reserve some space for interptee's 
BSA.
     new 7075c98  arch/xtensa: Add a pseudo save area to be able to backtrace 
from interrupts
     new 5d7428a  arch/xtensa: Fix alignement when coloring and checking the 
stacks.

The 6 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/xtensa/Kconfig                          |  7 +++
 arch/xtensa/include/irq.h                    |  2 +-
 arch/xtensa/src/common/xtensa_backtrace.S    | 11 +++--
 arch/xtensa/src/common/xtensa_checkstack.c   |  2 +-
 arch/xtensa/src/common/xtensa_context.S      |  8 +++-
 arch/xtensa/src/common/xtensa_createstack.c  | 26 +++++------
 arch/xtensa/src/common/xtensa_int_handlers.S | 69 +++++++++++++++++++++++-----
 arch/xtensa/src/common/xtensa_user_handler.S | 25 ++++++++--
 8 files changed, 113 insertions(+), 37 deletions(-)

Reply via email to