Skip to content

Commit 4ff8474

Browse files
authored
Update CHANGELOG.md
Some changes since 0.6.0 were missing
1 parent 8bc72ef commit 4ff8474

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# Changelog
22

3-
In this repository, changes are made in branches which are merged into **develop**. Those changes should also update this file under "Unreleased Changes". Periodically a release branch is made which updates the crate version in `Cargo.toml` and is merged into **main**. The **main** branch thus only has commits corresponding to releases of the firmware. Once the release has been merged into **main** it is tagged, and the changes then merged back into **develop**.
4-
5-
## 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.2...develop))
6-
7-
* None
3+
In this repository, changes are made in branches which are merged into **develop**. Those changes should also update this file under "Unreleased Changes". Periodically a release branch is made which updates the crate version in `Cargo.toml` and is merged into **main**. The **main** branch thus only has commits corresponding to releases of the firmware. Once the release has been merged into **main** it is tagged, and the changes are then merged back into **develop**.
4+
5+
## Unreleased Changes ([Source](https://github.com/neotron-compute/neotron-pico-bios/tree/develop) | [Changes](https://github.com/neotron-compute/neotron-pico-bios/compare/v0.6.0...develop))
6+
7+
* Use OS 0.6.0
8+
* Support changing video mode
9+
* I2S Audio output
10+
* Audio CODEC mixer support
11+
* Support 1-bpp 640x480 bitmap mode, and changing the framebuffer pointer
12+
* Run SD Card at 25 MHz
13+
* Switch instructions to recommend `probe-rs` for flashing
14+
* Support reboot from OS
15+
* Updated to neotron-common-bios 0.11.1
16+
* Get/set config in battery-backed RTC SRAM
17+
* Use `vte` crate for ANSI parsing for the BIOS logo
818

919
## 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))
1020

0 commit comments

Comments
 (0)