OVMS3-idf/docs/en/api-guides
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
..
jtag-debugging Merge branch 'release/v3.1' into feature/cmake_v3.1 2018-08-17 14:14:10 +10:00
app_trace.rst doc: fix the level inconsistent issue in Kconfig document 2018-06-05 10:36:18 +00:00
blufi.rst Update blufi.rst 2018-06-06 12:05:27 +08:00
bootloader.rst doc: fix the level inconsistent issue in Kconfig document 2018-06-05 10:36:18 +00:00
build-system-cmake.rst cmake: Fix psram workaround compiler flag application 2019-03-11 16:02:36 +11:00
build-system.rst cmake: Fix psram workaround compiler flag application 2019-03-11 16:02:36 +11:00
console.rst docs: Move main docs to cover CMake 2018-05-07 18:45:49 +08:00
core_dump.rst Merge branch 'release/v3.1' into feature/cmake_v3.1 2018-08-17 14:14:10 +10:00
deep-sleep-stub.rst Moved files into separate folders per 'en' and 'zh_CN' language version and linked 'zh_CN' files back to 'en' files if translation is not yet available 2018-03-13 21:57:08 +01:00
error-handling.rst docs: add pages about error handling 2018-06-15 15:53:23 +08:00
external-ram.rst doc: fix the level inconsistent issue in Kconfig document 2018-06-05 10:36:18 +00:00
fatal-errors.rst docs: add pages about error handling 2018-06-15 15:53:23 +08:00
freertos-smp.rst doc: fix the level inconsistent issue in Kconfig document 2018-06-05 10:36:18 +00:00
general-notes.rst esp32: Add .noinit and .rtc_noinit sections to the linker script 2018-05-16 17:33:37 +05:00
hlinterrupts.rst Moved files into separate folders per 'en' and 'zh_CN' language version and linked 'zh_CN' files back to 'en' files if translation is not yet available 2018-03-13 21:57:08 +01:00
index.rst docs/rewrite_mesh_docs 2018-09-03 13:03:32 +08:00
mesh.rst docs/rewrite_mesh_docs 2018-09-03 13:03:32 +08:00
partition-tables.rst nvs_flash: Add support for nvs encryption 2018-10-04 19:25:12 +05:30
romconsole.rst Moved files into separate folders per 'en' and 'zh_CN' language version and linked 'zh_CN' files back to 'en' files if translation is not yet available 2018-03-13 21:57:08 +01:00
SYSVIEW_FreeRTOS.txt Moved files into separate folders per 'en' and 'zh_CN' language version and linked 'zh_CN' files back to 'en' files if translation is not yet available 2018-03-13 21:57:08 +01:00
thread-local-storage.rst Implemented review comments to zh_CN version of eclipse setup and PICO-KIT get started guides. Resolved issues after rebasing on master of several commits. 2018-03-13 22:31:54 +01:00
ulp.rst docs: update esp32ulp-binutils download link 2018-08-13 23:23:55 +03:00
ulp_instruction_set.rst ulp: add documentation for JUMPS instruction conditions 2018-08-13 23:23:55 +03:00
ulp_macros.rst Moved files into separate folders per 'en' and 'zh_CN' language version and linked 'zh_CN' files back to 'en' files if translation is not yet available 2018-03-13 21:57:08 +01:00
unit-tests.rst Merge branch 'test/support_multi_stage_unit_test_case' into 'master' 2018-04-03 18:20:16 +08:00
wifi.rst esp32: fix invalid channel state information(CSI) data index 2019-01-22 20:43:36 +08:00