FreeRTOS+TCP on iMXRT106x

Is FreeRTOS+TCP supported on the NXP iMXRT1060? So far, I’ve only come across examples of FreeRTOS + lwIP…

I’m in the process of following the instructions on adding +TCP to the NXP SDK example freertos_hello, but is this the right strategy or should I be starting from somewhere else?

I found this post from 2021 by @nickw

Hi Matt - welcome to FreeRTOS community.

You can try our Featured Reference Integration repo where we have support for FreeRTOS+TCP: GitHub - FreeRTOS/iot-reference-nxp-rt1060 at v202403.00-SESIP. Note, at this point it points to FreeRTOS-Plus-TCP v3.1.0. Hope this helps.

Regards,
Nikhil

1 Like

Hi @NikhilKamath,
Thank you for sharing that! I will explore the integration.

Note, at this point it points to FreeRTOS-Plus-TCP v3.1.0.

One question about that, is the FreeRTOS-Plus-TCP version dependent on the FreeRTOS kernel version?
Thanks!
Matt

Hi, FreeRTOS+TCP releases do not depend on specific FreeRTOS kernel releases. As long as your FreeRTOS kernel is new enough, you should be good.

1 Like