代码搜索:Notes

找到约 10,000 项符合「Notes」的源代码

代码结果 10,000
www.eeworm.com/read/148143/5718068

h relocate_io.h

/* * File: relocate_io.h * Purpose: Prototypes for common relocatable input/output routines * * Notes: * */ #ifndef _RELOCATE_IO_H #define _RELOCATE_IO_H /************************
www.eeworm.com/read/148143/5718070

c dldbug.c

/* * File: dldbug.c * Purpose: Routines to download new dBUG image from serial port * and program it into Flash * * Notes: * */ #include "src/include/dbug.h" #include
www.eeworm.com/read/148143/5718075

make m5272c3.make

##################################################################### # # File: m5272c3.make # Purpose: Makefile for dBUG on the M5272C3 board using Diab tools # # Notes: OBJDIR passed into make
www.eeworm.com/read/148143/5718078

make m5272c3.make

##################################################################### # # File: m5272c3.make # Purpose: Makefile for dBUG on the M5272C3 board using Diab tools # # Notes: OBJDIR passed into make
www.eeworm.com/read/148143/5718085

c sysinit.c

/* * File: sysinit.c * Purpose: Power-on Reset configuration of the MCF5272. * * Notes: * * Author: Michael Norman * Date: * */ #include "src/include/dbug.h" /************
www.eeworm.com/read/148143/5718089

c example.c

/* * File: example.c * Purpose: Template for .c which contains the board-specific * routines that are required by dBUG * * Notes: * */ #include "src/include/dbug.h" #
www.eeworm.com/read/148143/5718123

c fl.c

/* * File: flash.c * Purpose: Core dBUG Flash Utilities * * Notes: * * Modifications: * */ #include "src/include/dbug.h" #include "src/uif/uif.h" /****************************
www.eeworm.com/read/148143/5718132

c tftp.c

/* * File: tftp.c * Purpose: Trivial File Transfer Protocol driver for reading a file * from a remote host. * * Notes: See RFC 1350 * * Modifications: * */ #include "src/in
www.eeworm.com/read/148143/5718140

c nif.c

/* * File: nif.c * Purpose: Network InterFace routines * * Notes: * * Modifications: * */ #include "src/include/dbug.h" #include "src/uif/net/net.h" /*************************
www.eeworm.com/read/148143/5718142

h net.h

/* * File: net.h * Purpose: Network definitions and prototypes for dBUG. * * Notes: * * Author: Michael Norman * Date: * * Modifications: * */ #ifndef _NET_H #define _NET_