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
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build nrf || nrf51 || nrf52 || nrf528xx || stm32f4 || stm32l4 || stm32wlx || atsamd21 || atsamd51 || atsame5x || rp2040 || rp2350
//go:build nrf || nrf51 || nrf52 || nrf528xx || stm32f4 || stm32l0 || stm32l4 || stm32wlx || atsamd21 || atsamd51 || atsame5x || rp2040 || rp2350
package machine