esp-netif: Added esp_netif slip support, slip_modem component and example

Merges https://github.com/espressif/esp-idf/pull/4985


* Original commit: espressif/esp-idf@266be00254
This commit is contained in:
ryan
2020-05-21 17:55:56 +12:00
committed by David Cermak
parent 467fec5c9b
commit 061885ad23
11 changed files with 719 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Override some defaults to enable SLIP
CONFIG_LWIP_SLIP_SUPPORT=y