Skip to content

orb-ui/v0.0.1-beta.9+LL

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 12:00
· 13 commits to main since this release
95dd9db
mcu-util: explicitly join on task handles (#125)

* mcu-interface: fix blocking, add kill for can_rx task, fix ack

* mcu-interface: use unbounded channel

* mcu-interface: introduce explicit task join handle

* fix typo

* switch info to debug

* mcu-util: kill tasks before joining

* improve task joining