feat(driver_twai): update and simplify network example using new driver

This commit is contained in:
wanckl
2025-07-02 20:26:13 +08:00
parent d625405ecb
commit 0f2d8416b5
25 changed files with 582 additions and 1011 deletions
@@ -400,6 +400,7 @@ Application Examples
.. list::
- :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.
API Reference
-------------