FreeRTOS porting guider

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

FreeRTOS porting guider

跳至解决方案
2,278 次查看
davidzhu
Contributor III

Hi, I saw there are lots of Freertos examples in SDK.

Bit I would like to know how to port FreeRTOS by myself.

Do you have any FreeRTOS porting guide?

Thanks

1 解答
2,191 次查看
FreeRTOS_org
Contributor IV

FreeRTOS will run on any Cortex-M0/M0+/M3/M4/M4F/M23/M33 that has enough RAM.  You just need to build the correct port file.  If there is no existing pre-configured project for the hardware you wand to use you will also have to create a project.  Instruction on both are found here:

Creating a new RTOS project 

FreeRTOS - Porting a FreeRTOS demo to a different hardware platform 

在原帖中查看解决方案

1 回复
2,192 次查看
FreeRTOS_org
Contributor IV

FreeRTOS will run on any Cortex-M0/M0+/M3/M4/M4F/M23/M33 that has enough RAM.  You just need to build the correct port file.  If there is no existing pre-configured project for the hardware you wand to use you will also have to create a project.  Instruction on both are found here:

Creating a new RTOS project 

FreeRTOS - Porting a FreeRTOS demo to a different hardware platform