mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-10 14:03:39 +00:00
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:
committed by
Ron Evans
parent
53c1ccaa42
commit
42fed60e61
@@ -2,6 +2,9 @@
|
||||
|
||||
package machine
|
||||
|
||||
// Flash support for STM32 chips, except for STM32L0 which have a different type
|
||||
// of flash.
|
||||
|
||||
import (
|
||||
"device/stm32"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user