mcf5202_hi.c
来自「motorola自己开发的针对coldfire 5272的Dbug bootlo」· C语言 代码 · 共 21 行
C
21 行
/*
* File: mcf5202_hi.c
* Purpose: MCF5202 high level processing.
*
* Notes:
*
*/
#include "src/include/dbug.h"
/********************************************************************/
/*
* CPU name string and source code version for display at boot-up.
*/
const char CPU_STR[] = "ColdFire MCF5202";
const int CPU_VER_MAJOR = 1;
const char CPU_VER_MINOR = 'a';
/********************************************************************/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?