Skip to content

Commit

Permalink
Update to v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Dec 19, 2023
1 parent 191d68f commit 4b5db97
Show file tree
Hide file tree
Showing 2 changed files with 7 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 := 4
export FW_MINOR := 5

PROJ = greaseweazle-firmware
VER := $(FW_MAJOR).$(FW_MINOR)
Expand Down
6 changes: 6 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
** Keir Fraser <[email protected]>
************************************

** v1.5 - 19 December 2023
- AT32F403(A): Extend SRAM from 96kB to 224kB
- Report USB buffer size in 'gw info'
- GCC12 build fixes
- USB High Speed: Fix device_qualifier descriptor

** v1.4 - 22 July 2023
- New board type: V4.1 (AT32F4xx, USB-C)

Expand Down

0 comments on commit 4b5db97

Please sign in to comment.