binary-format supports uf2, nrf-dfu
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// From tinygo/builder/esp.go
|
||||
|
||||
package firmware
|
||||
|
||||
import (
|
||||
@@ -11,8 +13,6 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
// From tinygo/builder/esp.go
|
||||
|
||||
type espImageSegment struct {
|
||||
addr uint32
|
||||
data []byte
|
||||
|
||||
Reference in New Issue
Block a user