File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 22
33## 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 ) )
44
5+ * None
6+
7+ ## 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 ) )
8+
59* Updated dependencies
6- * Initial support for hardware other than VGA output
7- * Basic keyboard support
10+ * Basic keyboard support by talking to BMC
11+ * Revised how version string is generated
12+ * Includes Neotron OS 0.2.0
813
914## v0.3.0 ([ Source] ( https://github.com/neotron-compute/neotron-pico-bios/tree/v0.3.0 ) | [ Release] ( https://github.com/neotron-compute/neotron-pico-bios/release/tag/v0.3.0 ) )
1015
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.3 .0"
8+ version = " 0.4 .0"
99
1010[dependencies ]
1111# Useful Cortex-M specific functions (e.g. SysTick)
You can’t perform that action at this time.
0 commit comments