diff options
author | Damien George <damien.p.george@gmail.com> | 2018-05-21 16:48:24 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-05-21 17:36:06 +1000 |
commit | cda964198a36e8d1ce4497d90484fae4b9d661a5 (patch) | |
tree | 5964019f3ca2df34cf48a309f1169751077dcf9c /py/parsenum.c | |
parent | 41766ba7e67022d2d15ce78896a730745ea3871f (diff) |
stm32: Integrate lwIP as implementation of usocket module.
This patch allows to use lwIP as the implementation of the usocket module,
instead of the existing socket-multiplexer that delegates the entire TCP/IP
layer to the NIC itself.
This is disabled by default, and enabled by defining MICROPY_PY_LWIP to 1.
When enabled, the lwIP TCP/IP stack will be included in the build with
default settings for memory usage and performance (see
lwip_inc/lwipopts.h). It is then up to a particular NIC to register itself
with lwIP using the standard lwIP netif API.
Diffstat (limited to 'py/parsenum.c')
0 files changed, 0 insertions, 0 deletions