-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
** Keir Fraser <[email protected]> | ||
************************************ | ||
|
||
** 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') | ||
|