代码搜索结果
找到约 10,000 项符合
AVR 的代码
rtc.mak
CC = iccavr
CFLAGS = -IC:\icc\include\ -e -l -g -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib\ -g -Wl-W -bfunc_lit:0.0x2000 -dram_end:0x25f -bdata:0x60.0x25f -dhwstk_size:16 -fihx_coff
motor.mak
CC = iccavr
CFLAGS = -IC:\icc\include\ -e -l -g -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib\ -g -Wl-W -bfunc_lit:0x22.0x2000 -dram_end:0x25f -bdata:0x60.0x25f -dhwstk_size:16 -beepro
robbot.mak
CC = iccavr
CFLAGS = -IC:\icc\include\ -e -l -g -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib\ -g -Wl-W -bfunc_lit:0.0x2000 -dram_end:0x25f -bdata:0x60.0x25f -dhwstk_size:16 -fihx_coff
macros.h
#ifndef __MACROS_H
#define __MACROS_H 1
/* FOR ATMEL AVR and TINY AVR ONLY! */
#ifndef BIT
#define BIT(x) (1
macros.h
#ifndef __MACROS_H
#define __MACROS_H 1
/* FOR ATMEL AVR and TINY AVR ONLY! */
#ifndef BIT
#define BIT(x) (1
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)
usb.map
Archive member included because of file (symbol)
C:/WinAVR/bin/../lib/gcc/avr/3.4.3/avr5\libgcc.a(_copy_data.o)
usb.o (__do_copy_data)
C:/WinAVR/bin/../lib/gcc/avr/3
uart.map
Archive member included because of file (symbol)
C:/WinAVR/bin/../lib/gcc/avr/3.4.3/avr5\libgcc.a(_copy_data.o)
uart.o (__do_copy_data)
C:/WinAVR/bin/../lib/gcc/avr/
include.h
#include "avr/io.h"
#include "avr/signal.h"
#include "avr/interrupt.h"
#include "avr/eeprom.h"
#include "avr/sleep.h"
#include "CBase.h"
#include "Bell.h"
#include "595.h"
#include "Led.h"
makefile.am
if ARCH_AVR
BUILT_APPS = reprogram.elf
reprogram_elf_SOURCES = reprogram.c
endif
include ../../Makefile.am.inc