esp-idf/docs/en
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
..
api-guides cmake: Fix psram workaround compiler flag application 2019-02-26 04:07:51 +00:00
api-reference Merge branch 'bugfix/multiple_can_bugs' into 'master' 2019-02-25 15:43:56 +08:00
contribute docs: This is a quick reference of more than a dozen and-ons and extensions prepared over the last two years to add contents, improve look & feel and cut on maintenance of the ESP-IDF documentation. 2019-02-17 20:32:50 +01:00
get-started Merge branch 'bugfix/add_missing_links_to_translation' into 'master' 2019-01-30 11:32:15 +08:00
get-started-cmake Introduced installation steps to improve navigation through the installation process. Included some updates from GNU make section. 2019-02-17 20:24:17 +01:00
hw-reference Included missing links between English and Chinese documentation, where translation into Chinese is available 2019-01-27 19:01:34 +01:00
security
COPYRIGHT.rst
Makefile
about.rst Introduced installation steps to improve navigation through the installation process. Included some updates from GNU make section. 2019-02-17 20:24:17 +01:00
cmake-pending-features.rst
cmake-warning.rst
conf.py docs: This is a quick reference of more than a dozen and-ons and extensions prepared over the last two years to add contents, improve look & feel and cut on maintenance of the ESP-IDF documentation. 2019-02-17 20:32:50 +01:00
index.rst
languages.rst
resources.rst Included missing links between English and Chinese documentation, where translation into Chinese is available 2019-01-27 19:01:34 +01:00
versions.rst