From 5d2919c6351693d2f918aa08115df6dacf603fe1 Mon Sep 17 00:00:00 2001 From: cscherr Date: Thu, 24 Apr 2025 12:13:05 +0200 Subject: [PATCH] feat: find the right mcu feat? --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d003b88..d806e82 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,15 +8,15 @@ cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] } cortex-m-rt = "0.7.3" panic-rtt-target = "0.1.3" rtt-target = "0.5.0" -# hal = { package = "stm32-hal2", version = "1.8.3", features = ["l4x3", "l4rt"] } hal = { package = "stm32l0xx-hal", version = "0.10.0", features = [ "rt", - "stm32l0x3", - "flash-192", - "ram-20", - "io-STM32L051", + # "stm32l0x3", + # "flash-192", + # "ram-20", + # "io-STM32L051", # "mcu-STM32L053R8", # does not exist in that crate - "disable-linker-script", + # "disable-linker-script", + "mcu-STM32L053R8Hx", ] } [[bin]]