• Deomid Ryabkov's avatar
    esp_mg_net_if refactoring: split LWIP & ESP parts · ab48174b
    Deomid Ryabkov authored
    esp_mg_net_if was a rat's nest of mongoose net_if and event manager
    implementaions and the event loop task for the ESP8266 miot port.
    From that, pieces that are related to LWIP support have been pulled out,
    separated into net_if and event manager files, and event loop task
    has been moved under the miot esp8266 dirrectory.
    
    This is done to facilitate LWIP code reuse. This may not be the end of
    it, but it's a start.
    
    Note: custom retransmit logic has been removed for now. Can be
    reintroduced later is necessary.
    
    PUBLISHED_FROM=fd5bbf75714583ce95776d4c76b6c5b5dc535364
    ab48174b
Name
Last commit
Last update
docs Loading commit data...
examples Loading commit data...
jni Loading commit data...
tools Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
mongoose.c Loading commit data...
mongoose.h Loading commit data...