Skip to content

Commit

Permalink
Update to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Jul 18, 2022
1 parent fd07efe commit 0854beb
Show file tree
Hide file tree
Showing 2 changed files with 5 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 := 1
export FW_MINOR := 2

PROJ = greaseweazle-firmware
VER := $(FW_MAJOR).$(FW_MINOR)
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
** Keir Fraser <keir.xen@gmail.com>
************************************

** v1.2 - 18 July 2022
- Support AT32F403A MCU on F1 and V4 boards
- Send MCU info to host (reported in 'gw info')

** v1.1 - 27 February 2022
- V4: External Activity LED can be connected to pin TXO
- TXO-RXI jumper still forces update mode
Expand Down

0 comments on commit 0854beb

Please sign in to comment.