代码搜索结果

找到约 3,767 项符合 Bootloader 的代码

bootloader.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.1 CPU AVR DIR D:\桌面\AVR_BO~1.2\bootloader\ FILE assembly.s LINE 22 389C LINE 23 389E LINE 24 38A0 LINE 25 38A4 LINE 26 38A6 LINE 33 38A8 LINE 34 38AA LINE

bootloader.mak

CC = iccavr CFLAGS = -ID:\PROGRA~1\icc\include -e -DATMEGA -DATMega16 -l -g -Mavr_enhanced ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -LC:\PROGRA~1\icc\lib -g -ucrtboot.o -bvector:0x3800.0x4000 -bfunc

makefile

# ## Makefile for itgate-write-bootloader # #make parameters CC=gcc COFLAGS:=-r$(TAG) CFLAGS:=-g -O LDLIBS:= COFILES:=Makefile TARGET:=itgate-write-bootloader all: $(TARGET) strip $(TARGET) clean

itgate-write-bootloader.c

// itgate flash bootloader ver1.0 // #include #include #include #include /* some defines */ #define FALSE 0 #define TRUE 1 #define LPT_PORT 0x378 #define

abstract.txt

The 2-nd level Bootloader for NXP LPC3000 device series (configured for External SDRAM and loaded to External NAND Flash on the Phytec Board) This is a 2-nd level bootloader for NXP LPC3000

bootloader_nand.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (LPC3000 NAND Bootloader), 0x0004 // Tools: 'ARM-ADS' Group (Bootloader Code) Group (Documentation) File 1,2,

abstract.txt

The 2-nd level Bootloader for NXP LPC32x0 (configured for External SDRAM and loaded to External NOR Flash on the Phytec Board) This is a 2-nd level bootloader for the NXP LPC32x0 microcontrol

lpc32x0_nor_bootloader.plg

礦ision3 Build Log Project: D:\keils\ARM\Boards\Phytec\LPC3250\Bootloader_NOR\Bootloader.uv2 Project File Date: 05/16/2008 Output:

bootloader_main.c

/*********************************************** **** AVR BootLoader应用范例 *** **** *** **** 作者: HJJourAVR *** **** 编

readme.txt

//--------------------------------------------------------------------- // Copyright (c) Microsoft Corporation // // Module: NAND bootloader // //-----------------------------------------------