nuttx/libs/libc/machine/arm
Huang Qi 69cfe8d626 arch/arm: Support setjmp/longjmp for all socs
After check the official specification of ARM ISA
and Thumb ISA, the arch_setjmp_thumb.S are written
by arm unified assembly language,
so it easy to make it works for ARM and thumb ISA.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2022-03-09 17:13:21 +02:00
..
arm
armv6-m
armv7-a arch, board: Add thumb support to i.MX6 2022-02-25 10:51:12 +08:00
armv7-m arm: Move setjmp to common place 2022-03-08 21:00:29 +08:00
armv7-r
armv8-m arm: Move setjmp to common place 2022-03-08 21:00:29 +08:00
gnu arch/arm: Support setjmp/longjmp for all socs 2022-03-09 17:13:21 +02:00
aeabi_memclr4.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memclr8.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memclr.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memcpy4.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memcpy8.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memcpy.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memmove4.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memmove8.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memmove.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memset4.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memset8.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
aeabi_memset.c libc/machine: Implement ARM aeabi_xxx API called by clang 2022-02-21 09:29:18 +01:00
gnu_unwind_find_exidx.c
Kconfig
Make.defs arch/arm: Support setjmp/longjmp for all socs 2022-03-09 17:13:21 +02:00