aboutsummaryrefslogtreecommitdiffstats
path: root/tools/file2c
Commit message (Collapse)AuthorAgeFilesLines
* Remove NULLs except in comments as some compilers/OS's give strange definitions.inmarket2014-05-111-1/+1
|
* Update linux binary for file2c to match source changeinmarket2014-02-271-0/+0
|
* file2c did not save the -d flag in the output header comment properly.inmarket2014-02-272-1/+1
|
* Update linux file2c binary.inmarket2014-02-071-0/+0
|
* Bug fixes to GFILE.inmarket2014-02-072-1/+1
|
* Add linux binary for the updated file2c tool.inmarket2014-02-051-0/+0
|
* Update file2c tool to enable creation of directory entries for the ROM file ↵inmarket2014-02-053-31/+74
| | | | system.
* docsJoel Bodenmann2013-08-181-0/+0
|
* Fix corruption of binary files by license header updatesinmarket2013-07-226-3/+3
|
* fixed license headersJoel Bodenmann2013-07-217-4/+4
|
* License header updatesinmarket2013-06-151-1/+1
|
* updated license headersJoel Bodenmann2013-05-031-18/+5
|
* Revert "updated license headers"Joel Bodenmann2013-05-021-8/+19
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-021-19/+8
|
* file2c tool cleanupJoel Bodenmann2013-04-049-0/+0
|
* merged inmarketJoel Bodenmann2013-04-033-4/+25
|\
| * file2c copyright and add comment to outputAndrew Hannam2013-04-043-4/+44
| |
* | file2c updateJoel Bodenmann2013-04-032-0/+20
| |
* | file2c tool - Makefile, readme, linux binaryJoel Bodenmann2013-04-0311-0/+21
|/
* Fix to file2c to ensure valid C identifiersAndrew Hannam2013-04-043-1/+9
| | | | A couple of small bug fixes.
* Tools to convert a file to c arrayAndrew Hannam2013-04-048-0/+284
file2c converts any file into a C array. Particularly useful for loading an image file into flash.