feat: find the right mcu feat?

This commit is contained in:
cscherr 2025-04-24 12:13:05 +02:00
parent 861ad38191
commit 5d2919c635
Signed by: cscherrNT
GPG key ID: 8E2B45BC51A27EA7

View file

@ -8,15 +8,15 @@ cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.3" cortex-m-rt = "0.7.3"
panic-rtt-target = "0.1.3" panic-rtt-target = "0.1.3"
rtt-target = "0.5.0" 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 = [ hal = { package = "stm32l0xx-hal", version = "0.10.0", features = [
"rt", "rt",
"stm32l0x3", # "stm32l0x3",
"flash-192", # "flash-192",
"ram-20", # "ram-20",
"io-STM32L051", # "io-STM32L051",
# "mcu-STM32L053R8", # does not exist in that crate # "mcu-STM32L053R8", # does not exist in that crate
"disable-linker-script", # "disable-linker-script",
"mcu-STM32L053R8Hx",
] } ] }
[[bin]] [[bin]]