代码搜索结果
找到约 27,597 项符合
AVR 的代码
t-avr
# Specific names for AVR tools
AR_FOR_TARGET = avr-ar
RANLIB_FOR_TARGET = avr-ranlib
LIB1ASMSRC = avr/libgcc.S
LIB1ASMFUNCS = \
_mulqi3 \
_mulhi3 \
_mulsi3 \
_udivmodqi4 \
_divmodqi4 \
_udivmod
avr-protos.h
/* Prototypes for exported functions defined in avr.c
Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
Contributed by Denis Chertykov (denisc@overta.ru)
This file is part of
avr.h
/* Definitions of target machine for GNU compiler,
for ATMEL AVR at90s8515, ATmega103/103L, ATmega603/603L microcontrollers.
Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation,
avr.rules
#-*-Makefile-*- vim:syntax=make
#$Id: avr.rules,v 1.1.2.6 2006/02/02 18:39:09 scipio Exp $
define AVR_HELP
AVR extras:
debug : compile with minimal optimization and debug symbols
debugopt
avr.java
//
// nanovm/avr/AVR.java
//
// part of NanoVM
//
package nanovm.avr;
public class AVR {
// these are fields representing ports the vm
// handles internally
public static Port portA;
public
avr.rules
#-*-Makefile-*- vim:syntax=make
#$Id: avr.rules,v 1.11 2005/05/18 02:15:43 cssharp Exp $
define AVR_HELP
AVR extras:
debug : compile with minimal optimization and debug symbols
debugopt :
avr.c
// $Id: Avr.C,v 1.3 2003/10/07 21:46:13 idgay Exp $
/*
* $Id: Avr.C,v 1.3 2003/10/07 21:46:13 idgay Exp $
*
****************************************************************************
*
* uisp
avr.h
// $Id: Avr.h,v 1.3 2003/10/07 21:46:13 idgay Exp $
/*
* $Id: Avr.h,v 1.3 2003/10/07 21:46:13 idgay Exp $
*
****************************************************************************
*
* uisp
avr.tex
This section describes how to implement Efsl on a AVR $\mu C$ connected to
an SD-Card (SPI). For getting efsl to compile, the avr-gcc compiler and
avr-libc library are required. On Windows you should
avr.tex.svn-base
This section describes how to implement Efsl on a AVR $\mu C$ connected to
an SD-Card (SPI). For getting efsl to compile, the avr-gcc compiler and
avr-libc library are required. On Windows you should