Skip to content

Commit 97721d4

Browse files
committed
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
1 parent 8800fe5 commit 97721d4

File tree

100 files changed

+4814
-2914
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+4814
-2914
lines changed

components/driver/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
set(srcs
22
"adc_common.c"
3-
"can.c"
43
"dac.c"
54
"gpio.c"
65
"i2c.c"
@@ -21,6 +20,7 @@ set(srcs
2120
"spi_bus_lock.c"
2221
"timer.c"
2322
"touch_sensor_common.c"
23+
"twai.c"
2424
"uart.c")
2525

2626
set(includes "include")

0 commit comments

Comments
 (0)