mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
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:
@@ -210,6 +210,8 @@ Stopping and Deleting the Node
|
||||
|
||||
When the TWAI node is no longer needed, you should call :cpp:func:`twai_node_delete` to release software and hardware resources. Make sure the TWAI controller is stopped before deleting the node.
|
||||
|
||||
Note: Due to the design of the driver, please do not call the delete function in the FreeRTOS timer task.
|
||||
|
||||
Advanced Features
|
||||
=================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user