support stm8
1. see: TencentOS-tiny\board\STM8L052R8T6\IAR\hello_world 2. compile/debug/run with IAR for STM8
This commit is contained in:
@@ -215,7 +215,7 @@ __STATIC__ void task_free(k_task_t *task)
|
||||
tos_mmheap_free(task);
|
||||
}
|
||||
|
||||
__KERNEL__ void task_free_all(void)
|
||||
__KNL__ void task_free_all(void)
|
||||
{
|
||||
TOS_CPU_CPSR_ALLOC();
|
||||
k_task_t *task, *tmp;
|
||||
|
Reference in New Issue
Block a user