Merge branch 'fix/twai_fix_eventgroup_usf' into 'master'

fix(driver_twai): fix potential crash when node_delete from high priority task

Closes IDFGH-17927

See merge request espressif/esp-idf!50629
This commit is contained in:
Wan Lei
2026-07-28 17:39:39 +08:00
5 changed files with 92 additions and 1 deletions

View File

@@ -210,6 +210,8 @@ TWAI 驱动支持为每个成功接收的报文创建一个 64 位的时间戳
当不再需要使用 TWAI 时,应该调用 :cpp:func:`twai_node_delete` 函数来释放软硬件资源。删除前请确保 TWAI 已经处于停止状态。
注意:由于驱动设计的原因,请不要在 FreeRTOS 定时器任务 (Timer task) 中调用删除函数。
进阶功能
========