binary-format supports uf2, nrf-dfu

This commit is contained in:
Li Jie
2025-08-23 10:24:18 +08:00
parent 508b23a584
commit e40bdc196b
12 changed files with 437 additions and 10 deletions

View File

@@ -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