代码搜索结果
找到约 4,828 项符合
Bootloader 的代码
说明.txt
请参考:AVR使用范例--使用Bootloader 升级芯片内程序详解
http://www.avrvi.com/avr_examples/avr_bootloader.html
光盘的教程里面也有本文件
这里不再说明。
readme.win32.txt
rem 1. download http://www.handhelds.org/~aquadran/MyPal716/firmware/original/asus716_bootloader_Jan_30_2004_backup.zip
rem 2. unzip from asus716_bootloader_Jan_30_2004_backup.zip file A7123000_orig.
cmdlist.h
usr_command send = {
"send",
uart_send_ii,
NULL,
NULL,
NULL,
"help!"
};
usr_command Lcd = {
"lcd",
LCD_TEST,
NULL,
NULL,
NULL,
"help me!"
}
wor_with_ack_bootloader.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (WORWithAck_315_bootloader), 0x0000 // Tools: 'MCS-51'
Target (WORWithAck_433_bootloader), 0x0000 // Tools: 'MCS-51'
Target (WO
cmdlist.h
usr_command send = {
"send",
uart_send_ii,
NULL,
NULL,
NULL,
"help!"
};
usr_command Lcd = {
"lcd",
LCD_TEST,
NULL,
NULL,
NULL,
"help me!"
}
18f1320 bootloader.txt
This is a bootloader I wrote based on Shane Tolmie's 16F877 bootloader. When I first started this project, the 18 series bootloaders left a little to be desired. There are better 18 series bootloade
cstartup.asm
;==============================================================================
; Cyan Technology Ltd
;
; FILE
; cstartup.asm - Assembler startup for C programs.
;
; DESCRIPTION
; Defines C s
readme.txt
U-Boot Bootloader readme.txt
abstract.txt
The Memory project is a demo program for the Keil MCB2300
Board using the Philips LPC23xx Microcontroller.
It demonstrates an USB Memory based on USB Mass Storage Class.
LEDs are used to displa
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