nuttx/arch/risc-v/src
hujun5 3c32517b94 riscv: syscall SYS_switch_context and SYS_restore_context use 0 para
reason:
simplify context switch
sys_call0(SYS_switch_context)
sys_call0(SYS_restore_context)

size nuttx
before
   text    data     bss     dec     hex filename
 148021     921   26944  175886   2af0e nuttx

after
   text    data     bss     dec     hex filename
 147995     921   26928  175844   2aee4 nuttx

size reduce -42

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-12-02 14:44:37 +08:00
..
bl602 userspace: Exclude nuttx/arch.h 2024-11-01 16:59:37 +08:00
bl808 fix nxstyle 2024-11-28 09:14:49 +08:00
c906 driver/serial: remove return value of up_putc() 2024-10-26 13:21:29 +08:00
cmake arch/risc-v/src/cmake/Toolchain.cmake: Msys2 Cmake fixed nuttx/config.h: No such file or directory 2024-11-27 02:35:48 +08:00
common riscv: syscall SYS_switch_context and SYS_restore_context use 0 para 2024-12-02 14:44:37 +08:00
esp32c3 spinlock: use spin_lock_init replace spin_initialize 2024-11-26 00:02:44 +08:00
esp32c3-legacy userspace: Exclude nuttx/arch.h 2024-11-01 16:59:37 +08:00
esp32c6 spinlock: use spin_lock_init replace spin_initialize 2024-11-26 00:02:44 +08:00
esp32h2 espressif: Fix MCUboot build on RISC-V and unify linker script 2024-08-21 23:28:45 +08:00
fe310 driver/serial: remove return value of up_putc() 2024-10-26 13:21:29 +08:00
hpm6000 fix nxstyle 2024-11-28 20:40:13 +08:00
hpm6750 driver/serial: remove return value of up_putc() 2024-10-26 13:21:29 +08:00
jh7110 fix nxstyle 2024-11-28 20:40:13 +08:00
k210 driver/serial: remove return value of up_putc() 2024-10-26 13:21:29 +08:00
k230 driver/serial: remove return value of up_putc() 2024-10-26 13:21:29 +08:00
litex fix nxstyle 2024-11-28 20:40:13 +08:00
mpfs risc-v/mpfs: clear IPIs at boot 2024-11-30 03:14:10 +08:00
nuttsbi riscv_internal.h: Remove riscv_sbi.h from the file 2024-10-08 19:55:53 +08:00
opensbi risc-v/mpfs/opensbi: update opensbi to version 1.3.1 2023-11-21 04:04:47 -08:00
qemu-rv fix nxstyle 2024-11-28 20:40:13 +08:00
rv32m1 driver/serial: remove return value of up_putc() 2024-10-26 13:21:29 +08:00
sg2000 risc-v/bl808, sg2000: Configure MMU to cache Kernel Text, Data and Heap (T-Head C906) 2024-07-17 12:08:04 -03:00
.gitignore build: Remve the unnecessary .gitignore 2020-05-23 18:00:40 +01:00
CMakeLists.txt build/cmake: add initial KERNEL mode support 2024-03-15 16:21:23 +08:00
Makefile tools: Rename apps-or-nuttx-Make.defs to Make.defs 2024-10-17 07:55:02 +08:00