board-init.c

来自「em86xx 完整启动程序,支持网络下载与串通下载」· C语言 代码 · 共 26 行

C
26
字号
/***************************************** Copyright (c) 2002-2003 Sigma Designs, Inc. All Rights Reserved Proprietary and Confidential *****************************************/#include "../config.h"#include "../uart.h"#include "../util.h"#include "../vsprintf.h"/* Board specific initialization routine */int board_init(void){	return(0);}#if defined(CONFIG_ENABLE_IRQHANDLER) && defined(CONFIG_ENABLE_BITMAPS) && defined(CONFIG_ENABLE_USERPREF) && defined (CONFIG_ENABLE_VSYNCPARAM)/* Board specific initialization routine for screen */int board_splashscreen_init(void){	return(0);}#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?