Dylan McKay
Dylan McKay
Raised #12 for coming up with a single, ecosystem-wide way to define interrupts.
I think there's a usecase for both - a simple Arduino-like library, and an embedded-hal implementation. You've noticed @Rahix's avr-hal crate, I'm fairly certain I've seen at least two other...
> I don't think that's true, you've got demos with full GPIO and Serial support (that I've tested). There's more work to be done, but it's already useful in its...
Offtopic: does anyone have embedded-hal examples for analog IO for posting on #14?
Data point: I just noticed the ruduino project has 237 stars, 62% of the stars of avr-rust. This means a sizable number of the people engaged on some small level...
This is a pretty big bug because if our panic handler halting loop gets optimized out, the panic handler will do nothing (and continue?)
> Maybe I am missing something, but how do I publish a new service? It seems that currently only the discovery is supported, right? Yup - at the moment, this...
What error message/source location do you get from the panic? I am surprised that UTF-8 has issues.
I suspect this will have to be fixed in the upstream `dns-parser` repository [here](https://github.com/tailhook/dns-parser/blob/dfe8bc3e9272f559f2b960ff7f5d71dbb60faf4f/src/name.rs#L75). Either: * The mDNS servers you are connecting to _are_ using non-ascii data for names *...
> Adopt the log crate and log::debug these messages Your wish is my command: https://github.com/dylanmckay/mdns/compare/2.0.0...2.0.2 If you have any patches to send my way related to the other things, they...