beremiz
Clone
Summary
Browse
Changes
Graph
Runtime: Fix bugs in Linux target.
2023-02-17, Edouard Tisserant
265fc8001d0a
Runtime: Fix bugs in Linux target.
- next occurence absolute time computation failing on 32-bit because of casting
- PLC thread was started before period was set, potentially passing uninitialized timespec to clock_nanosleep()
Asynchronous Python Interpreter