Tommy G

Results 21 comments of Tommy G

Maybe I spoke too soon recommending Tarpaulin. Nevertheless, here is an example build using Tarpaulin https://github.com/tommy-gilligan/zerocopy/actions/runs/7986802695 . I think I'll also try `cargo-llvm-cov` Regardless of which tool is used, would...

A use case I have: I want an easy way to run a target (a CLI bin) from an integration test (using the Rust test runner). Not a blocker, just...

Ah! Thank you! Sorry, I should have looked a bit more . > CARGO_BIN_EXE_ — The absolute path to a binary target’s executable. This is only set when building an...

I have one of these https://core-electronics.com.au/piicodev-rfid-module.html . It reports version 0xB2 but seems to work fine. I haven’t seen much mention of 0xB2 elsewhere online.

Much time has passed so I doubt this is helpful @marco-silva0000 : I didn't realise that I could have been using Mipidsi crate so I ended up making https://github.com/tommy-gilligan/ili9488-rs (based...

@nilclass I'm keen to help in whatever way I can 🙋‍♂️ I don't want to be too annoying but I will probably try to contact you on matrix also

sorry, i was meant to provide some useful feedback here but haven't gotten around to it yet. i've been sidetracked trying to come up with a pio based driver that...

[ac2da05c12814a82b3b124f86f38d75c2589078d](https://github.com/tommy-gilligan/rp-hal/commit/ac2da05c12814a82b3b124f86f38d75c2589078d) it's maybe a bit unfortunate i had to remove console output from the example (didn't want the defmt dependency) but making the onboard led blink is probably enough to...

This sounds like a great feature! Curious how it is going? Jonesing to have a crack myself.