Looking for freeRTOS port for Open4/EvoPrimer

bilbolodz wrote on Thursday, September 11, 2014:

Hi,

I’m quite new in freeRTOS and looking port for Open4/EvoPrimer. I’ve found ports for old primer1/primer2 but not for current hardware. Does anyone can help me?

Best regards

Piotr

rtel wrote on Thursday, September 11, 2014:

The same FreeRTOS Cortex-M code works on all Cortex-M chips so there is no porting to do as such. All you will have to do is add the FreeRTOS files to the project. Use the FreeRTOS/Source/[compiler]/ARM_CM3 files for Cortex-M3 or Cortex-M4 without an FPU, and FreeRTOS/Source/[compiler]/ARM_CM4F for Cortex-M4 with an FPU.

http://www.freertos.org/porting-a-freertos-demo-to-different-hardware.html
http://www.freertos.org/Creating-a-new-FreeRTOS-project.html

Regards.