Keir Fraser 3 роки тому
батько
коміт
3f81408812
2 змінених файлів з 10 додано та 1 видалено
  1. 1 1
      Makefile
  2. 9 0
      RELEASE_NOTES

+ 1 - 1
Makefile

@@ -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)

+ 9 - 0
RELEASE_NOTES

@@ -3,6 +3,15 @@
 ** Keir Fraser <keir.xen@gmail.com>
 ************************************
 
+** 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)