I´m learning with microcontrollers
I have been using FreeRtos with some boards and it works great
And Now I would like to use the Free RTOS on my kinetis K60 N512 board with the Cortex M4 processor
I know that without FPU unit (my situation) you can use the base of Cortex M3
I´m Working with the IAR Embedded Workbench (6.1)
But how I do this? how I can modify the code? Which modifications I have to do to use the FreeRTOS on my CortexM4?