Skip to content

Commit a994773

Browse files
committed
Revert "Use stm32g4 from gitea registry"
This reverts commit 298e6d9.
1 parent 8b9c0c9 commit a994773

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

Cargo.toml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
99
name = "stm32g4xx-hal"
1010
readme = "README.md"
1111
repository = "https://github.com/stm32-rs/stm32g4xx-hal"
12-
version = "0.0.3-alpha.0"
12+
version = "0.0.2"
1313

1414
[dependencies]
1515
nb = "0.1.1"
@@ -128,16 +128,6 @@ name = "hrtim-adc-trigger"
128128
required-features = ["hrtim"]
129129
path = "examples/hrtim/adc-trigger.rs"
130130

131-
[[example]]
132-
name = "hrtim-capture-dma"
133-
required-features = ["hrtim"]
134-
path = "examples/hrtim/capture-dma.rs"
135-
136-
[[example]]
137-
name = "hrtim-capture-dma-up-down"
138-
required-features = ["hrtim"]
139-
path = "examples/hrtim/capture-dma-up-down.rs"
140-
141131
[[example]]
142132
name = "hrtim-capture"
143133
required-features = ["hrtim"]
@@ -163,11 +153,6 @@ name = "hrtim-flt"
163153
required-features = ["hrtim"]
164154
path = "examples/hrtim/flt.rs"
165155

166-
[[example]]
167-
name = "hrtim-flt-up-down-push-pull"
168-
required-features = ["hrtim"]
169-
path = "examples/hrtim/flt-up-down-push-pull.rs"
170-
171156
[[example]]
172157
name = "hrtim"
173158
required-features = ["hrtim"]

0 commit comments

Comments
 (0)