We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7981707 commit 986ea9fCopy full SHA for 986ea9f
CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
* None
6
7
+## v0.5.1
8
+
9
+* Adds a PC speaker driver using TIM14
10
+* Plays a beep on startup
11
+* Lets the host play beeps using the SPI interface
12
13
## v0.5.0
14
15
* Generates Host Interrupts
neotron-bmc-pico/Cargo.toml
@@ -2,7 +2,7 @@
2
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"]
3
name = "neotron-bmc-pico"
edition = "2018"
-version = "0.4.3"
+version = "0.5.1"
[dependencies]
cortex-m = { version = "0.7.5", features = ["inline-asm", "critical-section-single-core"] }
0 commit comments