代码搜索结果
找到约 27,597 项符合
AVR 的代码
makefile
MCU = -mmcu=at90s2313
CC = avr-gcc
CFLAGS = $(MCU) -Wall -W -Wstrict-prototypes # --save-temps -v
#CFLAGS += -O3
#CFLAGS += -O2
CFLAGS += -Os
CFLAGS += -mtiny-stack -mcall-prologues
#CFLAGS +=
makefile
AS = avr-gcc -x assembler-with-cpp
LD = avr-gcc -mmcu=at90s2343
CC = avr-gcc
FULLCC = gcc
OBJCOPY= avr-objcopy
CFLAGS = -c -Os -Wall -I/usr/local/avr/include -I. -mmcu=at90s2343
#use for
avr.c
/* Subroutines for insn-output.c for ATMEL AVR micro controllers
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005
Free Software Foundation, Inc.
Contributed by Denis Chertykov (denisc@o
t-rtems
# Multilibs for avr RTEMS targets.
# ATM, this is just a stub
avr.opt
; Options for the ATMEL AVR port of the compiler.
; Copyright (C) 2005 Free Software Foundation, Inc.
;
; This file is part of GCC.
;
; GCC is free software; you can redistribute it and/or modify it
avr.md
;; -*- Mode: Scheme -*-
;; Machine description for GNU compiler,
;; for ATMEL AVR micro controllers.
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005
;; Free Software Foundation, Inc.
avr-protos.h
/* Prototypes for exported functions defined in avr.c
Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
Contributed by Denis Chertykov (denisc@overta.ru)
This fil
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, 2003, 2004, 2005
Free
user_code.map
Archive member included because of file (symbol)
C:\WinAVR\bin\..\lib\gcc-lib\avr\3.3.1\avr4\libgcc.a(_copy_data.o)
user_code.o (__do_copy_data)
C:\WinAVR\bin\..\lib
avr.h
/* Opcode table for the Atmel AVR micro controllers.
Copyright 2000 Free Software Foundation, Inc.
Contributed by Denis Chertykov
This program is free software; you ca