We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32fe480 + 4b3f7d6 commit cb1ab44Copy full SHA for cb1ab44
3 files changed
CHANGELOG.md
@@ -4,6 +4,9 @@
4
5
* None
6
7
+## v0.3.0
8
+* Add STM32F030 support to neotron-bmc-pico
9
+
10
## v0.2.0
11
* Change to blink power LED when in standby
12
* Actually controls DC power and reset (but doesn't check the voltage rails yet)
neotron-bmc-nucleo/Cargo.toml
@@ -2,7 +2,7 @@
2
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>", "Aïssata 'Ai' Maiga <aimaiga2@gmail.com>"]
3
name = "neotron-bmc-nucleo"
edition = "2018"
-version = "0.2.0"
+version = "0.3.0"
[dependencies]
cortex-m = "0.7.1"
neotron-bmc-pico/Cargo.toml
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"]
name = "neotron-bmc-pico"
defmt = "0.3"
0 commit comments