aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/flash/c.rs
Commit message (Collapse)AuthorAgeFilesLines
* add changelog and fix rustfmt errorsAndreas Lindahl Flåten (ALF)2025-11-131-4/+13
|
* Add c.rs flash for the stm32c0 familyAndreas Lindahl Flåten (ALF)2025-11-131-0/+122
This is basically a copy of the `g.rs` file, with multi bank support removed (c0 is single bank only).