nuttx-update/arch
zhanghongyu 6f9543daec sim: fix crash caused by function recursion.
114 up_interrupt_context () at /home/zhhyu/source/vela/dev/nuttx/include/arch/irq.h:163
115 stack_monitor_enter (this_fn=0x400145dc <up_current_regs>, call_site=0x4002d5c7 <__cyg_profile_func_enter+120>, arg=0x0) at instrument/stack_monitor.c:63
116 0x000000004002d5c7 in __cyg_profile_func_enter (this_fn=0x400145dc <up_current_regs>, call_site=0x4002d5c7 <__cyg_profile_func_enter+120>) at misc/lib_instrument.c:68
117 0x00000000400156c7 in up_current_regs () at instrument/stack_monitor.c:62
118 up_interrupt_context () at /home/zhhyu/source/vela/dev/nuttx/include/arch/irq.h:163
119 stack_monitor_enter (this_fn=0x400145dc <up_current_regs>, call_site=0x4002d5c7 <__cyg_profile_func_enter+120>, arg=0x0) at instrument/stack_monitor.c:63
120 0x000000004002d5c7 in __cyg_profile_func_enter (this_fn=0x400145dc <up_current_regs>, call_site=0x4002d5c7 <__cyg_profile_func_enter+120>) at misc/lib_instrument.c:68
121 0x00000000400156c7 in up_current_regs () at instrument/stack_monitor.c:62
...

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2024-10-12 11:49:18 +08:00
..
arm Update sam_udphs.c 2024-10-12 09:51:19 +08:00
arm64 PFU: do not cause execution of any instructions to be trapped 2024-10-11 17:04:28 +08:00
avr arch: support customized up_cpu_index() in AMP mode 2024-10-10 02:38:40 +08:00
ceva arch: support customized up_cpu_index() in AMP mode 2024-10-10 02:38:40 +08:00
dummy arch: Add custom arch chip build support 2020-10-20 14:48:16 +08:00
hc arch: support customized up_cpu_index() in AMP mode 2024-10-10 02:38:40 +08:00
mips arch: support customized up_cpu_index() in AMP mode 2024-10-10 02:38:40 +08:00
misoc arch: support customized up_cpu_index() in AMP mode 2024-10-10 02:38:40 +08:00
or1k arch: support customized up_cpu_index() in AMP mode 2024-10-10 02:38:40 +08:00
renesas arch: support customized up_cpu_index() in AMP mode 2024-10-10 02:38:40 +08:00
risc-v include/nuttx.h: replace all the align macros to nuttx version 2024-10-11 16:55:43 +08:00
sim sim: fix crash caused by function recursion. 2024-10-12 11:49:18 +08:00
sparc arch: support customized up_cpu_index() in AMP mode 2024-10-10 02:38:40 +08:00
tricore arch: support customized up_cpu_index() in AMP mode 2024-10-10 02:38:40 +08:00
x86 arch: support customized up_cpu_index() in AMP mode 2024-10-10 02:38:40 +08:00
x86_64 arch/x86_64:Code style is consistent 2024-10-12 11:20:24 +08:00
xtensa include/nuttx.h: replace all the align macros to nuttx version 2024-10-11 16:55:43 +08:00
z16 arch: support customized up_cpu_index() in AMP mode 2024-10-10 02:38:40 +08:00
z80 unify MODULE & ELF flag to Toolchain.defs 2024-10-08 19:56:33 +08:00
CMakeLists.txt greenhills: fix the arch_interface archive error 2024-09-27 23:39:56 +08:00
Kconfig sim: only POSIX implementation (ARCH_HAVE_MULTICPU) is provided 2024-10-10 18:38:25 +08:00