File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
99name = " stm32g4xx-hal"
1010readme = " README.md"
1111repository = " https://github.com/stm32-rs/stm32g4xx-hal"
12- version = " 0.0.2 "
12+ version = " 0.0.3-alpha.0 "
1313
1414[dependencies ]
1515nb = " 0.1.1"
@@ -128,6 +128,16 @@ name = "hrtim-adc-trigger"
128128required-features = [" hrtim" ]
129129path = " 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 ]]
132142name = " hrtim-capture"
133143required-features = [" hrtim" ]
@@ -153,6 +163,11 @@ name = "hrtim-flt"
153163required-features = [" hrtim" ]
154164path = " 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 ]]
157172name = " hrtim"
158173required-features = [" hrtim" ]
You can’t perform that action at this time.
0 commit comments