Skip to content

Commit f46baa8

Browse files
bors[bot]mcuby
andauthored
Merge #162
162: reformat it, add an example entry to Cargo.toml r=therealprof a=mcuby #161 Co-authored-by: Roman Shulenkov <[email protected]>
2 parents 64036b0 + 7ef2956 commit f46baa8

6 files changed

+466
-29
lines changed

Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@ panic-semihosting = "0.5.3"
5454
cortex-m-semihosting = "0.3.3"
5555
arrayvec = { version = "0.5.1", default-features = false }
5656
panic-halt = "0.2.0"
57-
ssd1306 = "0.2.6"
58-
embedded-graphics = "0.4.9"
57+
ssd1306 = "0.3.1"
58+
embedded-graphics = "0.6.2"
5959
usb-device = "0.2.5"
6060
usbd-serial = "0.1.0"
61+
micromath = "1.0.0"
6162

6263
[features]
6364
device-selected = []
@@ -116,6 +117,10 @@ required-features = ["rt", "stm32f411"]
116117
name = "stopwatch-with-ssd1306-and-interrupts"
117118
required-features = ["rt", "stm32f411"]
118119

120+
[[example]]
121+
name = "analog-stopwatch-with-spi-ssd1306"
122+
required-features = ["rt", "stm32f429"]
123+
119124
[[example]]
120125
name = "rng-display"
121126
required-features = ["rt", "stm32f407"]

0 commit comments

Comments
 (0)