Revision indexing in progress... (search in this revision will be accurate after indexed)
Enable CI/CD by adding .onedev-buildspec.yml
| .gitignore | Loading last commit info... | |
| LICENSE | ||
| README.md | ||
| errors.go | ||
| file.go | ||
| fileType.go | ||
| fileWriter.go | ||
| i16hex.go | ||
| i32hex.go | ||
| i8hex.go | ||
| record.go | ||
| recordType.go |
README.md
IHEX
Library for reading and writing Intel HEX files according to the specification outlined in Wikipedia's Article.
Features
- Reading and Writing HEX files
- HEX Record Types
- Automatic HEX record type validation including:
- checksum generation and validation
- syntax checking and data integrity validation
- record and file type compatibility validation
- Supports I8HEX, I16HEX, and I32HEX file specifications
Coming Soon-ish
- Search HEX file by record address
Examples
New code examples coming soon!