-
Notifications
You must be signed in to change notification settings - Fork 2.1k
examples/nanocoap_server: enable LWIP IPv4 #21333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
examples/nanocoap_server: enable LWIP IPv4 #21333
Conversation
I enable DHCP. Using default configuration I hope this solution could work on any environment setups. |
Hmmmm ... after Murdock error I compile code in my environment for Is this Murdock error? Any ideas? |
d8e687e
to
ff054fb
Compare
Similar compilation error is described for |
93fb2bd
to
1d8eaaf
Compare
62fec91
to
f3987e0
Compare
So probably I have a solution: enabling @benpicco should I add fix for other remaining cpu in this PR? or open dedicated one? |
No please don't add random dependencies to CPUs. No need to enable lwIP by default in this example too. |
f3987e0
to
5e2bfeb
Compare
I removed unnecessary commits unrelated to this PR. When this PR will be merged, I open new WIP Issue concerning dependency issue with LWIP IPv4. |
@benpicco thanks for all remarks and servicing this PR. Could you be so kind and add this PR to merge queue? ;) |
Contribution description
This PR enables LWIP IPv4 in
nanocoap_server
, as we have IPv4 enable intests/nanocoap_cli
(see PR #21314).Testing procedure
Enable LWIP IPv4 in
Makefile
by settingLWIP_IPV4 ?= 1
, compile and execute example:Test if example responds to coap messages, for example:
Issues/PRs references
PR #21314