File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased Changes ([ Source] ( https://github.com/neotron-compute/neotron-pico-bios/tree/master ) | [ Changes] ( https://github.com/neotron-compute/neotron-pico-bios/compare/v0.1 .0...master ) )
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 ) )
44
55* None
66
7+ ## 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 ) )
8+
9+ * Boots OS 0.1.0
10+ * VGA 80x30 text mode (640x480 @ 60Hz)
11+ * Update defmt and other crates
12+
713## v0.2.0 ([ Source] ( https://github.com/neotron-compute/neotron-pico-bios/tree/v0.2.0 ) | [ Release] ( https://github.com/neotron-compute/neotron-pico-bios/release/tag/v0.2.0 ) )
814
915* Add RTT debugging using defmt
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.2 .0"
8+ version = " 0.3 .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