Skip to content

Commit f8f429b

Browse files
committed
HRTIM examples
1 parent 6eea233 commit f8f429b

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

Cargo.toml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,35 @@ lto = true
105105
[[example]]
106106
name = "flash_with_rtic"
107107
required-features = ["stm32g474"]
108+
109+
[[example]]
110+
name = "hrtim-adc-trigger"
111+
path = "examples/hrtim/adc-trigger.rs"
112+
113+
[[example]]
114+
name = "hrtim-eev-comp"
115+
path = "examples/hrtim/eev-comp.rs"
116+
117+
[[example]]
118+
name = "hrtim-eev"
119+
path = "examples/hrtim/eev.rs"
120+
121+
[[example]]
122+
name = "hrtim-flt-comp"
123+
path = "examples/hrtim/flt-comp.rs"
124+
125+
[[example]]
126+
name = "hrtim-flt"
127+
path = "examples/hrtim/flt.rs"
128+
129+
[[example]]
130+
name = "hrtim"
131+
path = "examples/hrtim/hrtim.rs"
132+
133+
[[example]]
134+
name = "hrtim-master"
135+
path = "examples/hrtim/master.rs"
136+
137+
[[example]]
138+
name = "hrtim-simple"
139+
path = "examples/hrtim/simple.rs"

0 commit comments

Comments
 (0)