File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ resolver = "2"
55readme = " README.md"
66license = " GPL-3.0-or-later"
77name = " 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)
You can’t perform that action at this time.
0 commit comments