mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 16:11:41 +01:00
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:
@@ -1 +0,0 @@
|
||||
.. include:: ../../../en/api-reference/peripherals/can.rst
|
||||
@@ -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` 目录下。
|
||||
|
||||
1
docs/zh_CN/api-reference/peripherals/twai.rst
Normal file
1
docs/zh_CN/api-reference/peripherals/twai.rst
Normal file
@@ -0,0 +1 @@
|
||||
.. include:: ../../../en/api-reference/peripherals/twai.rst
|
||||
Reference in New Issue
Block a user