Skip to content

Commit a182c2a

Browse files
committed
move gpio impls in subdir, remove unused impls
1 parent 6ab795a commit a182c2a

File tree

7 files changed

+1391
-1491
lines changed

7 files changed

+1391
-1491
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- move gpio impls in subdir, remove unused `From` impls
13+
1014
## [v0.16.2] - 2023-06-27
1115

1216
### Changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ i2s = ["stm32_i2s_v12x"]
258258
fsmc_lcd = ["display-interface"]
259259

260260
defmt = ["dep:defmt", "fugit/defmt", "nb/defmt-0-3"]
261+
dfsdm = []
261262

262263
adc2 = []
263264
adc3 = []
@@ -266,8 +267,8 @@ can2 = []
266267
can3 = []
267268
dac = []
268269
dcmi = []
269-
dfsdm1 = []
270-
dfsdm2 = []
270+
dfsdm1 = ["dfsdm"]
271+
dfsdm2 = ["dfsdm"]
271272
dsihost = []
272273
eth = []
273274
fmc = []

0 commit comments

Comments
 (0)