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

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


    from e75c88df5b wireless/bcm43xxx: load nvram from file system
     new 05d412f6b5 arch/xtensa/xtensa_user_handler.S: Use the ps_setup macro 
when possible.
     new fc22eddc38 arch/xtensa: Refactor the code that's used to get the 
pre-exception backtrace.
     new 48f20af8bc arch/xtensa/xtensa_int_handlers.S: Remove unused macro.
     new 1c94cb5324 arch/xtensa: Refactor the differences in ABI calls.
     new 73a1e0fc58 arch/xtensa: Refactor exceptions' entry and exit.
     new 5ab888692e arch/xtensa/xtensa_context: Place the functions in 
EXCEPTION_HANDLER section (IRAM for ESP32xx chips).
     new fe8fa4ff75 arch/xtensa: Move the new saving area directly to A2.
     new 9bac291236 arch/xtensa/*.S: Remove some old comments and fix others.

The 8 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/include/xtensa/xtensa_abi.h      |  27 +-
 arch/xtensa/src/common/xtensa_context.S      |   7 +-
 arch/xtensa/src/common/xtensa_int_handlers.S | 377 +++++++--------------------
 arch/xtensa/src/common/xtensa_macros.S       | 113 ++++++++
 arch/xtensa/src/common/xtensa_panic.S        |  20 +-
 arch/xtensa/src/common/xtensa_user_handler.S | 126 +++------
 arch/xtensa/src/common/xtensa_vectors.S      |  41 +--
 7 files changed, 281 insertions(+), 430 deletions(-)

Reply via email to