Skip to content

Commit 8541e29

Browse files
committed
bxcan
1 parent e5820e8 commit 8541e29

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

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

1919
### Changed
2020

21+
- Update `bxcan`, `heapless`, `mfrc522`, reenable `mpu9250` example [#513]
2122
- PWM timer auto reload value is now preloaded/buffered [#453]
2223
- Move from bors/manual merge to GH merge queue [#467]
2324
- Replace UB code by a legitimate pointer access [#480]

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cortex-m = "0.7.6"
2222
cortex-m-rt = "0.7.1"
2323
nb = "1.1"
2424
embedded-dma = "0.2.0"
25-
bxcan = "0.7"
25+
bxcan = "0.8.0"
2626
void = { default-features = false, version = "1.0.2" }
2727
fugit = "0.3.7"
2828
fugit-timer = "0.1.3"
@@ -59,7 +59,7 @@ panic-semihosting = "0.6.0"
5959
panic-itm = "0.4.2"
6060
cortex-m-rtic = "1.1.3"
6161
cortex-m-semihosting = "0.5.0"
62-
heapless = "0.7.16"
62+
heapless = "0.8.0"
6363
mfrc522 = { version = "0.7.0", features = ["eh02"] }
6464
mpu9250 = "0.25.0"
6565
usb-device = "0.2.8"

0 commit comments

Comments
 (0)