esp-idf/tools/cmake
Sagar Bijwe 05220d9cda CMake: Make IDF_PATH available to Kconfiglib when not explicitly set.
When IDF_PATH is not set by the user, cmake infers the same through
other means and sets it as an environment variable. However, some
sub-invocation of cmake may not see this variable as it is not set
in the parent. This change adds a custom command for exporting IDF_PATH
just before invoking ldgen so that IDF_PATH can be used in Kconfig
without any errors.
2019-01-21 17:02:31 +05:30
..
scripts Add ESP_PLATFORM to build environment. 2018-12-21 18:59:28 +11:00
third_party
component_utils.cmake
components.cmake
convert_to_cmake.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
crosstool_version_check.cmake
git_submodules.cmake
idf_functions.cmake cmake: Add ESP_PLATFORM in idf_set_variables() as well 2018-12-21 18:59:28 +11:00
kconfig.cmake cmake: fix unable to start confserver on windows 2018-12-23 19:52:58 +08:00
ldgen.cmake CMake: Make IDF_PATH available to Kconfiglib when not explicitly set. 2019-01-21 17:02:31 +05:30
project.cmake Merge branch 'bugfix/no_tests_for_unit_test_example' into 'master' 2018-12-05 12:58:42 +08:00
project_description.json.in
run_cmake_lint.sh
targets.cmake
toolchain-esp32.cmake
utilities.cmake