OVMS3-idf/tools
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
..
catch move Catch framework header into tools directory 2017-04-17 11:01:18 +08:00
ci cmake: Add a compatible old GCC flag, fix the cmake example building 2018-09-20 18:53:15 +08:00
cmake cmake: Add a compatible old GCC flag, fix the cmake example building 2018-09-20 18:53:15 +08:00
esp_app_trace esp32: Adds functionality for application tracing over JTAG 2017-04-17 23:26:29 +03:00
kconfig Merge branch 'master' into feature/cmake 2018-09-05 10:35:04 +08:00
kconfig_new kconfiglib: Allow CONFIG_xxx= to disable booleans 2018-08-29 19:39:17 +08:00
mass_mfg Add files and docs for mass mfg 2018-07-20 10:41:11 +05:30
test_idf_monitor tools: Support Python3 in idf_monitor 2018-08-24 08:12:19 +02:00
test_idf_size tools: Support Python 3 in idf_size.py 2018-08-27 13:39:07 +02:00
tiny-test-fw tiny-test-fw: Detect either 'download.config' or 'flash_project_args' 2018-09-20 06:39:04 +00:00
unit-test-app build system: Add a compatible old GCC flag 2018-09-20 18:53:14 +08:00
windows Merge branch 'master' into feature/cmake 2018-08-30 18:51:01 +08:00
check_python_dependencies.py Encourage to install python packages without administrative rights 2018-09-11 08:54:37 +02:00
eclipse-code-style.xml tools: add code formatter rules for Eclipse 2016-11-03 18:41:00 +08:00
format-minimal.sh docs: add style guide 2016-11-03 18:41:00 +08:00
format.sh esp32: ReformatReformat panic.c (remove tabs, etc) 2016-12-07 13:25:56 -08:00
gen_esp_err_to_name.py tools: Support overwrite of includes for gen_esp_err_to_name.py 2018-09-21 14:09:37 +08:00
idf.py idf.py: Make the lambda function Python 2 & 3 compatible 2018-09-11 13:11:04 +02:00
idf_monitor.py Merge branch 'master' into feature/cmake 2018-09-05 10:35:04 +08:00
idf_size.py Merge branch 'master' into feature/cmake 2018-08-30 18:52:31 +08:00
toolchain_versions.mk docs: generate toolchain download links 2018-09-20 18:53:14 +08:00