I'm trying to put together a simple app that uses TCP/IP with MyNewt.
I don't see any reference to how to enable/use LWIP in any of the tutorials
or docs, but I can see that LWIP is included in the platform.
If I add "@apache-mynewt-core/net/ip/lwip_base" to my pkg.yml, my build
does try to build the code from net/ip/lwip_base, but it seems pretty blunt
(it tries to compile everything from that subtree, including 'httpd' and
other apps), so there must be a better way to configure this.

Any pointers on how to get started with the IP stack?

-- Gilles

Reply via email to