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
Makefileby settingLWIP_IPV4 ?= 1, compile and execute example:Test if example responds to coap messages, for example:
Issues/PRs references
PR #21314