SongYZZZ/moon-firmware/analysis does not have a README file
pub struct ImageChecksum {
algorithm : ImageChecksumAlgorithm
range : AddressRange
value : Int64
processed_bytes : Int
filled_bytes : Int
fill : Byte?
} derive(Eq, Debug)fn checksum_image(image : FirmwareImage, range : AddressRange, algorithm? : ImageChecksumAlgorithm, fill? : Byte, max_bytes? : Int) -> ImageChecksum raise FirmwareErrorfn find_ascii_strings(image : FirmwareImage, min_length? : Int, max_strings? : Int, max_retained_bytes? : Int) -> Array[AsciiSpan] raise FirmwareErrorfn find_pattern(image : FirmwareImage, pattern : MaskedPattern, within? : AddressRange, max_matches? : Int) -> Array[Int64] raise FirmwareErrorfn find_uint(image : FirmwareImage, value : Int64, width : Int, order? : ByteOrder, alignment? : Int, max_matches? : Int) -> Array[Int64] raise FirmwareErrorfn inspect_cortex_m_vectors(image : FirmwareImage, base_address : Int64, stack_alignment? : Int) -> CortexMVectorTable raise FirmwareErrorfn read_uint(image : FirmwareImage, address : Int64, width : Int, order? : ByteOrder) -> Int64 raise FirmwareErrorfn write_uint(image : FirmwareImage, address : Int64, value : Int64, width : Int, order? : ByteOrder, policy? : OverlapPolicy) -> FirmwareImage raise FirmwareErrorInstall
Download zipMCU firmware release validation: HEX, S-record, Cortex-M gates and flash plans
Dependencies