esp-idf/tools
Ivan Grokhotkov 2f811b7975 cmake: sort lists obtained from file(GLOB)
CMake sorts result of file(GLOB) command since version 3.6.0:
https://gitlab.kitware.com/cmake/cmake/-/commit/edcccde7d

Since ESP-IDF sets cmake_minimum_required version to 3.5, and version
3.5.1 is used in CI, sort file lists obtained from file(GLOB)
manually.

This helps obtain reproducible order of libraries passed to the linker
and to ldgen.
2021-07-22 10:14:33 +08:00
..
ble ble-wifi-example-tests: Add fixes and cleanups to ble and wifi tests 2021-05-28 19:50:28 +05:30
catch Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
ci tests gen_digital_signature_tests: Fix mypy issues 2021-07-16 20:14:27 +08:00
cmake cmake: sort lists obtained from file(GLOB) 2021-07-22 10:14:33 +08:00
docker tools/docker: Add libpython2.7 in order to satisfy GDB dependencies 2020-09-02 18:15:52 +02:00
esp_app_trace style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
esp_prov Change default PoP argument of esp_prov.get_security from None to string 2021-07-15 13:06:53 +05:30
find_build_apps esp32h2: add esp32h2 build target 2021-07-01 19:51:33 +08:00
idf_monitor_base Moved coredump utils out of idf_monitor 2021-06-28 13:56:39 +02:00
idf_py_actions tools: Add docs subcommand docs which opens browser with documentation for current version of idf and model of your target 2021-07-12 10:56:37 +02:00
kconfig Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
kconfig_new kconfig: ignore nonexistent new names 2021-03-31 19:13:03 +08:00
ldgen ldgen: additional documentations re. internal workings 2021-03-09 14:42:38 +08:00
mass_mfg docs: update api-reference chapters for C3 2021-03-01 14:58:08 +08:00
templates/sample_component add new command to idf 2020-09-21 23:38:52 +02:00
test_apps ci: Enable ESP32-S2 and later support for Secure Boot test app 2021-07-13 14:03:45 +10:00
test_idf_monitor style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
test_idf_py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
test_idf_size tools: Don't count BSS into the total image size 2021-02-26 06:49:35 +00:00
test_idf_tools tools: Installing tools for given IDF_TARGET 2021-07-16 15:03:19 +02:00
test_mkdfu tools: Split up large binaries into smaller chunks in the DFU binary 2021-05-19 15:15:50 +02:00
test_mkuf2 style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
unit-test-app Merge branch 'feature/exception_emergency_pool_test_ci' into 'master' 2021-07-20 02:22:32 +00:00
windows Update toolchains to esp-2021r1 2021-06-07 18:46:42 +07:00
build_apps.py ci: Include context from failed build logs in the CI job log 2021-04-12 05:48:40 +00:00
check_python_dependencies.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
check_term.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
detect_python.fish tools: Prefer python3 during install and export 2021-02-13 11:34:40 +01:00
detect_python.sh tools: Prefer python3 during install and export 2021-02-13 11:34:40 +01:00
eclipse-code-style.xml tools: add code formatter rules for Eclipse 2016-11-03 18:41:00 +08:00
find_apps.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
format-minimal.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
format.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
gdb_panic_server.py Moved filters out of idf_monitor.py 2021-06-17 21:38:38 +02:00
gen_esp_err_to_name.py CI: esp_err_t check: Ignore esp32_mock.h per mdns mock update 2021-07-01 15:45:17 +02:00
idf_monitor.py Moved coredump utils out of idf_monitor 2021-06-28 13:56:39 +02:00
idf_size.py esp32h2: code clean up 2021-07-01 19:53:50 +08:00
idf_tools.py tools: Installing tools for given IDF_TARGET 2021-07-16 15:03:19 +02:00
idf.py Drop support for unsupported Python versions 2021-06-21 21:48:49 +02:00
mkdfu.py tools: Split up large binaries into smaller chunks in the DFU binary 2021-05-19 15:15:50 +02:00
mkuf2.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
python_version_checker.py Drop support for unsupported Python versions 2021-06-21 21:48:49 +02:00
set-submodules-to-github.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
toolchain_versions.mk Update toolchains to esp-2021r1 2021-06-07 18:46:42 +07:00
tools_schema.json tools: Installing tools for given IDF_TARGET 2021-07-16 15:03:19 +02:00
tools.json tools: Installing tools for given IDF_TARGET 2021-07-16 15:03:19 +02:00