Added AT32 template. - #59
Open
bobyang521 wants to merge 2 commits into
Open
Conversation
Added support for AT32F011/AT32F422/AT32F426.
Added support for AT32F011/F422/F426.
github0null
reviewed
Jul 29, 2026
github0null
left a comment
Owner
There was a problem hiding this comment.
f422 f426 是否能进行合并?我看到库文件是 at32f422_426_xxx.c ,它们应该共用一个模板
实际上这个仓库还有大量的 at32f4 模板,数了一下大概有十几个,我没有逐个打开检查,但是我认为如果库是一样的,仅仅是宏定义和flash_ram大小的差别,那么应该共用同一个模板,而不是按照具体型号拆分,因为这样会造成大量重复,而且不利于维护。
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added support for AT32F011/F422/F426.