esp-idf/tools/cmake
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
..
scripts [driver]: partial mocking of driver component 2021-06-24 10:10:29 +08:00
third_party Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
build.cmake cmake: sort lists obtained from file(GLOB) 2021-07-22 10:14:33 +08:00
component.cmake cmake: sort lists obtained from file(GLOB) 2021-07-22 10:14:33 +08:00
convert_to_cmake.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
crosstool_version_check.cmake tools: stop building if compiler is unsupported 2021-06-28 23:36:15 +08:00
dfu.cmake esp32h2: add esp32h2 build target 2021-07-01 19:51:33 +08:00
git_submodules.cmake CI: build system do not check submodule for CI 2019-12-08 20:32:10 +08:00
idf.cmake tools: Wrap flash binaries into a UF2 file for flashing through USB MSC 2020-12-29 18:14:47 +01:00
kconfig.cmake cmake: sort lists obtained from file(GLOB) 2021-07-22 10:14:33 +08:00
ldgen.cmake ci: enabled ldgen mapping check in ci 2021-01-19 11:17:18 +08:00
project_description.json.in Decompose idf_monitor.py 2021-04-12 10:47:33 +02:00
project.cmake Merge branch 'bugfix/override_cmake_python' into 'master' 2021-04-13 03:39:16 +00:00
run_dfu_util.cmake Add ability to select a device for DFU flashing 2020-05-28 09:31:35 +02:00
targets.cmake system: Log a warning when booting bootloader or app configured for FPGA use 2021-02-01 14:24:38 +11:00
toolchain-esp32.cmake global: remove gcc 5.2 support 2019-11-20 11:17:27 +01:00
toolchain-esp32c3.cmake cmake: Add esp32c3 toolchain file 2020-12-24 14:18:02 +11:00
toolchain-esp32h2.cmake esp32h2: add esp32h2 build target 2021-07-01 19:51:33 +08:00
toolchain-esp32s2.cmake esp32s2: remove -nostdlib accidentally added 2020-01-23 17:00:31 +01:00
toolchain-esp32s3.cmake global: add new target name: esp32-s3 2020-06-11 21:40:08 +08:00
toolchain-linux.cmake build system: don't add GCC-specific options when building with clang 2021-01-24 12:48:29 +01:00
uf2.cmake esp32h2: add some more fixes and TODOs 2021-07-01 20:36:39 +08:00
utilities.cmake Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
version.cmake version: Update to v4.4-dev 2021-02-10 16:07:24 +11:00