代码搜索结果
找到约 27,597 项符合
AVR 的代码
avr.h
/* AVR ELF support for BFD.
Copyright 1999, 2000 Free Software Foundation, Inc.
Contributed by Denis Chertykov
This file is part of BFD, the Binary File Descriptor library.
demo.o.d
demo.o: demo.c \
C:/WinAVR/bin/../lib/gcc/avr/3.4.1/../../../../avr/include/avr/io.h \
C:/WinAVR/bin/../lib/gcc/avr/3.4.1/../../../../avr/include/avr/sfr_defs.h \
C:/WinAVR/bin/../lib/gcc/avr
avr.c
// $Id: Avr.C,v 1.2.4.1 2003/08/18 22:09:45 cssharp Exp $
/*
* $Id: Avr.C,v 1.2.4.1 2003/08/18 22:09:45 cssharp Exp $
*
****************************************************************************
avr.h
// $Id: Avr.h,v 1.2.4.1 2003/08/18 22:09:45 cssharp Exp $
/*
* $Id: Avr.h,v 1.2.4.1 2003/08/18 22:09:45 cssharp Exp $
*
****************************************************************************
makefile
MCU = -mmcu=at90s2313
CC = avr-gcc
CFLAGS = $(MCU) -Wall -W -Wstrict-prototypes # --save-temps -v
#CFLAGS += -O3
#CFLAGS += -O2
CFLAGS += -Os
CFLAGS += -mtiny-stack -mcall-prologues
#CFLAGS += -mno-ta
.platform
@opts = ("-gcc=avr-gcc",
"-mmcu=atmega128",
"-fnesc-target=avr",
"-fnesc-no-debug");
push @opts, "-mingw-gcc" if $cygwin;
@commonplatforms = ("mica", "avrmote");
.platform
@opts = ("-gcc=avr-gcc",
"-mmcu=atmega103",
"-fnesc-target=avr",
"-fnesc-no-debug");
push @opts, "-mingw-gcc" if $cygwin;
push @opts, "-Wl,-Tdata=0x800100" if $debugging;
@commonplatforms = ("a
.platform
@opts = ("-gcc=avr-gcc",
"-mmcu=atmega128",
"-fnesc-target=avr",
"-fnesc-no-debug");
push @opts, "-mingw-gcc" if $cygwin;
@commonplatforms = ("mica2", "mica128", "mica", "avrmote");
avr_eeprom.h
// $Id: avr_eeprom.h,v 1.2.4.1 2003/08/18 22:09:49 cssharp Exp $
#include
.platform
@opts = ("-gcc=avr-gcc",
"-mmcu=atmega128",
"-fnesc-target=avr",
"-fnesc-no-debug");
push @opts, "-mingw-gcc" if $cygwin;
@commonplatforms = ("mica128", "mica", "avrmote");