-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
1 parent
bc068a3
commit 6692fdc
Showing
3 changed files
with
6 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
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
6692fdc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit breaks STM32F4xx flashing (see #761 (comment) ). Similar changes tried to add in #757, but this core ID also used by STM32F3xx, STM32F4xx and STM32L1xx. Correct support for CS32F103 already added in #805
6692fdc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't confirm this when testing with my CKS32F103, which is falsely marked as STM32F103, but comes with the common Core-ID 0x2ba01477 for the CKS. So this is not working as expected in Release v1.6.0. With Release v1.6.1 I don't experience any issues anymore related to this hardware. Looking at this we deserve further investigation. I pushed a "Hotfix" to master to keep this branch working until this is finally reviewed on develop.