Skip to content

Commit

Permalink
Merge #410
Browse files Browse the repository at this point in the history
410: Gpio: port, pin generics first r=therealprof a=burrbull



Co-authored-by: Andrey Zgarbul <zgarbul.andrey@gmail.com>
  • Loading branch information
bors[bot] and burrbull authored Mar 3, 2022
2 parents 3f2e7d1 + 1044bec commit 8e6cbd4
Show file tree
Hide file tree
Showing 5 changed files with 460 additions and 547 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

- `gpio`: port and pin generics first, then mode, `PinMode` for modes instead of pins

## [v0.9.0] - 2022-03-02

### Added
Expand Down
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[package]
edition = "2021"
rust-version = "1.59"

authors = ["Jorge Aparicio <jorge@japaric.io>", "Daniel Egger <daniel@eggers-club.de>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "HAL for the STM32F1xx family of microcontrollers"
Expand All @@ -8,7 +11,6 @@ name = "stm32f1xx-hal"
repository = "https://github.com/stm32-rs/stm32f1xx-hal"
documentation = "https://docs.rs/stm32f1xx-hal"
readme = "README.md"
edition = "2018"
version = "0.9.0"

[package.metadata.docs.rs]
Expand Down
Loading

0 comments on commit 8e6cbd4

Please sign in to comment.