aboutsummaryrefslogtreecommitdiffstats
path: root/tools/file2c
Commit message (Collapse)AuthorAgeFilesLines
* 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.