Hi Peter,
I have ported V9.0.0 for the SDK and shared it on GitHub (FRDM-K22F project, but it applies to any Cortex-M0+ or M4(F)) here:
Additionally, I have posted details about it here:
https://mcuoneclipse.com/2016/05/29/freertos-v9-0-0-with-static-memory-allocation/
You simply can drop-in that port (just make sure you are using that new FreeRTOSconfig.h, example in mcuoneclipse/Examples/KDS/FRDM-K22F/FRDM-K22F_USB_Mouse_Kybd_SDK_v2.0/source at master · ErichStyger...
If you are using Processor Expert, you can get a new FreeRTOS from SourceForge, see https://mcuoneclipse.com/2016/05/29/mcuoneclipse-components-29-may-2016-release/. And you can use these components with the Kinetis SDK V2.0 with some limitations as well, see https://mcuoneclipse.com/2016/05/20/tutorial-freertos-with-nxp-kinetis-sdk-v2-0-and-processor-expert...
All above is for the Kinetis SDK V2.0, I have not ported it for the SDK v1.x (where I think it does not make much sense).
I hope this helps,
Erich
Hi Peter,
I have ported V9.0.0 for the SDK and shared it on GitHub (FRDM-K22F project, but it applies to any Cortex-M0+ or M4(F)) here:
Additionally, I have posted details about it here:
https://mcuoneclipse.com/2016/05/29/freertos-v9-0-0-with-static-memory-allocation/
You simply can drop-in that port (just make sure you are using that new FreeRTOSconfig.h, example in mcuoneclipse/Examples/KDS/FRDM-K22F/FRDM-K22F_USB_Mouse_Kybd_SDK_v2.0/source at master · ErichStyger...
If you are using Processor Expert, you can get a new FreeRTOS from SourceForge, see https://mcuoneclipse.com/2016/05/29/mcuoneclipse-components-29-may-2016-release/. And you can use these components with the Kinetis SDK V2.0 with some limitations as well, see https://mcuoneclipse.com/2016/05/20/tutorial-freertos-with-nxp-kinetis-sdk-v2-0-and-processor-expert...
All above is for the Kinetis SDK V2.0, I have not ported it for the SDK v1.x (where I think it does not make much sense).
I hope this helps,
Erich