You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only thing that have been added for AVR is support in the embassy-executor. AFAIK no one is actively working on AVR support.
There is no HAL inside embassy, but you might be able to pick a HAL from another crate on crates.io (I can see some atmega PAC and HALs there). There is also a PR here #3696 for adding an example.
I noticed that AVR support is listed in the official documentation
https://docs.embassy.dev/embassy-executor/git/std/index.html#architecture
How far has AVR support progressed? Are there any examples, e.g. for an Arduino Uno?
All I found is this https://github.com/niclashoyer/embassy-avr-blink
Has there been any progress since then?
The text was updated successfully, but these errors were encountered: