FreeRTOS porting guider

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

FreeRTOS porting guider

ソリューションへジャンプ
2,008件の閲覧回数
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 解決策
1,921件の閲覧回数
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 返信
1,922件の閲覧回数
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