@@ -27,10 +27,10 @@ features = [
2727targets = [" thumbv7em-none-eabihf" ]
2828
2929[dependencies ]
30- defmt = { version = " 0.3.5 " , optional = true }
31- bxcan = { version = " 0.7 " , optional = true }
30+ defmt = { version = " 0.3.10 " , optional = true }
31+ bxcan = { version = " 0.8 " , optional = true }
3232cortex-m = { version = " 0.7.7" , features = [" critical-section-single-core" ] }
33- cortex-m-rt = " 0.7.3 "
33+ cortex-m-rt = " 0.7.5 "
3434nb = " 1.1"
3535rand_core = " 0.6.4"
3636synopsys-usb-otg = { version = " 0.4.0" , features = [
@@ -54,24 +54,24 @@ cortex-m-rtic = { version = "1.1.4", features = [
5454# rtic2
5555rtic-time = { version = " 2.0" , optional = true }
5656embedded-hal-async = { version = " 1.0" , optional = true }
57- rtic = { version = " 2.0.1 " , features = [" thumbv7-backend" ], optional = true }
57+ rtic = { version = " 2.1.2 " , features = [" thumbv7-backend" ], optional = true }
5858atomic-polyfill = { version = " 1.0.3" , optional = true }
5959
60- stm32-fmc = { version = " 0.3.2 " , optional = true }
60+ stm32-fmc = { version = " 0.4.0 " , optional = true }
6161
62- enumflags2 = " 0.7.8 "
62+ enumflags2 = " 0.7.11 "
6363embedded-storage = " 0.3"
6464document-features = " 0.2"
6565
6666micromath = { version = " 2.1.0" , optional = true }
6767
6868[dependencies .stm32f4 ]
6969package = " stm32f4-staging"
70- version = " 0.17 .0"
70+ version = " 0.18 .0"
7171features = [" atomics" ]
7272
7373[dependencies .time ]
74- version = " 0.3.14 "
74+ version = " 0.3.37 "
7575default-features = false
7676
7777[dependencies .embedded-hal-02 ]
@@ -95,21 +95,22 @@ optional = true
9595[dev-dependencies ]
9696defmt = " 0.3.4"
9797defmt-rtt = " 0.4.0"
98- panic-probe = { version = " 0.3.0 " , features = [" print-defmt" ] }
98+ panic-probe = { version = " 0.3.2 " , features = [" print-defmt" ] }
9999panic-semihosting = " 0.6.0"
100100cortex-m-semihosting = " 0.5.0"
101101heapless = " 0.8"
102- panic-halt = " 0.2 .0"
103- ssd1306 = " 0.8.4 "
102+ panic-halt = " 1.0 .0"
103+ ssd1306 = " 0.9.0 "
104104embedded-graphics = " 0.8.1"
105105embedded-graphics-07 = { package = " embedded-graphics" , version = " 0.7.1" }
106+ embedded-hal-bus = " 0.3.0"
106107usb-device = " 0.3.1"
107108usbd-serial = " 0.2.0"
108109micromath = " 2"
109110dwt-systick-monotonic = " 1.1"
110111st7789 = " 0.7.0"
111- rtt-target = { version = " 0.5.0 " }
112- display-interface-spi = " 0.4.1"
112+ rtt-target = { version = " 0.6.1 " }
113+ display-interface-spi-04 = { package = " display-interface-spi " , version = " 0.4.1" }
113114ist7920 = " 0.1.1"
114115smart-leds = " 0.3.0"
115116ws2812-spi = { version = " 0.4.0" , features = [] }
@@ -118,7 +119,7 @@ display-interface = "0.5"
118119display-interface-04 = { package = " display-interface" , version = " 0.4.1" }
119120ft6x06 = " 0.1.2"
120121otm8009a = " 0.1"
121- ushell = " 0.3.5 "
122+ ushell = " 0.3.6 "
122123
123124[dev-dependencies .time ]
124125version = " 0.3"
@@ -144,9 +145,9 @@ stm32f412 = ["stm32f4/stm32f412", "gpio-f412"]
144145stm32f413 = [" stm32f4/stm32f413" , " gpio-f413" ]
145146stm32f423 = [" stm32f4/stm32f413" , " gpio-f413" , " aes" ]
146147stm32f427 = [" stm32f4/stm32f427" , " gpio-f427" , " fsmc" ]
147- stm32f429 = [" stm32f4/stm32f429" , " gpio-f427" , " fmc" ]
148+ stm32f429 = [" stm32f4/stm32f429" , " gpio-f427" , " fmc" , " ltdc " ]
148149stm32f437 = [" stm32f4/stm32f427" , " gpio-f427" , " fsmc" , " cryp" ]
149- stm32f439 = [" stm32f4/stm32f429" , " gpio-f427" , " fmc" , " cryp" ]
150+ stm32f439 = [" stm32f4/stm32f429" , " gpio-f427" , " fmc" , " cryp" , " ltdc " ]
150151stm32f446 = [" stm32f4/stm32f446" , " gpio-f446" ]
151152stm32f469 = [" stm32f4/stm32f469" , " gpio-f469" ]
152153stm32f479 = [" stm32f4/stm32f469" , " gpio-f469" , " cryp" ]
@@ -335,7 +336,6 @@ gpio-f427 = [
335336 " dma2d" ,
336337 " eth" ,
337338 " i2c3" ,
338- " ltdc" ,
339339 " otg-fs" ,
340340 " otg-hs" ,
341341 " rng" ,
0 commit comments