OVMS3-idf/tools/ci
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
..
apply_bot_filter.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
build_example_dirs.txt ci: support building examples with external components 2018-11-19 12:36:31 +08:00
build_examples.sh Merge branch 'feature/example_defconfig_ci' into 'master' 2018-12-21 12:14:57 +08:00
build_examples_cmake.sh ci: use flasher_args.json for cmake ci run 2019-02-14 08:33:46 +00:00
check-executable.sh ci: check for executable flag on source files 2018-05-29 20:07:45 +08:00
check-line-endings.sh ci: Add line endings check for CRLF in repository 2018-07-12 19:10:37 +08:00
check_artifacts_expire_time.py Fix Python 3 compatibility issues 2018-10-24 11:20:54 +02:00
check_examples_cmake_make.sh ci: update for running cmake examples 2018-11-27 19:56:52 +08:00
check_ut_cmake_make.sh cmake: Add support for test build 2018-10-20 12:07:24 +08:00
checkout_project_ref.py CI: support customize test with @bot 2017-11-08 11:36:16 +08:00
configure_ci_environment.sh ci: Use more pedantic checking for examples and ut 2018-12-10 12:34:16 +08:00
envsubst.py mqtt tests: connect to local broker when running in CI to make the tests more reliable 2019-01-11 15:30:15 +01:00
executable-list.txt ldgen: remove resolution of template includes 2019-02-22 08:25:56 +08:00
get-full-sources.sh ci: Use local mirrors on the public branches (master, release-) too 2018-07-23 17:04:38 +08:00
mirror-list.txt ci: Remove ALLOW_TO_SYNC_FROM_PUBLIC from esptool mirror repo 2019-01-29 15:06:11 +11:00
mirror-submodule-update.sh build: Fix problems with building kconfig and generating sdkconfig 2018-03-28 10:39:20 +08:00
mirror-synchronize.sh build: Fix problems with building kconfig and generating sdkconfig 2018-03-28 10:39:20 +08:00
multirun_with_pyenv.sh CI: Simplify running commands with several versions of Python 2018-09-06 11:50:17 +02:00
push_to_github.sh ci: Fix spurious pipeline failure when deploying a tag to GitHub 2018-08-22 13:11:18 +10:00
setup_python.sh ci: Multi-device tests cannot run under Python 3 2018-12-20 12:44:33 +01:00
test_build_system.sh ldgen: remove resolution of template includes 2019-02-22 08:25:56 +08:00
test_build_system_cmake.sh cmake: Fix psram workaround compiler flag application 2019-02-26 04:07:51 +00:00
test_configure_ci_environment.sh ci: Use more pedantic checking for examples and ut 2018-12-10 12:34:16 +08:00