-
I am trying to write a test case framework for my project that runs on STM32F407VGT6 board. I tried defmt-test for this but i keep getting looed in an error for missing rust-lld, is there by any chance a working project for the same that i can follow here is my project repo if needed : https://github.com/Admsher/EMDU_pc any help is appreciated thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There is also https://crates.io/crates/embedded-test
This should be installed by Try also |
Beta Was this translation helpful? Give feedback.
There is also https://crates.io/crates/embedded-test
This should be installed by
rustup target add thumbv7em-none-eabihf
Try also
rustup component add llvm-tools
. Although it should not be related.