OVMS3-idf/docs/en
Michael (XIAO Xufeng) 3387d751d9 spi: fix the crash when callbacks are not in the IRAM
Introduced in 9c23b8e5 and 4f87a62f. To get higher speed, menuconfig
options are added to put ISR and other functions into the IRAM.  The
interrupt flag ESP_INTR_FLAG_IRAM is also mistakenly set when the ISR is
put into the IRAM. However callbacks, which are wrote by the user, are
called in the master and slave ISR. The user may not be aware of that
these callbacks are not disabled during flash operations. Any cache miss
during flash operation will cause panic.

Essentially IRAM functions and intrrupt flag ESP_INTR_FLAG_IRAM are
different, the latter means not disabling the ISR during flash
operations.  New bus_config flag intr_flags is offered to help set the
interrupt attribute, including priority level, SHARED, IRAM (not
disabled during flash operations).  It introduced a small BREAK to
IDFv3.1 (but the same as IDFv3.0) that the user has to manually set IRAM
flag now (therefore he's aware of the IRAM thing) to void the ISR being
disabled during flash operations.
2018-12-05 10:25:57 +08:00
..
api-guides esp32: correct a mistake about secondary channel of CSI in wifi.rst 2018-10-19 12:25:30 +00:00
api-reference spi: fix the crash when callbacks are not in the IRAM 2018-12-05 10:25:57 +08:00
contribute Merge branch 'release/v3.1' into feature/cmake_v3.1 2018-08-17 14:14:10 +10:00
get-started esp32: abort when running on single core chip in dual core mode 2018-09-27 13:35:11 +08:00
get-started-cmake esp32: abort when running on single core chip in dual core mode 2018-09-27 13:35:11 +08:00
hw-reference docs: fix (in remaining places) link for FTDI VCP drivers 2018-05-22 08:21:37 +00:00
security nvs_flash: Update documentation at different places to indicate NVS encryption is supported 2018-10-29 06:57:28 +00:00
about.rst Restored back original 'zh_CN' version files and updated links between versions 2018-03-13 21:57:08 +01:00
cmake-pending-features.rst docs: Copy CMake docs to a separate set of directories 2018-08-13 15:37:03 +10:00
cmake-warning.rst docs: Copy CMake docs to a separate set of directories 2018-08-13 15:37:03 +10:00
conf.py doc: Move non-language-specific RTD/Sphinx config to conf_common.py 2018-03-16 12:00:01 +11:00
COPYRIGHT.rst docs: update list of third-party libraries, copyrights, and licenses 2018-05-15 10:01:20 +08:00
index.rst Merge branch 'release/v3.1' into feature/cmake_v3.1 2018-08-17 14:14:10 +10:00
languages.rst docs: add language link to easily change to Chinese version 2018-05-21 10:30:12 +08:00
Makefile docs: Combine the common en/zh_CN Makefiles to one common file 2018-08-10 00:28:13 +00:00
resources.rst Fix few typos in the docs 2018-05-03 18:20:16 +05:30
versions.rst docs: Add version-specific include files, version documentation 2018-08-10 00:28:13 +00:00