Discover Packages
github.com/raws-labs/srig-cli
firmware
package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Jul 15, 2026
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package firmware converts user-supplied firmware artifacts (ELF, Intel HEX,
raw binary) into the flashable bytes the pod expects for a given board.
const (
FormatRaw Format = iota
FormatELF
FormatIHEX
)
Info describes what Normalize did.
Normalize converts firmware into the flashable image the pod expects for
boardType. ELF and Intel HEX are converted to raw bin for STM32 boards; every
other input passes through unchanged.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.