stm32/test: F1 no longer fits in RAM.
This commit is contained in:
parent
1078f6f4e7
commit
a85b34c1fe
@ -9,7 +9,7 @@ fn main() -> Result<(), Box<dyn Error>> {
|
||||
println!("cargo:rustc-link-arg-bins=--nmagic");
|
||||
|
||||
// too little RAM to run from RAM.
|
||||
if cfg!(any(feature = "stm32c031c6")) {
|
||||
if cfg!(any(feature = "stm32f103c8", feature = "stm32c031c6")) {
|
||||
println!("cargo:rustc-link-arg-bins=-Tlink.x");
|
||||
println!("cargo:rerun-if-changed=link.x");
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user