stm32l0: add flash support

Flash on the STM32L0 series of chips works a bit different and needs a
slightly different implementation compared to other STM32 chips.
This commit is contained in:
Ayke van Laethem
2026-01-05 12:07:15 +01:00
committed by Ron Evans
parent 53c1ccaa42
commit 42fed60e61
3 changed files with 169 additions and 1 deletions
+3
View File
@@ -2,6 +2,9 @@
package machine
// Flash support for STM32 chips, except for STM32L0 which have a different type
// of flash.
import (
"device/stm32"