esp-idf/docs/en/api-reference/peripherals
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
..
adc.rst Update information on ADC's eFuse Vref. Inspired by https://esp32.com/viewtopic.php?f=12&t=6832. 2018-12-17 13:18:32 +08:00
can.rst CAN: ISR runs when cache is disabled 2020-12-04 19:03:19 +08:00
dac.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
esp_slave_protocol.rst sdio_slave: add documentation for the standard init process 2018-10-26 16:56:18 +08:00
gpio.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
i2c.rst Update i2c.rst 2019-05-29 18:02:18 +05:30
i2s.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 Add Chinese translation for index.rst files and esp_wifi.rst file in api-reference following Kirill's English review, including: 2019-05-15 21:05:44 +08:00
ledc.rst Review the file api-reference/peripherals/ledc.rst 2019-07-18 16:38:59 +08:00
mcpwm.rst MCPWM API doc update 2018-10-10 08:15:23 +08:00
pcnt.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
rmt.rst Restored back original 'zh_CN' version files and updated links between versions 2018-03-13 21:57:08 +01:00
sd_pullup_requirements.rst Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00
sdio_slave.rst Fix some typo in idf 2020-01-16 15:26:37 +08:00
sdmmc_host.rst Review the file api-reference/peripherals/sdmmc_host.rst 2019-06-24 21:46:11 +08:00
sdspi_host.rst docs: update SDMMC and SDSPI documentation 2018-04-11 11:07:13 +08:00
sigmadelta.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
spi_master.rst Fixed a typo according to DOC-216 2020-06-28 18:22:29 +08:00
spi_slave.rst spi_slave: improve the timing configuration 2019-01-26 00:10:41 +08:00
timer.rst Review the file api-reference/peripherals/timer.rst 2019-07-19 15:06:52 +08:00
touch_pad.rst Review the file api-reference/peripherals/touch_pad.rst 2019-06-21 20:43:17 +08:00
uart.rst example: add nmea0183 parser example 2018-12-07 10:57:34 +08:00