version.h
来自「Freescale的S08BDM开发工具制作资料」· C头文件 代码 · 共 31 行
H
31 行
#define opensourcebdm_DLL_VERSION 0x12 /* version of the DLL in BCD */
/* Changes:
1.0 05/01/2005 initial coding
1.1 10/03/2005 recompiled to work with LibUSB ver 0.1.10.1 (multiple instances of the device were not handled properly in ver 0.1.8.0)
Change History:
------------------
*****Prominent Notice-This software was modified from TBDML software - 12/05
*/
/* make sure you change szVersion constant as well when changing this! */
#define opensourcebdm_GDI_DLL_VERSION 0x12 /* version of the GDI DLL in BCD */
/* Changes:
1.0 06/01/2005 initial coding
1.1 10/03/2005 when the cable is powered up the speed defaults to 0. When the debugger is
then started and needs the set-speed dialog, the default value was positive infinity
Added a test - the returned speed must be positive normal number to be used as default
otherwise 4MHz is substituted for the default value
Change History:
------------------
*****Prominent Notice-This software was modified from TBDML software - 12/05
*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?