readme.txt
来自「端点批量传输 eerom的读写 固件自动下载 USB标准请求 GPIF单字节读」· 文本 代码 · 共 17 行
TXT
17 行
This directory contains source code for the hex2c utility.
This utility converts an input file of Intel Hex Records into
a C output file of INTEL_HEX_RECORD structures. This utility
can be used to convert device firmware into a format where
it can be linked in with the EZ-Loader firmware download
driver. See the document "EZLoader Design Notes" for more
information.
usage: hex2c <intel_hexfile_name> <c_filename> <var_name>
This program can be compiled from the command line using MS
Visual C by typing:
cl hex2c.c
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?