代码搜索结果
找到约 3,767 项符合
Bootloader 的代码
bootloader.lst
C51 COMPILER V8.05a BOOTLOADER 10/07/2008 19:46:53 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE BOOTLOADER
OBJECT MODULE PLACE
新建 文本文档.txt
制作完毕后,可以用Segger命令行自动更新Firmware。
注:DASM(From Russia)公布,Bootloader由DASM自己所写,来自OurAvr论坛。
18f1320 bootloader.sln
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "18F1320 Bootloader", "18F1320 Bootloader.vcproj", "{66C32239-6FAD-473F-9701-8FF70D63F59
18f1320 bootloader.rc
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
/
18f1320 bootloader.rc2
//
// My18F1320Bootloader.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOK
bootloader.h
#ifndef __BOOTLOADER_H__
#define __BOOTLOADER_H__
//these must be implemented by the user!!!
#include "Comm.h"
#include "DateTime.h"
#define DATA_OK 0xE7
#define DATA_BAD 0xE8
#define
18f1320 bootloaderdlg.h
// 18F1320 BootloaderDlg.h : header file
//
#pragma once
#include "Bootloader.h"
#include "Comm.h"
#include "afxwin.h"
// CMy18F1320BootloaderDlg dialog
class CMy18F1320BootloaderDlg : pu
stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// 18F1320 Bootloader.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#includ
readme.txt
================================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : 18F1320 Bootloader Project Overview
========================================
18f1320 bootloader.cpp
// 18F1320 Bootloader.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "18F1320 Bootloader.h"
#include "18F1320 BootloaderDlg.h"
#ifdef _DEBUG
#define n