Skip to content

Commit

Permalink
Update to v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Feb 27, 2022
1 parent 04343e6 commit 3f81408
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

export FW_MAJOR := 1
export FW_MINOR := 0
export FW_MINOR := 1

TARGETS := all blinky clean dist mrproper f1_ocd ocd flash start serial
.PHONY: $(TARGETS)
Expand Down
9 changes: 9 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
** Keir Fraser <[email protected]>
************************************

** v1.1 - 27 February 2022
- V4: External Activity LED can be connected to pin TXO
- TXO-RXI jumper still forces update mode
- TXO still used for serial logging in debug firmware builds
- GetPin: Report on all pins also supported by SetPin
- ReadFlux: Don't report missing index if read is not index-terminated
- GetInfo: New sub-pages CurrentDrive and Drive_n
- Report motor, cylinder#, and flippy drive status

** v1.0 - 26 December 2021
- Firmware is now released separately from the host tools
- No firmware changes since v0.31 (apart from the version bump)
Expand Down

0 comments on commit 3f81408

Please sign in to comment.