Jesse Braham

Results 100 issues of Jesse Braham

**OS:** Windows 10 **Python:** 3.5.2 This appears to actually be a problem with requests-cache, which has [an open issue](https://github.com/reclosedev/requests-cache/issues/83) regarding just this problem. Just documenting it here as well in...

bug
upstream

This is still a work in progress. Milestone: https://github.com/atsamd-rs/atsamd/milestone/1 Currently blocked by: - Update embedded-hal dependency to 1.0 (#332) - Use embedded-time (#333) - Refactor UART implementation (#329) - ~~Implement...

help wanted

Remove [time.rs] in favour of [embedded-time]. This will require reworking any peripheral implementations which use frequency and/or time units. Work on this is already underway in #308. [time.rs]: https://github.com/atsamd-rs/atsamd/blob/master/hal/src/common/time.rs [embedded-time]:...

Once [embedded-hal] has pushed a stable `1.0` release (the latest at time of writing is `1.0.0-alpha.4`), we should update our HAL to use it. This will involve updating the dependency,...

enhancement
help wanted

It should be possible for these to coexist with the existing `0.2.7` implementations. I have already begun work on this. __EDIT:__ This crate has been broken up into multiple crates,...

enhancement

The table below enumerates all peripherals for each chip supported by `esp-hal`. Support in this case does not mean a feature-complete and bug-free driver implementation, only that you are able...

help wanted

I believe it's still too early to begin work on this, but once a stable release (or at the very least a _more_ stable alpha release) is available we can...

enhancement

It's that job nobody wants to do! This is a long-term project, as there's not much point documenting drivers until their interfaces are relatively stable. Each HAL package should have...

documentation
help wanted

The [winapi](https://github.com/retep998/winapi-rs) crate is no longer maintained, and Microsoft are now maintaining the [windows-sys](https://github.com/microsoft/windows-rs) crate (among others), so we should migrate to this.

help wanted
windows

This issue was migrated from GitLab. The original issue can be found here: https://gitlab.com/susurrus/serialport-rs/-/issues/72 --- In the documentation, android is described as being supported by this library. However, When I...

migrated
android