Merge branch 'feat/twai_xiaomi_motor_example' into 'master'

feat(twai): add cybergear example

Closes IDF-10549

See merge request espressif/esp-idf!40193
This commit is contained in:
morris
2025-08-26 11:37:04 +08:00
14 changed files with 1357 additions and 0 deletions

View File

@@ -403,6 +403,7 @@ Application Examples
- :example:`peripherals/twai/twai_utils` demonstrates how to use the TWAI (Two-Wire Automotive Interface) APIs to create a command-line interface for TWAI bus communication, supporting frame transmission/reception, filtering, monitoring, and both classic and FD formats for testing and debugging TWAI networks.
- :example:`peripherals/twai/twai_error_recovery` demonstrates how to recover nodes from the bus-off state and resume communication, as well as bus error reporting, node state changes, and other event information.
- :example:`peripherals/twai/twai_network` using 2 nodes with different roles: transmitting and listening, demonstrates how to use the driver for single and bulk data transmission, as well as configure filters to receive these data.
- :example:`peripherals/twai/cybergear` demonstrates how to control XiaoMi CyberGear motors via TWAI interface.
API Reference
-------------