Skip to content

Commit cb54c44

Browse files
committed
v0.6.0 - ADC API updates with DMA support, pin mapping based on io- feature, GPIO pin fixes, and minor bug fixes. Thanks to @dbrgn, @craigjb, @jonas-schievink, @rnestler, and of course the legendary @hannobraun
1 parent 1cc25e9 commit cb54c44

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ license = "0BSD"
2121
name = "stm32l0xx-hal"
2222
readme = "README.md"
2323
repository = "https://github.com/stm32-rs/stm32l0xx-hal"
24-
version = "0.5.0"
24+
version = "0.6.0"
2525

2626
[package.metadata.docs.rs]
2727
features = ["stm32l0x2", "rt", "stm32-usbd"]
2828

2929
[dependencies]
30-
stm32l0 = "0.9.0"
30+
stm32l0 = "0.10.0"
3131
as-slice = "0.1.0"
3232
embedded-hal = { version = "0.2.3", features = ["unproven"] }
3333
cortex-m = {version = "0.6.1", features = ["const-fn"] }

LICENSE-0BSD.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2019 arko2600@gmail.com
1+
Copyright (C) 2020 arko2600@gmail.com
22

33
Permission to use, copy, modify, and/or distribute this software for any
44
purpose with or without fee is hereby granted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To use the stm32l0xx-hal [crate](https://crates.io/crates/stm32l0xx-hal) as a de
3737

3838
```
3939
[dependencies.stm32l0xx-hal]
40-
version = "0.5.0"
40+
version = "0.6.0"
4141
features = ["stm32l0x1", "rt"]
4242
```
4343

0 commit comments

Comments
 (0)