Skip to content

Commit 3efd927

Browse files
authored
Merge pull request #75 from Neotron-Compute/use-common-090
Update to neotron-common-bios 0.9.0
2 parents 41c1fb3 + 5cd6f79 commit 3efd927

File tree

4 files changed

+117
-102
lines changed

4 files changed

+117
-102
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
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.5.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.1...develop))
44

5-
* None
5+
* Update to neotron-common-bios 0.9.0
6+
* Use published neotron-bmc-protocol and neotron-bmc-commands crates
7+
* Clarify how BMC speaker works
8+
* Add ANSI art boot-up logo
9+
* Speed up boot, and add "ESC to Pause"
10+
* Print message on hardfault
11+
* Update to OS 0.4.0
12+
* Re-arrange BIOS memory and stack for Core 1
13+
* Re-wrote the video render system to be more robust
614

715
## 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))
816

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rp-pico = { version = "0.7", default-features = false, features = [
1919
# Cortex-M run-time (or start-up) code
2020
cortex-m-rt = "0.7"
2121
# The BIOS to OS API
22-
neotron-common-bios = "0.8.0"
22+
neotron-common-bios = "0.9.0"
2323
# For the RP2040 bootloader
2424
rp2040-boot2 = "0.3.0"
2525
# For hardware abstraction traits
@@ -60,7 +60,7 @@ embedded-sdmmc = { version = "0.5", default-features = false, features = [
6060
] }
6161

6262
[build-dependencies]
63-
neotron-common-bios = "0.8.0"
63+
neotron-common-bios = "0.9.0"
6464
vte = "0.11"
6565

6666
[[bin]]

0 commit comments

Comments
 (0)