FreeRTOS on Teensy 3.2

Hi, I would like to run the latest version of FreeRTOS on Teensy 3.2 board. I will be using Atmel Studio with Visual Micro write and compile applications. Is there procedural guide on to configure the source code of FreeRTOS? Thanks

FreeRTOS on Teensy 3.2

That is a Cortex M4 so you dont need to port anything. There are lots of Cortex M4 examples in the download and lots of Atmel Studio projects. Links that may help http://www.freertos.org/FreeRTOS-quick-start-guide.html http://www.freertos.org/Creating-a-new-FreeRTOS-project.html http://www.freertos.org/porting-a-freertos-demo-to-different-hardware.html

FreeRTOS on Teensy 3.2

There are some folks (myself included) hthat have had success following the discussion at http://rishifranklin.blogspot.com/2014/03/freertos-on-teensy-31.html It’s all based on the cortex M4 demo app Miller