OVMS3-idf/components/lwip
Roland Dobai bf443a763f tools: Support overwrite of includes for gen_esp_err_to_name.py
gen_esp_err_to_name.py includes files like
components/lwip/include/apps/esp_ping.h as "apps/esp_ping.h" because all
subdirectories of "include" are used. If "components/lwip/include/apps"
is in the path of the compiler instead of "components/lwip/include" then
include "apps/esp_ping.h" will fail. This fix allows to process lines
like:
'// gen_esp_err_to_name.py: some text "esp_ping.h" some text'
in header files for overwriting the include.
2018-09-21 14:09:37 +08:00
..
apps lwip: add compatibility headers for sntp.h and esp_ping.h 2018-09-21 14:09:37 +08:00
include/apps tools: Support overwrite of includes for gen_esp_err_to_name.py 2018-09-21 14:09:37 +08:00
include_compat/apps/sntp lwip: add compatibility headers for sntp.h and esp_ping.h 2018-09-21 14:09:37 +08:00
lwip@e6f0cab39b lwip: fix the bug that failed to create socket 2018-09-19 09:44:28 +00:00
port/esp32 ethernet: fix infinite loop when init phy or reset mac 2018-09-20 10:09:38 +08:00
test_afl_host lwip: supported ci jobs running fuzz tests on dns, dhcp, dhcps 2018-08-22 12:13:20 +02:00
CHANGELOG remove executable permission from source files 2018-05-29 20:07:45 +08:00
CMakeLists.txt lwip: add compatibility headers for sntp.h and esp_ping.h 2018-09-21 14:09:37 +08:00
component.mk lwip: add compatibility headers for sntp.h and esp_ping.h 2018-09-21 14:09:37 +08:00
Kconfig lwip: allow setting LwIP tasks affinity via sdkconfig 2018-09-17 18:17:52 +08:00
VERSION Initial public version 2016-08-17 23:08:22 +08:00