-
-
Notifications
You must be signed in to change notification settings - Fork 782
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
at32f43x: Implement flash programming
* Code inspired by stm32f1 and partially stm32f4 target code * Code heavily refactored to conform to modern target flash API (_prepare/_done, less looping and simpler _erase/_write) * Most ops operate on their respective bank only, referencing the controller register offset from flash_priv * _mass_erase still touches both banks, if present * Rename old short arguments and variables on cloning, rename macros
- Loading branch information
Showing
1 changed file
with
213 additions
and
23 deletions.
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