File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1919 - name : Install flip-link
2020 run : cd / && cargo install flip-link
2121 - name : Build
22- run : cargo build --verbose --target=thumbv6m-none-eabi
22+ run : cargo build --release --target=thumbv6m-none-eabi
2323 - name : Get Branch Name
2424 id : branch_name
2525 run : |
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unrelease Changes
3+ ## Unreleased Changes
44
5+ * None
6+
7+ ## v0.2.0
8+ * Change to blink power LED when in standby
9+ * Actually controls DC power and reset (but doesn't check the voltage rails yet)
10+
11+ ## v0.1.0
512* Skeleton application using knurling template
613* Started work on command protocol definition
714* LED Blinking Modes defined
Original file line number Diff line number Diff line change 22authors = [
" Jonathan 'theJPster' Pallant <[email protected] >" ]
33name = " neotron-bmc"
44edition = " 2018"
5- version = " 0.1 .0"
5+ version = " 0.2 .0"
66
77[workspace ]
88members = [" testsuite" ]
@@ -76,4 +76,4 @@ overflow-checks = false # <-
7676# defmt = { git = "https://github.com/knurling-rs/defmt", rev = "use defmt version reported by `probe-run --version`" }
7777# defmt-rtt = { git = "https://github.com/knurling-rs/defmt", rev = "use defmt version reported by `probe-run --version`" }
7878# defmt-test = { git = "https://github.com/knurling-rs/defmt", rev = "use defmt version reported by `probe-run --version`" }
79- # panic-probe = { git = "https://github.com/knurling-rs/defmt", rev = "use defmt version reported by `probe-run --version`" }
79+ # panic-probe = { git = "https://github.com/knurling-rs/defmt", rev = "use defmt version reported by `probe-run --version`" }
You can’t perform that action at this time.
0 commit comments