Skip to content

Commit 4f6ac37

Browse files
committed
Use stm32g4 from gitea registry
1 parent 516b246 commit 4f6ac37

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

Cargo.toml

Lines changed: 16 additions & 1 deletion
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.2"
12+
version = "0.0.3-alpha.0"
1313

1414
[dependencies]
1515
nb = "0.1.1"
@@ -128,6 +128,16 @@ 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+
131141
[[example]]
132142
name = "hrtim-capture"
133143
required-features = ["hrtim"]
@@ -153,6 +163,11 @@ name = "hrtim-flt"
153163
required-features = ["hrtim"]
154164
path = "examples/hrtim/flt.rs"
155165

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+
156171
[[example]]
157172
name = "hrtim"
158173
required-features = ["hrtim"]

0 commit comments

Comments
 (0)