intel_hex 1.1.0 copy "intel_hex: ^1.1.0" to clipboard
intel_hex: ^1.1.0 copied to clipboard

outdated

A Dart library that can read and write Intel HEX files. The Intel HEX format is a file format that contains binary information as ASCII text.

1.1.0 #

  • Added check for duplicate addresses when parsing a string.
  • Added a method to get a ByteData object from the underlying buffer of a segment to simplify deserializing data.
  • Added methods to append typed data to a memory segment.
  • Added a check in toFileContents() to search for overlapping addresses.
  • Management of the memory segments has been moved to its own class.

1.0.0 #

  • Initial version.
  • Support for Intel HEX files with all standard records and a configurable start code added.
0
likes
0
pub points
63%
popularity

Publisher

unverified uploader

A Dart library that can read and write Intel HEX files. The Intel HEX format is a file format that contains binary information as ASCII text.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on intel_hex