nuttx-update/arch/xtensa
hujun5 cc96289e2d xtensa: 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
 187620    1436  169296  358352   577d0 nuttx
after
   text    data     bss     dec     hex filename
 187576    1452  169280  358308   577a4 nuttx

size reduce -44

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-12-02 20:05:05 +08:00
..
include arch/xtensa: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
src xtensa: syscall SYS_switch_context and SYS_restore_context use 0 para 2024-12-02 20:05:05 +08:00
CMakeLists.txt cmake:implement CMake build of xtensa arch 2024-11-02 18:08:38 +08:00
Kconfig arch/toochain: Add toochain to gcc 2024-11-14 15:45:24 +08:00