Akash Rakholia
Akash Rakholia
The laser controller example at examples/red-pitaya/laser-controller/ has xadc use. In this example, the inputs are available at the C++ level. If you need them on the FPGA, the XADC wizard...
Following up to https://github.com/cross-rs/cross/pull/1569#issuecomment-2492612588 here. Unfortunately, this still didn't work in codespace (although it did work in local dev container). Same error: ``` # cross build --target armv7-unknown-linux-musleabihf --verbose +...
I have also run into this issue attempting to run cross on GitHub Codespaces. It seems local devcontainers use `/var/lib/docker/containers/` while on the Codespaces it uses just `/containers/`. The following...