diff options
author | iabdalkader <i.abdalkader@gmail.com> | 2023-11-02 10:44:50 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-12-06 17:32:21 +1100 |
commit | 0960d64d3b040b81524f0284d28854f3b929f381 (patch) | |
tree | a2747d808392e029f2a732b5b094dbe21bbf9eb6 /extmod/modselect.c | |
parent | 50f31cc902d284db9f6ddbd60101608cfdbdbe7b (diff) | |
download | micropython-0960d64d3b040b81524f0284d28854f3b929f381.tar.gz micropython-0960d64d3b040b81524f0284d28854f3b929f381.zip |
extmod/network_ninaw10: Switch to using soft-timer for polling.
This patch simplifies the connection and sockets polling code, by switching
to a soft-timer to schedule polling code, and by using one node for
scheduling. This also fixes any issues that could result from using a heap
allocated machine_timer, and includes better handling of the sockets poll
list.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
Diffstat (limited to 'extmod/modselect.c')
0 files changed, 0 insertions, 0 deletions