]> granicus.if.org Git - esp-idf/commit
tcpip_adapter: Decompose tcpip_adapter_start() into interface specification options
authorKedar Sovani <kedars@gmail.com>
Tue, 8 Aug 2017 04:48:14 +0000 (10:18 +0530)
committerKedar Sovani <kedars@gmail.com>
Wed, 16 Aug 2017 10:24:29 +0000 (15:54 +0530)
commita24130b390e4f4e53e38f21402021d12526deba1
treedbb005f38e49259574c4e79a13263e06c6e2ec3e
parent159e7e81b45eb4afdbdfa939053df6415eb1903a
tcpip_adapter: Decompose tcpip_adapter_start() into interface specification options

Since only the used interface's start function gets called, it pulls
in only the functions that are required in the current application,
thereby saving footprint.
components/esp32/event_default_handlers.c
components/tcpip_adapter/include/tcpip_adapter.h
components/tcpip_adapter/tcpip_adapter_lwip.c