Merge branch 'feat/c5_twaifd_lowlevel_support' into 'master'

feat(twai): c5 twaifd basic low level support

See merge request espressif/esp-idf!34081
This commit is contained in:
Wan Lei
2024-12-19 11:27:29 +08:00
19 changed files with 1366 additions and 308 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ INPUT = \
$(PROJECT_PATH)/components/hal/include/hal/spi_types.h \
$(PROJECT_PATH)/components/hal/include/hal/temperature_sensor_types.h \
$(PROJECT_PATH)/components/hal/include/hal/timer_types.h \
$(PROJECT_PATH)/components/hal/include/hal/twai_types.h \
$(PROJECT_PATH)/components/hal/include/hal/twai_types_deprecated.h \
$(PROJECT_PATH)/components/hal/include/hal/uart_types.h \
$(PROJECT_PATH)/components/hal/include/hal/efuse_hal.h \
$(PROJECT_PATH)/components/hal/include/hal/eth_types.h \
+1 -1
View File
@@ -613,5 +613,5 @@ Application Examples
API Reference
-------------
.. include-build-file:: inc/twai_types.inc
.. include-build-file:: inc/twai_types_deprecated.inc
.. include-build-file:: inc/twai.inc
@@ -613,5 +613,5 @@ TWAI 驱动程序通过 :cpp:type:`twai_message_t` 结构体的不同位字段
API 参考
-------------
.. include-build-file:: inc/twai_types.inc
.. include-build-file:: inc/twai_types_deprecated.inc
.. include-build-file:: inc/twai.inc