Skip to content

Commit d87fe0c

Browse files
committed
0.8.2
1 parent ac84428 commit d87fe0c

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dw3000-ng"
33
description = "A modernized driver for DW3000 Ultra Wide Band module"
4-
version = "0.8.1"
4+
version = "0.8.2"
55
authors = [
66
"Fan Jiang <i@fanjiang.me>",
77
"Clement Pene <clement.pene@sii.fr>",
@@ -24,7 +24,9 @@ smoltcp = { version = "0.11", default-features = false, features = [
2424
nb = "1.0"
2525
fixed = "1.7"
2626
defmt = { version = "0.3", optional = true }
27-
num-traits = { version = "0.2.18", default-features = false, features = ["libm"], optional = true }
27+
num-traits = { version = "0.2.18", default-features = false, features = [
28+
"libm",
29+
], optional = true }
2830

2931
[dev-dependencies]
3032
embedded-hal-mock = "0.10"

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dw3000-ng = "0.8"
2929

3030
Please refer to the **[API Reference]**.
3131

32-
Please also refer to the [DW3000 User Manual]
32+
Please also refer to the [DW3000 User Manual]
3333

3434
[API Reference]: https://docs.rs/dw3000-ng
3535
[DW3000 User Manual]: https://www.qorvo.com/products/d/da008154
@@ -57,6 +57,11 @@ If you are using this in your academic work, please cite it as follows:
5757

5858
## CHANGELOG
5959

60+
### 0.8.2
61+
62+
- Add parameter `recv_time` to allow delayed receiving by @trembel
63+
- Fix `pll_cc` register by @JohannesProgrammiert
64+
6065
### 0.8.1
6166

6267
- Fixed the `STS` register setup when calling `config()` with STS enabled

0 commit comments

Comments
 (0)