代码搜索结果
找到约 10,000 项符合
AVR 的代码
avr.awk
BEGIN { FS = " "} { nl++ } { s=s+$1} END {print "average:" s/nl}
avr.h
#ifndef __avr_h
#define __avr_h
/* AVR NOP OPERATION */
#define NOP asm("nop")
/* OPEN INTERRUPT */
#define SEI asm("sei")
/* CLOSE INTERRUPT */
#define CLI asm("cli")
/* S
avr.h
#ifndef _CFG_ARCH_AVR_H_
#define _CFG_ARCH_AVR_H_
/*
* Copyright (C) 2004 by egnite Software GmbH. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* mo
avr.rules
#-*-Makefile-*- vim:syntax=make
#$Id: avr.rules,v 1.8 2005/01/20 20:02:13 jwhui Exp $
define AVR_HELP
AVR extras:
debug : compile with minimal optimization and debug symbols
debugopt : co
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.cc
/*
* Simulator of microcontrollers (avr.cc)
*
* Copyright (C) 1999,99 Drotos Daniel, Talker Bt.
*
* To contact author send email to drdani@mazsola.iit.uni-miskolc.hu
*
*/
/* This file is part