Skip to content

Commit 00ae9fa

Browse files
Bump to 0.4.1
1 parent 0f547ff commit 00ae9fa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

55
* None
66

7+
## 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))
8+
9+
* Wait for interrupts from the BMC before reading PS/2 key codes
10+
* Requires Neotron Pico BMC v0.5.0
11+
* Debug LEDs change every time you get an interrupt from the IO controller
12+
* Doubled the speed of the RP2040's QSPI flash interface
13+
* Documentation updates to make programming your RP2040 easier
14+
715
## v0.4.0 ([Source](https://github.com/neotron-compute/neotron-pico-bios/tree/v0.4.0) | [Release](https://github.com/neotron-compute/neotron-pico-bios/release/tag/v0.4.0))
816

917
* Updated dependencies

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.4.0"
8+
version = "0.4.1"
99

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

0 commit comments

Comments
 (0)