@@ -80,11 +80,12 @@ stm32g431 = ["stm32g4/stm32g431"]
8080stm32g441 = [" stm32g4/stm32g441" ]
8181stm32g471 = [" stm32g4/stm32g471" ]
8282stm32g473 = [" stm32g4/stm32g473" ]
83- stm32g474 = [" stm32g4/stm32g474" ]
83+ stm32g474 = [" stm32g4/stm32g474" , " hrtim " ]
8484stm32g483 = [" stm32g4/stm32g483" ]
85- stm32g484 = [" stm32g4/stm32g484" ]
85+ stm32g484 = [" stm32g4/stm32g484" , " hrtim " ]
8686stm32g491 = [" stm32g4/stm32g491" ]
8787stm32g4a1 = [" stm32g4/stm32g4a1" ]
88+ hrtim = []
8889log-itm = [" cortex-m-log/itm" ]
8990log-rtt = []
9091log-semihost = [" cortex-m-log/semihosting" ]
@@ -108,32 +109,45 @@ required-features = ["stm32g474"]
108109
109110[[example ]]
110111name = " hrtim-adc-trigger"
112+ required-features = [" hrtim" ]
111113path = " examples/hrtim/adc-trigger.rs"
112114
115+ [[example ]]
116+ name = " hrtim-capture"
117+ required-features = [" hrtim" ]
118+ path = " examples/hrtim/capture.rs"
119+
113120[[example ]]
114121name = " hrtim-eev-comp"
122+ required-features = [" hrtim" ]
115123path = " examples/hrtim/eev-comp.rs"
116124
117125[[example ]]
118126name = " hrtim-eev"
127+ required-features = [" hrtim" ]
119128path = " examples/hrtim/eev.rs"
120129
121130[[example ]]
122131name = " hrtim-flt-comp"
132+ required-features = [" hrtim" ]
123133path = " examples/hrtim/flt-comp.rs"
124134
125135[[example ]]
126136name = " hrtim-flt"
137+ required-features = [" hrtim" ]
127138path = " examples/hrtim/flt.rs"
128139
129140[[example ]]
130141name = " hrtim"
142+ required-features = [" hrtim" ]
131143path = " examples/hrtim/hrtim.rs"
132144
133145[[example ]]
134146name = " hrtim-master"
147+ required-features = [" hrtim" ]
135148path = " examples/hrtim/master.rs"
136149
137150[[example ]]
138151name = " hrtim-simple"
152+ required-features = [" hrtim" ]
139153path = " examples/hrtim/simple.rs"
0 commit comments