nuttx/arch
Huang Qi d0210c1174 riscv_tcbinfo: Fix register ordering for PC
X0 is always 0 but still should be transfered to the client, but it don't existed in thread context, use any other register for it, and its value will be omitted by gdb client.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2024-07-08 21:13:25 +08:00
..
arm arch/arm/stm32: Fix EXTI lines definitions for STM32G47XX. 2024-07-04 18:23:51 -03:00
arm64 arch/arm64/src/imx9/imx9_lowputc.c: Fix an arithmetic sign error in divisor calculation 2024-07-05 21:47:07 +08:00
avr sched: move nxsched_dumponexit() to task_exithook 2024-06-30 17:30:42 +08:00
ceva Revert "irq: remove restore_critical_section in irq" 2024-07-02 15:46:20 +08:00
dummy
hc sched: move nxsched_dumponexit() to task_exithook 2024-06-30 17:30:42 +08:00
mips sched: move nxsched_dumponexit() to task_exithook 2024-06-30 17:30:42 +08:00
misoc sched: move nxsched_dumponexit() to task_exithook 2024-06-30 17:30:42 +08:00
or1k sched: move nxsched_dumponexit() to task_exithook 2024-06-30 17:30:42 +08:00
renesas sched: move nxsched_dumponexit() to task_exithook 2024-06-30 17:30:42 +08:00
risc-v riscv_tcbinfo: Fix register ordering for PC 2024-07-08 21:13:25 +08:00
sim sim/cmake: enable garbage collection of unused input sections 2024-07-06 11:31:40 +08:00
sparc Revert "irq: remove restore_critical_section in irq" 2024-07-02 15:46:20 +08:00
tricore sched: move nxsched_dumponexit() to task_exithook 2024-06-30 17:30:42 +08:00
x86 sched: move nxsched_dumponexit() to task_exithook 2024-06-30 17:30:42 +08:00
x86_64 arch/x86_64: addrenv support 2024-07-03 17:40:53 +08:00
xtensa esp32[s2|s3]: add volatile bitfields compilation flag 2024-07-04 18:22:24 -03:00
z16 sched: move nxsched_dumponexit() to task_exithook 2024-06-30 17:30:42 +08:00
z80 sched: move nxsched_dumponexit() to task_exithook 2024-06-30 17:30:42 +08:00
CMakeLists.txt build/cmake: add initial KERNEL mode support 2024-03-15 16:21:23 +08:00
Kconfig libc/x86_64: port string functions from bionic 2024-07-02 23:59:18 +08:00