代码搜索结果
找到约 10,000 项符合
AVR 的代码
makefile.am
if ARCH_AVR
BUILT_APPS = relay.elf
relay_elf_SOURCES = relay.c
endif
include ../../Makefile.am.inc
makefile.am
if ARCH_AVR
BUILT_APPS = topo.elf
topo_elf_SOURCES = topo.c
endif
include ../../Makefile.am.inc
qsidgain.c
/*
ITU-T G.729 Annex C+ - Reference C code for floating point
implementation of G.729 Annex C+
(integration of Annexes B, D and E)
makefile
AS = avr-gcc -x assembler-with-cpp
LD = avr-gcc -mmcu=at90s2343
CC = avr-gcc
FULLCC = gcc
OBJCOPY= avr-objcopy
CFLAGS = -c -O2 -Wall -I/usr/local/avr/include -I. -mmcu=at90s2343
#use for
main.map
Archive member included because of file (symbol)
C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/lib/avr4\libm.a(addsf3.o)
AD9833.o (__addsf3)
C:/WinAVR/bin/../li
macros.h
#ifndef __MACROS_H
#define __MACROS_H 1
/* FOR ATMEL AVR and TINY AVR ONLY! */
#ifndef BIT
#define BIT(x) (1
lcd.lis
.module Lcd.c
.area text(rom, con, rel)
0000 .dbfile D:\AVR\Mega32_160X64Lcd\Lcd.c
0000 .dbfunc e Init_Lcd _Ini
lcd.c
//ICC-AVR application builder : 2006-12-29 13:02:24
// Target : M32
// Crystal: 7.3728Mhz
#include "define.h"
void Init_Lcd(void)
{
Lcd_Port =0;
}
lcd._c
//ICC-AVR application builder : 2006-12-29 13:02:24
// Target : M32
// Crystal: 7.3728Mhz
#include "define.h"
void Init_Lcd(void)
{
Lcd_Port =0;
}
lcd.s
.module Lcd.c
.area text(rom, con, rel)
.dbfile D:\AVR\Mega32_160X64Lcd\Lcd.c
.dbfunc e Init_Lcd _Init_Lcd fV
.even
_Init_Lcd::
.dbline -1
.dbline 8
; //ICC-AVR application builder : 20