Files
esp-idf/components/esp32
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
..
2018-05-14 17:54:57 +05:00
2018-08-20 16:49:20 +08:00
2018-09-13 08:56:59 +08:00
2018-07-09 14:36:06 +08:00
2018-04-04 22:57:45 +08:00
2016-08-17 23:08:22 +08:00
2017-10-18 14:19:16 +08:00