Clock port needs redesign
boraozgen opened this issue · 1 comments
boraozgen commented
Starting and stopping threads for timer purposes does not make any sense. Threads are not supposed to be restarted according to the Mbed OS documentation.
This was causing issues for me so I reimplemented the clock port using EventQueue. Works much smoother now, without spawning unnecessary threads. I can open a PR if you are open to contributions.
ithinuel commented
Thank you very much for your feedback !
We are indeed open for contribution, fell free to create a PR 👍