Jakob Andersen
Jakob Andersen
RPCs on the same Channel now share a single Connection. What's missing here is support for load balancing RPCs across several Connections, and support for naming schemes other than DNS.
While here, update SDK constraint in emitted pubspec.yaml to `
Are you referring to third_party/serial_port? If so, it's already a separate project, see https://github.com/dartino/sdk/blob/master/third_party/serial_port/README.google. You can find it at https://github.com/nfrancois/serial_port.
What Karl said. :) We have basic ADC support, with blocking code. I'd like to add DMA and interrupt support as well, but it's up to you if that's part...
DMA support's landed. Now I just need to add interrupt support.
Related to #559.
The main 'board' should really be a singleton. There's not much state in these objects (since most of it's held in the hardware), but it doesn't really make sense to...