代码搜索结果
找到约 10,298 项符合
Monitor 的代码
main.c
/* bootblock.c:
* This is a single file that contains snippets of code from other portions
* of the monitor. The snippets are duplicated so that no unnecessary
* code is included in this bootbl
config.h
/*
* Monitor configuration file for FADS860 Evaluation Platform.
*
* General notice:
* This code is part of a boot-monitor package developed as a generic base
* platform for embedded system desig
monapp.h
/* This header file is used by both the application and the monitor.
It is the linkage used to establish a communication path between the
monitor and the application.
*/
#include "monlib.h"
#d
cpu.h
/* cpu.h:
General notice:
This code is part of a boot-monitor package developed as a generic base
platform for embedded system designs. As such, it is likely to be
distributed to vari
config.h
/* Monitor configuration file.
General notice:
This code is part of a boot-monitor package developed as a generic base
platform for embedded system designs. As such, it is likely to be
makefile
###############################################################################
#
# Makefile for building a monitor for the COLDFIRE 5272 eval platform.
#
# Currently, the only target supported fo
config.h
/* Monitor configuration file. */
#define DEFAULT_ETHERADD "00:11:22:33:44:55"
#define DEFAULT_IPADD "1.2.3.4"
#define FORCE_BSS_INIT
#if PLATFORM_CFEVAL
#define PLATFORM_NAME "Coldf
cscope.files
../../../common/cpu/dis_cf.c
../../../common/flash/29pl160c/flashdev.c
../../../common/flash/29pl160c/flashdev.h
../../../common/flash/29pl160c/flashpic.c
../../../common/monitor/alias.c
../../..
start.c
#include "stddefs.h"
#include "monlib.h"
extern void main();
void
__main(void)
{
}
void
start(void)
{
char **argv;
int argc;
/* Connect the application to the monitor. This mus
config.h
/* Monitor configuration file.
*/
/* DEFAULT_ETHERADD & DEFAULT_IPADD:
Refer to notes in ethernet.c function EthernetStartup() for details
regarding the use of these definitions. */
#define