esp-idf/tools
Ivan Grokhotkov 73b30af2b3 confgen.py: don't output compatibility definitions for options which are not defined
For example, if a renamed option CONFIG_NEW is a bool with value "n", kconfiglib will not generate a define for it in the Kconfig file. The define (#define CONFIG_NEW 1) will only be generated if the option is "y" or "m".
However the compatibility definition was always generated: #define CONFIG_OLD CONFIG_NEW. This broke the #ifdef checks which depended on the old option names.
2019-06-11 13:07:37 +08:00
..
catch
ci ci: fix idf.py syntax in new build system tests 2019-06-07 22:03:15 +08:00
cmake idf.py: pass correct toolchain prefix to the monitor 2019-06-11 13:07:37 +08:00
esp_app_trace
esp_prov Merge branch 'feature/prov_mgr' into 'master' 2019-06-11 09:46:50 +08:00
kconfig
kconfig_new confgen.py: don't output compatibility definitions for options which are not defined 2019-06-11 13:07:37 +08:00
ldgen esp32: Allow fixed static RAM size and DRAM heap size 2019-06-06 18:23:04 +10:00
mass_mfg mfg_util: Fix unnecessary csv files creation for values with REPEAT tags 2019-06-10 12:08:58 +00:00
test_idf_monitor
test_idf_size
test_idf_tools update toolchain to esp32-2019r1 release 2019-06-04 23:43:29 +08:00
tiny-test-fw
unit-test-app Merge branch 'feature/action_specific_flags' into 'master' 2019-06-07 00:44:09 +08:00
windows
check_kconfigs.py
check_python_dependencies.py
eclipse-code-style.xml
elf_to_ld.sh
format-minimal.sh
format.sh
gen_esp_err_to_name.py
idf.py idf.py: pass correct toolchain prefix to the monitor 2019-06-11 13:07:37 +08:00
idf_monitor.py
idf_size.py
idf_tools.py tools, ci: Use non-interactive mode for idf_tools in CI 2019-06-05 15:56:03 +07:00
test_check_kconfigs.py
toolchain_versions.mk update toolchain to esp32-2019r1 release 2019-06-04 23:43:29 +08:00
tools.json update toolchain to esp32-2019r1 release 2019-06-04 23:43:29 +08:00
tools_schema.json