Skip to content

Commit e6afaed

Browse files
committed
Updated to 0.5.1
1 parent f6247dc commit e6afaed

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
* None
66

7+
## v0.5.1 ([Source](https://github.com/neotron-compute/neotron-pico-bios/tree/v0.5.1) | [Release](https://github.com/neotron-compute/neotron-pico-bios/release/tag/v0.5.1))
8+
9+
* Implement SD Card block read/write
10+
* SPI bus clock changes depending on which device is being accessed
11+
* Updated to OS 0.3.3
12+
* Running `git` in `build.rs` is now optional
13+
714
## 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))
815

916
* Full-colour 80 column text

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.5.0"
8+
version = "0.5.1"
99

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

0 commit comments

Comments
 (0)