mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
cf60ec0ffc
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 |
||
---|---|---|
.. | ||
apps | ||
include/apps | ||
lwip@889c3875bf | ||
port/esp32 | ||
test_afl_host | ||
weekend_test | ||
CMakeLists.txt | ||
component.mk | ||
Kconfig | ||
linker.lf | ||
sdkconfig.rename |