mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
bf443a763f
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. |
||
---|---|---|
.. | ||
apps | ||
include/apps | ||
include_compat/apps/sntp | ||
lwip@e6f0cab39b | ||
port/esp32 | ||
test_afl_host | ||
CHANGELOG | ||
CMakeLists.txt | ||
component.mk | ||
Kconfig | ||
VERSION |