Files
esp-idf/components
David Cermak 898cac0061 modbus: Exit server task gracefully to correctly cleanup lwip internals
Current lwip implementation does not support deleting a task which is
actively waiting on `select()` or `poll()` API.
Therefore we have to make sure that `select()` exits to deallocate its internal
callback before deleting the task. This is achieved by a shutdown
semaphore which informs the client once the `select()` exitted.

fix slave
2021-02-10 13:12:54 +00:00
..
2021-01-18 15:31:03 +08:00
2021-02-10 16:07:24 +11:00
2021-01-27 10:57:41 +05:30
2021-01-12 14:05:08 +08:00
2021-01-11 11:34:37 +08:00
2021-02-09 12:04:02 +08:00
2021-02-09 12:04:02 +08:00
2021-02-09 12:04:02 +08:00
2021-01-06 17:21:53 +05:30
2021-02-09 12:04:02 +08:00
2020-12-25 15:46:36 +08:00
2021-01-12 14:05:08 +08:00