Jesse Braham
Jesse Braham
For what it's worth, I never encountered a library that actually implements the `embedded-hal-nb` traits in the wild. Most of the [dependent packages](https://crates.io/crates/embedded-hal-nb/reverse_dependencies) are HALs, based on what's published at...
@MabezDev what is blocking this issue?
This will be split into 3 PRs: 1. https://github.com/esp-rs/esp-hal/pull/1527 2. https://github.com/esp-rs/esp-hal/pull/1570 3. Documentation, refactoring, and cleanup
Just to update, `OneShotTimer` and `PeriodicTimer` are both working as expected when backed by `TIMG`. `OneShotTimer` is also working when backed by `SYSTIMER`, however I'm still having some strange issues...
This issue is for tracking progress on our current timer abstraction work, which has been discussed in detail amongst our team. Please open a new issue or discussion for other...
I recently discovered that I am no longer able to launch the debugger on macOS. I'm not sure when this happened, but I have been using this extension for quite...
I think so, yes. I can test on macOS on both Intel and Arm if needed, but unfortunately I don't have time to dig into this issue myself.
This could potentially be accomplished with relative ease using the [setuptools-pep8](https://github.com/CraigJPerry/setuptools-pep8) module. Although this module does not appear to be actively developed, its maturity and rate of download are enough...
Just for the record, we __strongly__ discourage building using the `dev` profile; you should _always_ use `release`. `dev` can be multiple orders of magnitude slower than `release` and causes some...
@JurajSadel any updates on the LCD devkit we ordered to test this driver?