@@ -29,7 +29,7 @@ rm0481 = [] # STM32H52x/6x/7x
2929
3030# Different subfamily groups have different selections of identical peripherals
3131h56x_h573 = [" gpio-h56x_h573" ] # STM32H56x/STM32H573
32- h523_h533 = [] # STM32H523/STM32H533
32+ h523_h533 = [" gpio-h56x_h573 " ] # STM32H523/STM32H533
3333
3434# Different subfamily groups have different GPIOs available and different alternate functions
3535# available
@@ -44,6 +44,7 @@ sdmmc2 = [] # Only STM32H563/73 have SDMMC2
4444rt = [" stm32h5/rt" ]
4545stm32h503 = [" stm32h5/stm32h503" , " device-selected" , " rm0492" ]
4646stm32h523 = [" stm32h5/stm32h523" , " device-selected" , " rm0481" , " h523_h533" ]
47+ stm32h533 = [" stm32h5/stm32h533" , " device-selected" , " rm0481" , " h523_h533" ]
4748stm32h562 = [" stm32h5/stm32h562" , " device-selected" , " rm0481" , " h56x_h573" ]
4849stm32h563 = [" stm32h5/stm32h563" , " device-selected" , " rm0481" , " h56x_h573" , " sdmmc2" , " ethernet" ]
4950stm32h573 = [" stm32h5/stm32h573" , " device-selected" , " rm0481" , " h56x_h573" , " otfdec" , " sdmmc2" , " ethernet" ]
@@ -56,8 +57,8 @@ log-semihost = ["log"]
5657
5758[dependencies ]
5859cortex-m = { version = " ^0.7.7" , features = [" critical-section-single-core" ] }
59- stm32h5 = { git = " https://github.com/stm32-rs/stm32-rs-nightlies " }
60- # stm32h5 = { package = "stm32h5-staging", version = "0.17.0 " }
60+ # stm32h5 = { package = "stm32h5-staging", version = "0.18.0 " }
61+ stm32h5 = { git = " https://github.com/stm32-rs/stm32-rs-nightlies " }
6162fugit = " 0.3.7"
6263embedded-hal = " 1.0.0"
6364defmt = { version = " 0.3.8" , optional = true }
0 commit comments