Update readme.md

This commit is contained in:
David Lin
2020-03-06 23:33:41 +08:00
committed by GitHub
parent b63867f519
commit 2956d75b37

View File

@@ -176,7 +176,7 @@ int main()
oled_size, //任务堆栈大小
100); //时间片轮转机制下当前任务的时间片大小。当timeslice为0时任务调度时间片会被设置为默认大小TOS_CFG_CPU_TICK_PER_SECOND / 10系统时钟滴答systick数 / 10。
if(err != K_ERR_NONE)
printf("TenentOS creat task fail! code is %d\r\n",err);
printf("TencentOS create task fail! code is %d\r\n",err);
tos_knl_start(); //Start TOS TINY
}
@@ -236,4 +236,4 @@ void SysTick_Handler(void)
![打印](https://img-blog.csdnimg.cn/20191025092727795.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzMwMDc4NzUx,size_16,color_FFFFFF,t_70)
到这里TencentOS tiny 移植新塘M251 cortex-M23内核成功
到这里TencentOS tiny 移植新塘M251 cortex-M23内核成功