OVMS3-idf/tools/cmake
Angus Gratton e4d61154f2 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-03-11 16:02:36 +11:00
..
scripts cmake: make main a component again 2018-09-13 11:13:27 +08:00
third_party cmake: pass repository path to git when doing git describe 2018-09-27 13:35:11 +08:00
components.cmake cmake: make main a component again 2018-09-13 11:13:27 +08:00
convert_to_cmake.py cmake: make main a component again 2018-09-13 11:13:27 +08:00
crosstool_version_check.cmake cmake: Style cleanup, add cmake linter to gitlab CI 2018-04-30 09:59:20 +10: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-03-11 16:02:36 +11:00
kconfig.cmake cmake: don't add main component Kconfig twice 2018-09-13 11:13:27 +08:00
project.cmake Merge branch 'release/v3.1' into feature/cmake_v3.1 2018-08-17 14:14:10 +10: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 'release/v3.1' into feature/cmake_v3.1 2018-08-17 14:14:10 +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-03-11 16:02:36 +11:00