OVMS3-idf/tools
Angus Gratton c921f14128 cmake: Generate list of components with dependent items first, use deterministic ordering
Guarantees that a component's project_include.cmake will be called after its dependent components'
project_include.cmake. Because of cycles in the dependency graph, this is less useful than you'd
think but it gives a strong guarantee for any component which is not part of a cycle.

Also applies deterministic ordering (ordering is initialised as COMPONENT_REQUIRES_COMMON then all
COMPONENTS in alphabetical order, but then the sorting by dependencies is applied.)
2018-08-31 12:29:13 +08:00
..
catch move Catch framework header into tools directory 2017-04-17 11:01:18 +08:00
ci Merge branch 'master' into feature/cmake 2018-08-30 18:52:31 +08:00
cmake cmake: Generate list of components with dependent items first, use deterministic ordering 2018-08-31 12:29:13 +08:00
esp_app_trace esp32: Adds functionality for application tracing over JTAG 2017-04-17 23:26:29 +03:00
kconfig config: Rename mconf to mconf-idf & conf to conf-idf 2018-05-29 16:34:45 +10: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: Print more useful info when download.config doesn't exist 2018-08-27 12:47:08 +02:00
unit-test-app Merge branch 'bugfix/app_update_test' into 'master' 2018-08-27 08:46:02 +08:00
windows Merge branch 'master' into feature/cmake 2018-08-30 18:51:01 +08:00
check_python_dependencies.py Add python-future by using python requirements file 2018-08-23 08:28:57 +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 python3 in gen_esp_err_to_name.py 2018-08-24 08:13:01 +02:00
idf.py cmake idf.py: Fix bug in JSON parsing when printing flash commands 2018-08-29 20:22:55 +08:00
idf_monitor.py Merge branch 'master' into feature/cmake 2018-08-30 18:51:01 +08:00
idf_size.py Merge branch 'master' into feature/cmake 2018-08-30 18:52:31 +08:00