Skip to content

Commit 333aa65

Browse files
Update BMC to 0.4.0
1 parent da533b6 commit 333aa65

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## Unreleased Changes
44

5-
* None
5+
## v0.4.0
6+
7+
* Add very basic SPI interface support to neotron-bmc-pico
8+
* No changes to neotron-bmc-nucleo (it's now out of date)
9+
* Added `neotron-bmc-protocol` crate at v0.1.0
610

711
## v0.3.1
812
* Reset button triggers 250ms low pulse

neotron-bmc-pico/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Jonathan 'theJPster' Pallant <[email protected]>"]
33
name = "neotron-bmc-pico"
44
edition = "2018"
5-
version = "0.3.1"
5+
version = "0.4.0"
66

77
[dependencies]
88
cortex-m = { version = "0.7.5", features = ["inline-asm"] }

0 commit comments

Comments
 (0)