Skip to content

Commit 8e6cbd4

Browse files
bors[bot]burrbull
andauthored
Merge #410
410: Gpio: port, pin generics first r=therealprof a=burrbull Co-authored-by: Andrey Zgarbul <zgarbul.andrey@gmail.com>
2 parents 3f2e7d1 + 1044bec commit 8e6cbd4

File tree

5 files changed

+460
-547
lines changed

5 files changed

+460
-547
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
- `gpio`: port and pin generics first, then mode, `PinMode` for modes instead of pins
11+
1012
## [v0.9.0] - 2022-03-02
1113

1214
### Added

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[package]
2+
edition = "2021"
3+
rust-version = "1.59"
4+
25
authors = ["Jorge Aparicio <jorge@japaric.io>", "Daniel Egger <daniel@eggers-club.de>"]
36
categories = ["embedded", "hardware-support", "no-std"]
47
description = "HAL for the STM32F1xx family of microcontrollers"
@@ -8,7 +11,6 @@ name = "stm32f1xx-hal"
811
repository = "https://github.com/stm32-rs/stm32f1xx-hal"
912
documentation = "https://docs.rs/stm32f1xx-hal"
1013
readme = "README.md"
11-
edition = "2018"
1214
version = "0.9.0"
1315

1416
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)