Skip to content

Commit 0bbcf4b

Browse files
Merge branch 'release/v0.5.0'
2 parents cd7d428 + 81f7e2c commit 0bbcf4b

17 files changed

+3375
-615
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
**/*.rs.bk
22
.#*
33
.gdb_history
4-
Cargo.lock
54
target/
65

76
# editor files
@@ -10,4 +9,4 @@ target/
109
!.vscode/*.svd
1110
!.vscode/launch.json
1211
!.vscode/tasks.json
13-
!.vscode/extensions.json
12+
!.vscode/extensions.json

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

0 commit comments

Comments
 (0)