File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
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/master ) | [ Changes] ( https://github.com/neotron-compute/neotron-pico-bios/compare/v0.1.0...master ) )
44
5+ * None
6+
7+ ## 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 ) )
8+
59* Add RTT debugging using defmt
610* Report git version over defmt
711* Describe how to flash/debug with a second Raspberry Pi Pico
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ edition = "2018"
44readme = " README.md"
55license = " GPL-3.0-or-later"
66name = " neotron-pico-bios"
7- version = " 0.1 .0"
7+ version = " 0.2 .0"
88
99[dependencies ]
1010# Useful Cortex-M specific functions (e.g. SysTick)
You can’t perform that action at this time.
0 commit comments