OVMS3-idf/docs/en/api-guides
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
..
jtag-debugging windows: Add Python dependencies, openocd, and ULP to installer 2018-10-18 09:56:16 +11:00
app_trace.rst doc: Replace :envvar: config links with :ref: 2018-09-19 17:27:48 +10:00
blufi.rst Fix the typo and tables. 2018-06-28 14:06:26 +08:00
bootloader.rst doc: Replace :envvar: config links with :ref: 2018-09-19 17:27:48 +10:00
build-system-cmake.rst cmake: Fix psram workaround compiler flag application 2019-02-27 16:38:29 +11:00
build-system.rst cmake: Fix psram workaround compiler flag application 2019-02-27 16:38:29 +11:00
console.rst docs: Move main docs to cover CMake 2018-05-07 18:45:49 +08:00
core_dump.rst Merge branch 'master' into feature/cmake 2018-08-16 17:14:17 +10:00
deep-sleep-stub.rst esp32: Add option to place.rtc_data and .rtc_rodata into the RTC_FAST segment 2018-09-12 09:25:13 +02:00
error-handling.rst doc: Replace :envvar: config links with :ref: 2018-09-19 17:27:48 +10:00
external-ram.rst Merge branch 'feature/bss_seg_in_external_memory' into 'master' 2018-10-10 14:40:21 +08:00
fatal-errors.rst doc: Replace :envvar: config links with :ref: 2018-09-19 17:27:48 +10:00
freertos-smp.rst doc: Replace :envvar: config links with :ref: 2018-09-19 17:27:48 +10: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 cmake: Add support for test build 2018-10-20 12:07:24 +08:00
mesh.rst docs/rewrite_mesh_docs 2018-09-02 21:34:21 +08:00
partition-tables.rst (doc)update_CN/EN_partition_tables 2018-11-05 18:58:54 +08:00
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 Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08: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-cmake.rst cmake: add ulp components build support 2018-09-13 14:54:59 +08:00
ulp.rst docs: update esp32ulp-binutils download link 2018-08-13 16:48:27 +00:00
ulp_instruction_set.rst ulp: add documentation for JUMPS instruction conditions 2018-08-13 16:48:27 +00: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-cmake.rst cmake: Add support for test build 2018-10-20 12:07:24 +08:00
unit-tests.rst build: Add TEST_EXCLUDE_COMPONENTS 2018-07-10 13:44:41 +05:00
wifi.rst esp32: fix invalid channel state information(CSI) data index 2019-01-22 20:30:05 +08:00