esp-idf/tools/cmake
Ivan Grokhotkov 677d6a8625 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.
2022-01-18 17:48:41 +08:00
..
scripts cmake: set IDF_VERSION_* variables at requirement expansion stage 2020-12-15 20:53:19 +01: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) 2022-01-18 17:48:41 +08:00
component.cmake cmake: sort lists obtained from file(GLOB) 2022-01-18 17:48:41 +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-25 11:48:26 +07:00
dfu.cmake tools: merge C3 changes into master 2020-12-30 07:04:12 +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) 2022-01-18 17:48:41 +08:00
ldgen.cmake ci: enabled ldgen mapping check in ci 2021-01-19 11:17:18 +08:00
project_description.json.in idf.py: pass correct toolchain prefix to the monitor 2019-06-11 13:07:37 +08:00
project.cmake Tools: make idf_size work with overflow 2021-09-21 18:03:32 +02: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-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 tools: Wrap flash binaries into a UF2 file for flashing through USB MSC 2020-12-29 18:14:47 +01:00
utilities.cmake Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
version.cmake versions: Update version to 4.3.2 2021-12-20 19:02:41 +01:00