移植到 CH32V10x 既 QingKeV3 系列 MCU 上

This commit is contained in:
2026-05-22 18:13:11 +08:00
parent bdfd09eca8
commit 80e32d4fb8
14 changed files with 1194 additions and 7 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ os_stack_t os_port_cpu_stack_init(os_task_entry_t entry, void* param
/*
* 请求上下文切换
* @param from_sp - 切换的源头任务栈
* @param to_sp - 切换的目标任务栈
* @param from_sp - 切换的源头任务栈指针
* @param to_sp - 切换的目标任务栈指针
*/
void os_port_context_switch(void* from_sp, void* to_sp);