From 7ade1ca32574344e4be2ed8e13965a3e9f6b4b60 Mon Sep 17 00:00:00 2001 From: Sh3Rm4n Date: Fri, 13 Aug 2021 07:51:00 +0200 Subject: [PATCH] Restrict dma example to stm32f303xc 64 kB are appearintly not enough to hold the debug build in .text :( --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 30977b610..2dfb03dd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -183,7 +183,7 @@ required-features = ["ld", "rt", "can", "stm32f302"] [[example]] name = "serial_dma" -required-features = ["ld", "rt", "stm32f303"] +required-features = ["ld", "rt", "stm32f303xc"] [[example]] name = "serial_echo_rtic"