OVMS3-idf/tools/cmake
Angus Gratton da390618c2 cmake: Fix psram workaround compiler flag application
Previously, this compiler flag was not being applied
regardless of CONFIG_SPIRAM_CACHE_WORKAROUND setting.

Explanation: add_compile_options() only applies to
source files added after the function is run, or in
subdirectories added after the function is run. In
this case, no new source files were being added after
this function was run.
2019-02-26 04:07:51 +00:00
..
scripts Add ESP_PLATFORM to build environment. 2018-12-21 18:59:28 +11:00
third_party tools: Add --always option to git describe for Cmake 2019-01-24 12:06:55 +08:00
component_utils.cmake cmake: separate app from idf lib project 2018-11-27 13:59:24 +08:00
components.cmake cmake: generate sections info for all static libs as in make 2018-11-28 14:24:21 +08:00
convert_to_cmake.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
crosstool_version_check.cmake cmake: Add a compatible old GCC flag, fix the cmake example building 2018-09-20 18:53:15 +08:00
git_submodules.cmake cmake: Use cmake_lint project, tidy up all CMake source files 2018-04-30 09:59:20 +10:00
idf_functions.cmake cmake: Add ESP_PLATFORM in idf_set_variables() as well 2018-12-21 18:59:28 +11:00
kconfig.cmake cmake: only generate sdkconfig on top level project 2019-01-16 08:16:09 +08:00
ldgen.cmake ldgen: remove resolution of template includes 2019-02-22 08:25:56 +08:00
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 cmake: separate app from idf lib project 2018-11-27 13:59:24 +08:00
run_cmake_lint.sh Merge branch 'master' into feature/cmake 2018-08-16 17:14:17 +10:00
targets.cmake cmake: separate app from idf lib project 2018-11-27 13:59:24 +08:00
toolchain-esp32.cmake build system: support for multiple targets 2018-11-11 21:46:02 +08:00
utilities.cmake cmake: Fix psram workaround compiler flag application 2019-02-26 04:07:51 +00:00