Skip to content

Commit a11789d

Browse files
Bump to version 0.5.0.
Requires probe-run 0.3.6 due to defmt version.
1 parent 2751397 commit a11789d

File tree

4 files changed

+45
-20
lines changed

4 files changed

+45
-20
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# Changelog
22

3-
## Unreleased Changes ([Source](https://github.com/neotron-compute/neotron-pico-bios/tree/develop) | [Changes](https://github.com/neotron-compute/neotron-pico-bios/compare/v0.3.0...develop))
3+
## Unreleased Changes ([Source](https://github.com/neotron-compute/neotron-pico-bios/tree/develop) | [Changes](https://github.com/neotron-compute/neotron-pico-bios/compare/v0.5.0...develop))
44

55
* None
66

7+
## v0.5.0 ([Source](https://github.com/neotron-compute/neotron-pico-bios/tree/v0.5.0) | [Release](https://github.com/neotron-compute/neotron-pico-bios/release/tag/v0.5.0))
8+
9+
* Full-colour 80 column text
10+
* Bump to 151.2 MHz clock speed (needed to get 80 column colour text working)
11+
* Reports video timing on Pi Pico LED
12+
* Shiny new colour start-up banner
13+
* Plays start-up tune
14+
* Updated keyboard driver
15+
* Added RTC support
16+
* Implement new kind of Mutex
17+
* Updated to OS 0.3.2
18+
* Supports initialising SD Cards and reporting card size
19+
720
## v0.4.1 ([Source](https://github.com/neotron-compute/neotron-pico-bios/tree/v0.4.1) | [Release](https://github.com/neotron-compute/neotron-pico-bios/release/tag/v0.4.1))
821

922
* Wait for interrupts from the BMC before reading PS/2 key codes

Cargo.lock

Lines changed: 26 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55
readme = "README.md"
66
license = "GPL-3.0-or-later"
77
name = "neotron-pico-bios"
8-
version = "0.4.1"
8+
version = "0.5.0"
99

1010
[dependencies]
1111
# Useful Cortex-M specific functions (e.g. SysTick)

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ The Neotron BIOS uses the [defmt](https://crates.io/crates/defmt) crate to provi
4949

5050
3. On your PC, install [*probe-run*](https://github.com/knurling-rs/probe-run), the programming tool from [Ferrous System's](https://www.ferrous-systems.com) [Knurling Project](https://github.com/knurling).
5151

52-
```console
53-
user@host ~ $ cargo install probe-run
52+
We are temporarily stuck at 0.3.6 as 0.3.7 is broken and 0.3.8 doesn't support the RP2040. A 0.3.9 should be along shortly, but the logging binary format has changed, and we currently pin ourselves to a 0.3.6 compatible version.
53+
54+
```sh
55+
cargo install probe-run --version=0.3.6
5456
```
5557

5658
4. Power on your Neotron Pico.

0 commit comments

Comments
 (0)