代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
makefile
# Project configuration:
OBJS = main.o interface.o tools.o spi.o
ASMS = main.s interface.s tools.s spi.s
BIN = main
#Hardware
MCU = atmega8
ROM_START = 0x000
#Compiler flags
CCFL
main.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,1,
a_spi25128.asm
*************************************************************************
* Copyright (c) 2005-2006, Chengdu University of Information Technology
* All rights reserved.
*
* Filename:A_SPI
i2c.h
#ifndef I2C_H
#define I2C_H
//***********************************************************************
//包含头文件
#include "REG51.h"
#include "INTRINS.h"
//**************************************
makefile
###############################################################################
# Makefile for the project mp3_player_06
#############################################################################
flash.txt
#include
#include
#include "flash.h"
char code msgbuf [] = "This is a test to see if this thing really works.";
char xdata strbuf [101];
long test_eeprom (void)
{
unsigned
ixgb_ee.c
/*******************************************************************************
Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved.
This program is free software; you can redi
max6875
Kernel driver max6875
=====================
Supported chips:
* Maxim MAX6874, MAX6875
Prefix: 'max6875'
Addresses scanned: None (see below)
Datasheet:
http://pdfserv.maxim-ic.co
lwmon.h
/*
* (C) Copyright 2001
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
makefile
#
# Makefile for the Intel's E100 ethernet driver
#
O_TARGET := e100.o
obj-y := e100_main.o e100_config.o e100_phy.o \
e100_eeprom.o e100_test.o
obj-m := $(O_TARGET)
include $(TOPDIR)/Rules.mak