浏览代码

Update to v1.4

Keir Fraser 1 年之前
父节点
当前提交
1b742920a5
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 1 1
      Makefile
  2. 4 1
      RELEASE_NOTES

+ 1 - 1
Makefile

@@ -1,6 +1,6 @@
 
 
 export FW_MAJOR := 1
 export FW_MAJOR := 1
-export FW_MINOR := 3
+export FW_MINOR := 4
 
 
 PROJ = greaseweazle-firmware
 PROJ = greaseweazle-firmware
 VER := $(FW_MAJOR).$(FW_MINOR)
 VER := $(FW_MAJOR).$(FW_MINOR)

+ 4 - 1
RELEASE_NOTES

@@ -3,12 +3,15 @@
 ** Keir Fraser <keir.xen@gmail.com>
 ** Keir Fraser <keir.xen@gmail.com>
 ************************************
 ************************************
 
 
+** v1.4 - 22 July 2023
+ - New board type: V4.1 (AT32F4xx, USB-C)
+
 ** v1.3 - 18 February 2023
 ** v1.3 - 18 February 2023
  - AT32F403A: Run this MCU at 216MHz in main firmware
  - AT32F403A: Run this MCU at 216MHz in main firmware
  - USB: Implement GET_STATUS(DEVICE) as required by USB spec
  - USB: Implement GET_STATUS(DEVICE) as required by USB spec
    - This fixes repeated USB resets on some Linux hosts
    - This fixes repeated USB resets on some Linux hosts
  - Blinky test: Fix serial baud rate (115200)
  - Blinky test: Fix serial baud rate (115200)
- 
+
 ** v1.2 - 18 July 2022
 ** v1.2 - 18 July 2022
  - Support AT32F403A MCU on F1 and V4 boards
  - Support AT32F403A MCU on F1 and V4 boards
  - Send MCU info to host (reported in 'gw info')
  - Send MCU info to host (reported in 'gw info')