Skip to content

Commit

Permalink
esp_mg_net_if refactoring: split LWIP & ESP parts
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Deomid Ryabkov authored and cesantabot committed Oct 11, 2016
1 parent 4439251 commit ab48174
Show file tree
Hide file tree
Showing 2 changed files with 860 additions and 0 deletions.
Loading

0 comments on commit ab48174

Please sign in to comment.