We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbcd2c commit f5a54f7Copy full SHA for f5a54f7
src/utils/projectGeneration/projectRust.mts
@@ -986,9 +986,9 @@ fn main() {
986
println!("cargo:rerun-if-changed=rp2040.x");
987
} else {
988
if contents.contains("riscv") {
989
- target = "thumbv8m.main-none-eabihf";
990
- } else {
991
target = "riscv32imac-unknown-none-elf";
+ } else {
+ target = "thumbv8m.main-none-eabihf";
992
}
993
let memory_x = include_bytes!("rp2350.x");
994
let mut f = File::create(out.join("memory.x")).unwrap();
0 commit comments