OVMS3-idf/docs/en/api-reference
Michael (XIAO Xufeng) 44bd6f72bc 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-04 21:35:20 +08:00
..
bluetooth component/bt: implement HFP Hands Free Unit Role 2018-05-21 11:33:30 +08:00
ethernet 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
mesh docs/rewrite_mesh_docs 2018-09-02 21:34:21 +08:00
peripherals spi: fix the crash when callbacks are not in the IRAM 2018-12-04 21:35:20 +08:00
protocols HTTP Server Docs : Replace http_server with esp_http_server 2018-10-24 17:32:43 +05:30
provisioning Docs : Provisioning docs and READMEs updated with links to GitHub repositories of Android and iOS apps 2018-10-18 18:23:03 +05:30
storage doc: Replace :envvar: config links with :ref: 2018-09-19 17:27:48 +10:00
system Merge branch 'bugfix/minor_doc_fixes' into 'master' 2018-10-31 13:23:58 +08:00
wifi 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-codes.rst docs: add error codes reference 2018-06-15 15:49:24 +08:00
index.rst Docs : Added Provisioning and Protocomm related docs 2018-10-02 19:07:28 +05:30
kconfig.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
template.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