Jesse Braham

Results 160 comments of Jesse Braham

Just regarding the `wio_terminal` crate, that was originally in a separate repository which I created which was later merged in here. The API differences are largely my doing, but I...

Why is `cross` being used at all? AFAIK all of these failing targets can be built on `ubuntu-latest` without it.

I've opened a PR in `esp-hal` implementing a number of the `embedded-hal` alpha traits: https://github.com/esp-rs/esp-hal/pull/82 __Edit:__ this has now been merged.

In case anybody wants to follow progress, I've created some tracking issues in `esp-hal` regarding the Trait implementations: `embedded-hal` alpha traits: https://github.com/esp-rs/esp-hal/issues/69 `embedded-hal-async` traits: https://github.com/esp-rs/esp-hal/issues/70

I believe this issue has been resolved as of the `0.6.0` release.

Gotcha, just checked a handful of random device crates so I guess I got unlucky, disregard :p

Thank you @har7an, I will review this shortly! I think as @bjoernQ has mentioned we need to think a bit about what is required and what is optional, but we'll...

Sorry you're right, I was building in the wrong directory (need more coffee).

I've converted this to a draft just because it's not ready to merge in its current form. Feel free to change it back or close it at your leisure, whichever...

Would it be possible to create a task list in this issue to track which APIs need revising?