lf-lang / lingo

Package manager and build tool for the Lingua Franca coordination language
BSD 2-Clause "Simplified" License
4 stars 1 forks source link

embedded runner in lingo #40

Open gundralaa opened 10 months ago

gundralaa commented 10 months ago

I'm running into issues running multiple LF program regression tests on hardware. Doing this by hand and collecting the results is quite tedious. It would be nice for lingo run to utilize a probe-rs backend to allow for this automation for binaries meant for embedded devices.

tanneberger commented 3 months ago

@gundralaa do you want to tackle this?

This is a blank slate still, because there are no abstraction yet for runners.

See: https://github.com/lf-lang/lingo/blob/main/src/main.rs#L95