代码搜索结果

找到约 10,298 项符合 Monitor 的代码

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

config.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 various project

cscope.files

../../../common/flash/29f800/flashdev.c ../../../common/flash/29f800/flashdev.h ../../../common/flash/29f800/flashpic.c ../../../common/monitor/aout.h ../../../common/monitor/arp.c ../../../common/mon

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. */ #define STD_CMD 0

makefile

############################################################################### # # Makefile for building a monitor for the SH2-version of the PPA. # # This makefile supports several different ver

omakefile

############################################################################### # # Makefile for building a monitor for the SH2-version of the PPA. # # This makefile supports several different ver

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

bbstubs.c

/* stubs to keep the linkage of bootblock code clean without adding a lot */ /* of #ifdefs all over the monitor code... */ vinit() {} bailout() {} InitMonSTATUS() {} pollethernet() {} SendIPMonChar()

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. General notice: T

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