JC Francois
JC Francois
@noppej I originally built with `cargo install cargo-flash`. Installing from github gives the same error. I could not try using probe-rs-cli. However I can confirm that `cargo flash --example blinky...
I just started with embedded development in rust and I want to say that I am in line with @sourcebox's points above. I am trying to write a simple embedded-hal...
OK. I am not sure if I can implement it but I will give it a try.
I experience the same issue on Arch Linux.
Being a timeshift user on Manjaro with a number of AUR packages installed, I find this a problem as well. In my opinion, /var/cache/pacman/pkg/ may be excluded by default but...
I confirm that I also experienced the issue and I had to manually select the driver `E:\amd64\viostor\w11\viostor.inf` to make the drive appear.
I am affected by this bug also with 6.8.8-2-MANJARO + ROCm 6.0.2 + Blender 4.0 + Radeon RX 6800XT ``` inxi -SCG System: Host: desktop1 Kernel: 6.8.8-2-MANJARO arch: x86_64 bits:...
I confirm that the scenes that I have tested no longer crash for me with this combination of versions: Blender 4.1, ROCm 6.0.2, Linux-MANJARO 6.9.0
I ended up using https://github.com/technocreatives/core2 as I was looking for the `Read` and `Write` traits in a no_std context.
Hi there. Any luck with your attempt?