代码搜索结果
找到约 3,767 项符合
Bootloader 的代码
main.dp2
main.o: D:/PROGRA~1/icc/include/macros.h D:\桌面\AVR_BO~1.2\bootloader/assembly.h D:/PROGRA~1/icc/include/iom16v.h
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
main.c
#include "data.h"
#include "boot_init.h"
#include "port_fun.h"
#include "boot_dat.h"
main()
{
u16 i;
init_board();
flash_ready();
flash_erase();
//往flash里烧入要被bootloader的程序段
for(
bootloader_main.c
/***********************************************
**** AVR BootLoader应用范例 ***
**** ***
**** 作者: HJJourAVR ***
**** 编
em86xx_eth.c
/*
*
*/
#ifdef BOOTLOADER
#include "config.h"
#include "version.h"
#include "util.h"
#include "net.h"
#include "net_ipv4.h"
#include "em86xxapi.h"
#include "irqs.h"
#include "errno.h"
#include "uart
main.c
/***********************************************
**** AVR BootLoader应用范例 ***
**** ***
**** 作者: HJJourAVR ***
**** 编
bootloader.c
/*============================================================================
Cyan Technology Limited
FILE - bootloader.c
DESCRIPTION
Accepts an entire eCOG ROM file on UART A in binary and cop
template.xml
An application project suitable for use with the eCOG1 bootloader example>
readme.txt
README - c5131-usb-flash-api-1_0_5
ATMEL - 2003
Please read the LICENSE file.
DESCRIPTION
-----------
This flash API test package is intended for AT89C5131 product with USB bootloader