Skip to content

Commit f5ae16d

Browse files
Update to 0.6.0
1 parent c430131 commit f5ae16d

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,19 @@ In this repository, changes are made in branches which are merged into **develop
66

77
* None
88

9+
## v0.6.0 ([Source](https://github.com/neotron-compute/neotron-pico-bios/tree/v0.6.0) | [Release](https://github.com/neotron-compute/neotron-pico-bios/release/tag/v0.6.0))
10+
11+
* Use OS 0.5.0
12+
* Implement reboot support
13+
* Hard reboot system if we detect only Core 0 has restarted - should fix odd
14+
video issue after flashing
15+
* Updated to neotron-common-bios 0.11.0
16+
* Changed the VGA palette to match as required in neotron-common-bios 0.10.0
17+
* Updated flashing instructions
18+
919
## v0.5.2 ([Source](https://github.com/neotron-compute/neotron-pico-bios/tree/v0.5.2) | [Release](https://github.com/neotron-compute/neotron-pico-bios/release/tag/v0.5.2))
1020

11-
* Updated to neotron-common-bios 0.10.0, and changed the VGA palette to match
21+
* Updated to neotron-common-bios 0.9.0
1222
* Use published neotron-bmc-protocol and neotron-bmc-commands crates
1323
* Clarify how BMC speaker works
1424
* Add ANSI art boot-up logo

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.2"
8+
version = "0.6.0"
99

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

0 commit comments

Comments
 (0)