Vadim Kaushan
Vadim Kaushan
> Yeah, I can see how doing that without warning would be stupid. @rmsc could you elaborate? I don't see anything bad in enabling DMA clock.
The issue is most likely caused by this removal: https://github.com/Yubico/yubikey-manager/commit/2bcf81b6dffc9ae6748eb251ff54a864b306e794 `yubikey.py` in this repo tries to import types which no longer exist: https://github.com/Yubico/yubikey-manager-qt/blob/28dc02d11b081683b59d16d12043aaa3c0a6c75f/ykman-gui/py/yubikey.py#L53-L55 When I remove the relevant imports locally...
https://github.com/riscv-rust/riscv-rust-quickstart (an example project for HiFive1 board) and [other projects](https://github.com/rust-embedded/riscv-rt/network/dependents) use this library without modifications. You may need to fork this library if you need support for a custom target...