FreeRTOS+TCP static allocation

mastupristi wrote on Monday, November 04, 2019:

why does FreeRTOS+TCP not (yet) use the static creation functions?

For example:
https://sourceforge.net/p/freertos/code/HEAD/tree/trunk/FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/FreeRTOS_IP.c#l952

or

https://sourceforge.net/p/freertos/code/HEAD/tree/trunk/FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/FreeRTOS_IP.c#l1003

Is the use of static creation planned (maybe with a define)?

best regards
Max

rtel wrote on Monday, November 04, 2019:

I think this should be quite easy to do, so will give it a try to see if any issues.

mastupristi wrote on Monday, November 04, 2019:

Are you asking me to try to do that? At the moment I don’t have clear ideas on how to handle the thing in terms of #define

rtel wrote on Monday, November 04, 2019:

No, we will do it.