Skip to content

Commit a21d344

Browse files
committed
Merge branch 'feature/twai_support_esp32s2' into 'master'
TWAI: Add ESP32-S2 support Closes IDF-1455 See merge request espressif/esp-idf!8973
2 parents 8912462 + 97721d4 commit a21d344

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)