代码搜索结果

找到约 10,000 项符合 AVR 的代码

labels.tmp

2.1.9 ATtiny2313 D:\AVR Program\usartrece C:\Program Files\Atmel\AVR Tools\AvrAssembler2

os_cpu_c.i

#line 1 "F:\开发工具\AVR开发工具\RTOSIC~1\source\os_cpu_c.c" #line 17 "F:\开发工具\AVR开发工具\RTOSIC~1\source\os_cpu_c.c" #line 1 "F:\开发工具\AVR开发工具\RTOSIC~1\source/includes.h" #line 15 "F:\开发工具\AVR开发工具\RTO

uart.mak

CC = iccavr CFLAGS = -ID:\ICC-AVR\include\ -e -l -g -Wa-W LFLAGS = -LD:\ICC-AVR\lib\ -m -g -dram_end:0x25f -bdata:0x60.0x25f -Wl-W -bfunc_lit:0x1a.0x2000 -dhwstk_size:16 -beeprom:1.512 -fihx_cof

makefile

# makefile, written by guido socher # downloaded from http://linuxfocus.org/English/November2004/article352.shtml # modified 2005-02-16 by Henrik Bj鰎kman to fit my application PROJ_NAME=habl H

wb_accel.c

// This file is part of MANTIS OS, Operating System // See http://mantis.cs.colorado.edu/ // // Copyright (C) 2003,2004,2005 University of Colorado, Boulder // // This program is free software; yo

eeprom_test.c

// This file is part of MANTIS OS, Operating System // See http://mantis.cs.colorado.edu/ // // Copyright (C) 2003,2004,2005 University of Colorado, Boulder // // This program is free software; yo

bedrest_sense.c

// This file is part of MANTIS OS, Operating System // See http://mantis.cs.colorado.edu/ // // Copyright (C) 2003,2004,2005 University of Colorado, Boulder // // This program is free software; yo

.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");