OVMS3-idf/tools/cmake
Angus Gratton 56694fb4b6 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-27 16:38:29 +11:00
..
scripts cmake: Add support for test build 2018-10-20 12:07:24 +08:00
third_party cmake: pass repository path to git when doing git describe 2018-09-20 16:18:25 +08:00
components.cmake cmake: Add support for test build 2018-10-20 12:07:24 +08:00
convert_to_cmake.py tools: Fix UTF decode error 2018-11-19 10:11:34 +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: Fix psram workaround compiler flag application 2019-02-27 16:38:29 +11:00
kconfig.cmake cmake: only generate sdkconfig on top level project 2019-01-25 14:11:35 +08:00
project.cmake cmake: Add support for test build 2018-10-20 12:07:24 +08:00
project_description.json.in cmake: Write configuration & component metadata to project_description.json 2018-04-30 09:59:20 +10:00
run_cmake_lint.sh Merge branch 'master' into feature/cmake 2018-08-16 17:14:17 +10:00
toolchain-esp32.cmake cmake: Use cmake_lint project, tidy up all CMake source files 2018-04-30 09:59:20 +10:00
utilities.cmake cmake: Fix psram workaround compiler flag application 2019-02-27 16:38:29 +11:00