sddf icon indicating copy to clipboard operation
sddf copied to clipboard

Runtime configuration for lwIP

Open JE-Archer opened this issue 10 months ago • 0 comments

We provide a library lib_sddf_lwip.a for components which need an IP stack. However, because we configure lwIP at build time, each component needs to build this library independently in order to configure it. We should investigate whether we can configure the relevant lwIP options entirely at runtime, so that we can have a one-size-fits-all binary for the library.

JE-Archer avatar Feb 26 '25 05:02 JE-Archer