https://github.com/elementw/bin2hex
Convery any file to Intel HEX files
https://github.com/elementw/bin2hex
Last synced: 4 months ago
JSON representation
Convery any file to Intel HEX files
- Host: GitHub
- URL: https://github.com/elementw/bin2hex
- Owner: ElementW
- License: gpl-3.0
- Created: 2015-01-02T00:04:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-02T00:13:13.000Z (over 11 years ago)
- Last Synced: 2024-03-18T23:54:08.093Z (over 2 years ago)
- Language: C
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bin2hex
Useful tool for converting files to Intel HEX, for use with e.g. firmware flashers.
## How to build
Hardest way you've ever seen (i.e. does not require `autotools` crap):
1. Clone the repo
2. `make`
You need a C compiler that can compile C99 and understands GCC's way of passing compiler parameters (i.e. **not** MSVC) set as `make`'s `$(CC)`.
## License
GPLv3. Actually it's so small I could have made it MIT or Public Domain...