@@ -66,14 +66,12 @@ document-features = "0.2"
6666micromath = { version = " 2.1.0" , optional = true }
6767
6868[dependencies .stm32f4 ]
69- package = " stm32f4-staging"
70- version = " 0.19.0"
69+ git = " https://github.com/stm32-rs/stm32-rs-nightlies"
7170features = [" atomics" ]
7271optional = true
7372
7473[dependencies .stm32f7 ]
75- package = " stm32f7-staging"
76- version = " 0.16.0"
74+ git = " https://github.com/stm32-rs/stm32-rs-nightlies"
7775features = [" atomics" ]
7876optional = true
7977
@@ -100,7 +98,7 @@ version = "0.5.0"
10098optional = true
10199
102100[dev-dependencies ]
103- defmt = " 0.3.4 "
101+ defmt = " 1.0 "
104102defmt-rtt = " 0.4.0"
105103panic-probe = { version = " 0.3.2" , features = [" print-defmt" ] }
106104panic-semihosting = " 0.6.0"
@@ -613,29 +611,35 @@ gpio-f469 = [
613611
614612# F7
615613
616- stm32f722 = [" svd-f7x2 " ]
617- stm32f723 = [" svd-f7x3 " , " usb_hs_phy " ]
618- stm32f730 = [" svd-f730" , " usb_hs_phy " ]
619- stm32f732 = [" svd-f7x2 " ]
620- stm32f733 = [" svd-f7x3 " , " usb_hs_phy " ]
614+ stm32f722 = [" svd-f722 " ]
615+ stm32f723 = [" svd-f723 " ]
616+ stm32f730 = [" svd-f730" ]
617+ stm32f732 = [" svd-f732 " ]
618+ stm32f733 = [" svd-f733 " ]
621619stm32f745 = [" svd-f745" ]
622- stm32f746 = [" svd-f7x6 " ]
623- stm32f756 = [" svd-f7x6 " ]
620+ stm32f746 = [" svd-f746 " ]
621+ stm32f756 = [" svd-f756 " ]
624622stm32f765 = [" svd-f765" ]
625- stm32f767 = [" svd-f7x7" ]
626- stm32f769 = [" svd-f7x9" ]
627- stm32f777 = [" svd-f7x7" ]
628- stm32f778 = [" svd-f7x9" ]
629- stm32f779 = [" svd-f7x9" ]
630-
631- svd-f7x2 = [" f7" , " stm32f7?/stm32f7x2" , " gpio-f72x" ]
632- svd-f7x3 = [" f7" , " stm32f7?/stm32f7x3" , " gpio-f72x" ]
633- svd-f730 = [" f7" , " stm32f7?/stm32f730" , " gpio-f72x" ]
623+ stm32f767 = [" svd-f767" ]
624+ stm32f769 = [" svd-f769" ]
625+ stm32f777 = [" svd-f777" ]
626+ stm32f778 = [" svd-f778" ]
627+ stm32f779 = [" svd-f779" ]
628+
629+ svd-f722 = [" f7" , " stm32f7?/stm32f722" , " gpio-f72x" ]
630+ svd-f723 = [" f7" , " stm32f7?/stm32f723" , " gpio-f72x" , " usb_hs_phy" ]
631+ svd-f732 = [" f7" , " stm32f7?/stm32f732" , " gpio-f72x" ]
632+ svd-f733 = [" f7" , " stm32f7?/stm32f733" , " gpio-f72x" , " usb_hs_phy" ]
633+ svd-f730 = [" f7" , " stm32f7?/stm32f730" , " gpio-f72x" , " usb_hs_phy" ]
634634svd-f745 = [" f7" , " stm32f7?/stm32f745" , " gpio-f746" ]
635- svd-f7x6 = [" f7" , " stm32f7?/stm32f7x6" , " gpio-f746" ]
635+ svd-f746 = [" f7" , " stm32f7?/stm32f746" , " gpio-f746" ]
636+ svd-f756 = [" f7" , " stm32f7?/stm32f756" , " gpio-f746" ]
636637svd-f765 = [" f7" , " stm32f7?/stm32f765" , " gpio-f76x" ]
637- svd-f7x7 = [" f7" , " stm32f7?/stm32f7x7" , " gpio-f76x" ]
638- svd-f7x9 = [" f7" , " stm32f7?/stm32f7x9" , " gpio-f76x" ]
638+ svd-f767 = [" f7" , " stm32f7?/stm32f767" , " gpio-f76x" ]
639+ svd-f769 = [" f7" , " stm32f7?/stm32f769" , " gpio-f76x" ]
640+ svd-f777 = [" f7" , " stm32f7?/stm32f777" , " gpio-f76x" ]
641+ svd-f778 = [" f7" , " stm32f7?/stm32f778" , " gpio-f76x" ]
642+ svd-f779 = [" f7" , " stm32f7?/stm32f779" , " gpio-f76x" ]
639643
640644gpio-f72x = [
641645 " adc2" ,
0 commit comments