Skip to content

Commit

Permalink
Update to v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Jul 22, 2023
1 parent 80b8999 commit 1b74292
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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 := 3
export FW_MINOR := 4

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

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

** v1.3 - 18 February 2023
- AT32F403A: Run this MCU at 216MHz in main firmware
- USB: Implement GET_STATUS(DEVICE) as required by USB spec
- This fixes repeated USB resets on some Linux hosts
- Blinky test: Fix serial baud rate (115200)

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

0 comments on commit 1b74292

Please sign in to comment.