nuttx/arch/misoc/src/minerva
guoshengyuan1 6a57c56925 arch: replace all nxsched_suspend/resume_*** with nxsched_switch_context
Complete the missing scheduling information in some architectures

In these architectures (riscv, avr, tricor) context switching
can occur in both up_switch_context and xx_doirq

Co-authored-by: yinshengkai <yinshengkai@xiaomi.com>
Signed-off-by: guoshengyuan1 <guoshengyuan1@xiaomi.com>
2025-09-25 16:40:23 +08:00
..
chip.h arch/misoc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
Kconfig arch/misoc: Unify the toolchain definition of GNU for linux and windows 2022-04-19 23:17:27 +08:00
Make.defs arch/misoc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
minerva.h arch/misoc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
minerva_allocateheap.c arch/misoc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
minerva_config.h arch/misoc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
minerva_copystate.c arch/misoc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
minerva_createstack.c arch/misoc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
minerva_decodeirq.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
minerva_doexceptions.c arch/misoc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
minerva_doirq.c arch: replace all nxsched_suspend/resume_*** with nxsched_switch_context 2025-09-25 16:40:23 +08:00
minerva_exit.c arch/misoc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
minerva_flushcache.c arch/misoc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
minerva_idle.c arch/misoc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
minerva_initialstate.c arch/misoc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
minerva_irq.c arch/misoc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
minerva_registerdump.c arch: up_getusrsp change to inline and implement in irq.h 2025-01-06 23:03:05 +08:00
minerva_releasestack.c arch/misoc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
minerva_saveusercontext.c arch/misoc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
minerva_schedulesigaction.c Revert "Reduce the size of tcb by four bytes." 2025-05-27 16:30:35 +08:00
minerva_sigdeliver.c Revert "Reduce the size of tcb by four bytes." 2025-05-27 16:30:35 +08:00
minerva_stackframe.c arch/misoc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
minerva_swint.c arch/misoc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
minerva_switchcontext.c arch: replace all nxsched_suspend/resume_*** with nxsched_switch_context 2025-09-25 16:40:23 +08:00
minerva_syscall.S arch/misoc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
minerva_usestack.c arch: fix alignment bug for archs that need stack alignment 2025-09-18 11:11:32 -03:00
minerva_vectors.S arch/misoc: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
Toolchain.defs Make/Toolchain.defs: add the AR_EXTRACT command 2025-08-19 09:47:44 +08:00