machine/samd21: implement Flash interface (#3496)

machine/samd21: implement Flash interface
This commit is contained in:
Ron Evans
2023-03-08 06:06:49 +01:00
committed by GitHub
parent 34ba0c1be1
commit fc28f513c7
2 changed files with 168 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build nrf || nrf51 || nrf52 || nrf528xx || stm32f4 || stm32l4 || stm32wlx
//go:build nrf || nrf51 || nrf52 || nrf528xx || stm32f4 || stm32l4 || stm32wlx || atsamd21
package machine