We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9de248 + 262d1ab commit 896e039Copy full SHA for 896e039
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## Unreleased Changes
4
5
+## v0.4.2
6
+
7
+* Improvements to SPI communications link
8
+* Move some processing out of interrupts and into the main loop, to improve reliability
9
10
## v0.4.1
11
12
* Update dependencies (moves away from yanked critical-section 0.2.x)
neotron-bmc-pico/Cargo.toml
@@ -2,7 +2,7 @@
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"]
name = "neotron-bmc-pico"
edition = "2018"
-version = "0.4.0"
+version = "0.4.2"
[dependencies]
cortex-m = { version = "0.7.5", features = ["inline-asm", "critical-section-single-core"] }
0 commit comments