RT-Thread 學習第一天 創建靜動態線程 並刪除線程

使用RT-Thread  Keil MDK模擬器STM32F103體驗工程模擬運行。 rt_err_t result; void User_Thread_One(void) { unsigned int i=0; while(1) { rt_kprintf("******Thread_One_Static****** %d\n",i++); rt_thread_mdelay(
相關文章
相關標籤/搜索