esp-idf/docs/en/api-reference
Darian Leung 7c8208d903 CAN: ISR runs when cache is disabled
This commit adds the feature where the CAN ISR will continue to
run even if the cache is disabled. Whilst cache is disabled, any
received messages will go into the RX queue, and any pending TX
messages in the TX queue will be transmitted. This feature should
be enabled using the CONFIG_CAN_ISR_IN_IRAM option.
2020-12-04 19:03:19 +08:00
..
bluetooth NimBLE: Update the link to NimBLE upstream documentation 2019-12-30 19:18:06 +05:30
network Add Chinese translation to api-reference/network/esp_smartconfig.rst 2019-07-19 19:04:44 +08:00
peripherals CAN: ISR runs when cache is disabled 2020-12-04 19:03:19 +08:00
protocols freemodbus: add comments for limitation in current version of freemodbus 2020-06-08 08:39:49 +02:00
provisioning Fix some typo in idf 2020-01-16 15:26:37 +08:00
storage esp_flash: add initialization interface for SPI devices 2019-06-27 13:27:27 +08:00
system docs: add a note about ESP-IDF FreeRTOS version 2020-07-27 20:24:43 +08:00
error-codes.rst docs: add error codes reference 2018-06-15 15:49:24 +08:00
index.rst zh_CN translation of HTTP Server API reference 2019-03-20 16:45:16 +08:00
kconfig.rst Doc: replace defconfig with reconfigure 2020-02-19 17:19:19 +01:00
template.rst docs: Make CMake build system default, mark GNU Make as legacy option 2019-07-09 14:32:26 +10:00