rcc and pwr needs PAC map fixes

This commit is contained in:
Priec
2025-10-19 13:18:08 +02:00
parent 24ad631416
commit ef77eb629b
262 changed files with 5026 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ description = "Hardware Abstraction Layer for STM32U575 microcontrollers"
[dependencies]
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7"
embedded-dma = "0.2.0"
embedded-hal = "1.0.0"
fugit = "0.3.7"
stm32u5 = { version = "0.16.0", default-features = false, features = ["stm32u575", "rt"] }
vcell = "0.1.3"