Matt Ickstadt

Results 67 comments of Matt Ickstadt

What's the motivation behind putting the framing into the `Write` trait rather than a level up? Whatever calls `write` can just do the COBS encoding itself in a streaming fashion...

Right, the transport implementation is pluggable so it's a more flexible place for modifications.

I also have this issue. I'm pretty sure it was working a few months ago.

I've thought about writing docs before since their absence is the biggest pain point for me using Piston right now. Two things have given me pause: 1. I am not...

Here's an example Multi-RTT Logger implementation: https://gist.github.com/mattico/b2abbf63cb4bc2f434a81744d023add2 It would be pretty neat to have a macro create a logger implementation from a user-supplied memory and priority configuration. In practice I...

I was just using defmt-test and never had an issue - presumably it doesn't do anything hardware specific like changing the core clock frequency or enabling caches so still probably...

Yes, I'm using probe-run. I'll look into that.

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.

@eddyb It seems like @Potpourri's contribution was a dependency update, which seems trivially non-creative to my non-lawyer eyes: https://github.com/PistonDevelopers/hematite/commits?author=Potpourri Not to diminish the contribution, I just don't think it affects...