上传psdk所有文件

This commit is contained in:
tangchao0503
2022-11-21 12:16:25 +08:00
parent 164ed89840
commit f896a708ea
979 changed files with 3057460 additions and 8 deletions

BIN
tools/file2c/file2c.exe Normal file

Binary file not shown.

10
tools/file2c/readme.txt Normal file
View File

@ -0,0 +1,10 @@
* file2c 1.1
file2c is a simple commandline utility that generates C source files from binary files. It can be used to embed external files into C or C++ programs.
* Usage
file2c [OPTION...] FILE [FILE...]
Examples:
file2c icon.png Create 'icon_png.h' 'icon_png.c" from the contents of 'bar.bin'