]> granicus.if.org Git - esp-idf/commit
Enable lwip PPPoS support
authorAdrian Muzyka <a.muzyka@grinn-global.com>
Fri, 20 Jan 2017 11:05:38 +0000 (12:05 +0100)
committerAngus Gratton <gus@projectgus.com>
Fri, 21 Apr 2017 04:23:34 +0000 (14:23 +1000)
commit47c722d6742265c2c0260eca7ef17e71000f39ea
treef4241344f3e0f9dcf476c819e0f0621fa7d9a408
parent793003d0fae6a7343d3b56246a62f49789cd3c68
Enable lwip PPPoS support

 * Fix some lwip api bugs
 * Added PPP_SUPPORT parameter to lwip Kconfig
 * Added example pppos_client

Merges #272 https://github.com/espressif/esp-idf/pull/272
13 files changed:
components/esp32/Kconfig
components/esp32/include/esp_task.h
components/lwip/Kconfig
components/lwip/api/pppapi.c
components/lwip/component.mk
components/lwip/include/lwip/port/lwipopts.h
components/lwip/port/freertos/sys_arch.c
examples/protocols/pppos_client/Makefile [new file with mode: 0644]
examples/protocols/pppos_client/README.md [new file with mode: 0644]
examples/protocols/pppos_client/main/Kconfig.projbuild [new file with mode: 0644]
examples/protocols/pppos_client/main/component.mk [new file with mode: 0644]
examples/protocols/pppos_client/main/pppos_client_main.c [new file with mode: 0644]
examples/protocols/pppos_client/sdkconfig.defaults [new file with mode: 0644]