Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiongyihui/ihex
https://github.com/xiongyihui/ihex
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xiongyihui/ihex
- Owner: xiongyihui
- Created: 2014-05-07T16:35:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-07T16:36:08.000Z (over 10 years ago)
- Last Synced: 2024-10-16T02:26:39.225Z (23 days ago)
- Size: 105 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ihex
C library for reading .hex files in Intel format--see [the spec][hex-format] for details. Included example files demonstrate usage.
It's based on http://github.com/alhirzel/intel_hex_filesAll code is under the [Apache license][apache-license].
[hex-format]: "Hexadecimal Object File Format Specification"
[apache-license]: "Licenses - the Apache software foundation"