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

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


    from fd907e6ef46 sim: pass no-pie through gcc driver
     new e087d0f79d9 arch/tricore: Support setjmp and longjmp.
     new 02833038fd0 arch/tricore: Full implementation of setjmp and longjmp.

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/tricore/Kconfig                               |   2 +
 arch/{risc-v => tricore}/include/setjmp.h          |  47 ++++--
 libs/libc/machine/Make.defs                        |   3 +
 libs/libc/machine/tricore/CMakeLists.txt           |   8 +
 .../libc/machine/tricore}/Kconfig                  |   0
 .../libc/machine/{renesas/rx => tricore}/Make.defs |   7 +-
 libs/libc/machine/tricore/arch_setjmp.c            | 175 +++++++++++++++++++++
 7 files changed, 225 insertions(+), 17 deletions(-)
 copy arch/{risc-v => tricore}/include/setjmp.h (76%)
 copy {boards/arm/mcx-nxxx/frdm-mcxn236 => libs/libc/machine/tricore}/Kconfig 
(100%)
 copy libs/libc/machine/{renesas/rx => tricore}/Make.defs (88%)
 create mode 100644 libs/libc/machine/tricore/arch_setjmp.c

Reply via email to