All;
I'm looking for a way to define the size of the lwIP pools at runtime startup. This would be in contrast to using lwipopts.h and the defines MEMP_NUM_UDP_PCB/MEMP_NUM_TCP_PCB/etc to define them statically at compile time.
My use case here is that I have multiple applications built on a common HAL platform; and I would like the applications to be able to specify their respective pool sizes independent of the platform itself.
If anyone has tried something similar, or has any crazy ideas; I'd love to hear about it.
Thanks;
Matt Walker