TWAI: Add ESP32-S2 support

This commit adds TWAI driver support for the
ESP32-S2. The following features were added:

- Expanded BRP support
- Expanded CLKOUT Divider Support
- Updated example READMEs
This commit is contained in:
Darian Leung
2020-03-11 17:45:02 +01:00
parent 8800fe5241
commit 97721d469c
100 changed files with 4788 additions and 2888 deletions

View File

@@ -1 +0,0 @@
.. include:: ../../../en/api-reference/peripherals/can.rst

View File

@@ -7,7 +7,6 @@
:maxdepth: 1
ADC <adc>
CAN <can>
DAC <dac>
GPIO (including RTC low power I/O) <gpio>
:esp32s2: HMAC <hmac>
@@ -28,6 +27,7 @@
:esp32s2: Temp sensor <temp_sensor>
Timer <timer>
Touch Sensor <touch_pad>
TWAI <twai>
UART <uart>
本部分的 API 示例代码存放在 ESP-IDF 示例项目的 :example:`peripherals` 目录下。

View File

@@ -0,0 +1 @@
.. include:: ../../../en/api-reference/peripherals/twai.rst