esp-idf/components/lwip
Paweł pidpawel Kozubal cf60ec0ffc lwip: Added support for configurable LwIP hooks
Added lwIP hooks which could be optionally overwritten in the
application code. These three options are provided in Kconfig:
* NONE: No hook support
* DEFAULT: Default implementation is provided. If IDF doesn't
have a specific hook implementation, an empty stub is provided, which
could be overwritten by strong implementation in application code.
* CUSTOM: Hooks are declared only to be implemented in application code.

Merges https://github.com/espressif/esp-idf/pull/6034
2020-11-26 12:02:00 +00:00
..
apps Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
include/apps Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
lwip@889c3875bf
port/esp32 lwip: Added support for configurable LwIP hooks 2020-11-26 12:02:00 +00:00
test_afl_host freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
weekend_test Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
CMakeLists.txt lwip: Added support for configurable LwIP hooks 2020-11-26 12:02:00 +00:00
Kconfig lwip: Added support for configurable LwIP hooks 2020-11-26 12:02:00 +00:00
component.mk lwip: Added support for configurable LwIP hooks 2020-11-26 12:02:00 +00:00
linker.lf Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
sdkconfig.rename