BSD-license-compatible, and NO_STACK build variants

This commit is contained in:
Joseph Henry
2017-07-25 23:40:24 -07:00
parent bb60904899
commit 4e36fe28d5
279 changed files with 113515 additions and 228 deletions

View File

@@ -54,4 +54,10 @@ Bindings for various [languages](examples)
***
### Testing and Debugging
- See [TESTING.md](TESTING.md)
- See [TESTING.md](TESTING.md)
### Licensing
- For a [BSD]() license, build using the `lwIP` network stack with `STACK_LWIP=1`
- For a [GPL]() license, build using the `picoTCP` network stack with `STACK_PICO=1`
Regardless of which network stack you build with, the socket API will remain the same.