Commit Graph

18 Commits

Author SHA1 Message Date
wanckl 7b9046c5a4 fix(driver_twai): fixed dual_filter with extid, more accurate sample point
Closes https://github.com/espressif/esp-idf/issues/17504
Closes https://github.com/espressif/esp-idf/issues/17522
2025-09-22 20:24:52 +08:00
wanckl e317af3c9e fix(driver_twai): fixed tec_rec empty from get_info
Closes https://github.com/espressif/esp-idf/issues/17434
2025-09-22 20:24:52 +08:00
wanckl b2bca25a98 fix(driver_twai): added ctu_official listen only workaround
Closes https://github.com/espressif/esp-idf/issues/17461
2025-09-22 20:24:52 +08:00
wanckl e5222e01ec fix(twai): twai legacy driver fixed zero dlc transmit
Closes https://github.com/espressif/esp-idf/issues/17467
2025-09-22 20:24:20 +08:00
wanckl dd003fb051 feat(driver_twai): add tx wait all done api 2025-09-22 20:24:20 +08:00
wanckl d625405ecb feat(driver_twai): update error recover example using new driver
Closes https://github.com/espressif/esp-idf/issues/8461
2025-09-18 19:53:56 +08:00
morris e1694c6ade fix(twai): busoff and clkout may not available in SOC
return ESP_ERR_NOT_SUPPORTED if these signals are required from user but
not available in SOC
2025-09-08 17:39:38 +08:00
Yuan Yu 96118438da fix(twai): Enhance ISR handling for TX queue operations 2025-09-03 13:43:55 +08:00
wanckl 0b87e896b0 fix(driver_twai): fixed clock source enable/disable 2025-07-24 00:36:26 +08:00
wanckl a8d4196a3b fix(driver_twai): add rx buffer check and c5 errata doc 2025-07-24 00:36:26 +08:00
wanckl 59274a818f test(driver_twai): new driver add interctive test 2025-07-24 00:36:26 +08:00
morris 2ea460df56 test(twai): ensure the bitrate correctness by uart baudrate detector 2025-05-08 22:35:16 +08:00
wanckl 00c78197df test(driver_twai): test app rename and add cache safe test 2025-04-30 10:38:59 +08:00
wanckl 6bfdc0ce63 feat(driver_twai): c5 eco2 support clock source pll80m to output 8m twai 2025-04-16 21:24:47 +08:00
morris 6b4f08c1dc Merge branch 'refactor/twai_driver' into 'master'
refactor(twai): adjust source file layout

Closes IDF-10260

See merge request espressif/esp-idf!38233
2025-04-08 14:04:10 +08:00
morris a49054353f refactor(twai): adjust source file layout 2025-04-07 21:49:18 +08:00
wanckl 513385654c fix(driver_twai): test app add pytest script 2025-04-07 15:45:11 +08:00
wanckl 9bdd5e35dd test(driver_twai): new driver add test case 2025-04-01 20:17:12 +08:00