Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove NULLs except in comments as some compilers/OS's give strange definitions. | inmarket | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | Update linux binary for file2c to match source change | inmarket | 2014-02-27 | 1 | -0/+0 |
| | |||||
* | file2c did not save the -d flag in the output header comment properly. | inmarket | 2014-02-27 | 2 | -1/+1 |
| | |||||
* | Update linux file2c binary. | inmarket | 2014-02-07 | 1 | -0/+0 |
| | |||||
* | Bug fixes to GFILE. | inmarket | 2014-02-07 | 2 | -1/+1 |
| | |||||
* | Add linux binary for the updated file2c tool. | inmarket | 2014-02-05 | 1 | -0/+0 |
| | |||||
* | Update file2c tool to enable creation of directory entries for the ROM file ↵ | inmarket | 2014-02-05 | 3 | -31/+74 |
| | | | | system. | ||||
* | docs | Joel Bodenmann | 2013-08-18 | 1 | -0/+0 |
| | |||||
* | Fix corruption of binary files by license header updates | inmarket | 2013-07-22 | 6 | -3/+3 |
| | |||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 7 | -4/+4 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 1 | -1/+1 |
| | |||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 1 | -18/+5 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 1 | -8/+19 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 1 | -19/+8 |
| | |||||
* | file2c tool cleanup | Joel Bodenmann | 2013-04-04 | 9 | -0/+0 |
| | |||||
* | merged inmarket | Joel Bodenmann | 2013-04-03 | 3 | -4/+25 |
|\ | |||||
| * | file2c copyright and add comment to output | Andrew Hannam | 2013-04-04 | 3 | -4/+44 |
| | | |||||
* | | file2c update | Joel Bodenmann | 2013-04-03 | 2 | -0/+20 |
| | | |||||
* | | file2c tool - Makefile, readme, linux binary | Joel Bodenmann | 2013-04-03 | 11 | -0/+21 |
|/ | |||||
* | Fix to file2c to ensure valid C identifiers | Andrew Hannam | 2013-04-04 | 3 | -1/+9 |
| | | | | A couple of small bug fixes. | ||||
* | Tools to convert a file to c array | Andrew Hannam | 2013-04-04 | 8 | -0/+284 |
file2c converts any file into a C array. Particularly useful for loading an image file into flash. |