[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-libc-dev] document supported devices
From: |
Joerg Wunsch |
Subject: |
Re: [avr-libc-dev] document supported devices |
Date: |
Tue, 3 Sep 2002 12:32:21 +0200 |
User-agent: |
Mutt/1.2.5i |
As Theodore A. Roth wrote:
> * doc/api/main_page.dox: Add list of supported devices.
Great!
> Please look it over and let me know if I missed something. This is
> based on the assumption that if and only if there is a io*.h for a
> device, then it is supported.
Basically yes. ;-) How would you write code for a device you don't
have defintions for?
Anyway, when using a wrong MCU name, gcc tells you which MCUs it knows
about:
address@hidden 905% avr-gcc -mmcu=foo -c foo.c
unknown MCU `foo' specified
Known MCU names:
avr2
at90s2313
at90s2323
at90s2333
at90s2343
attiny22
attiny26
at90s4414
at90s4433
at90s4434
at90s8515
at90c8534
at90s8535
at86rf401
avr3
atmega103
atmega603
at43usb320
at43usb355
at76c711
avr4
atmega8
atmega8515
atmega8535
avr5
atmega16
atmega161
atmega162
atmega163
atmega169
atmega32
atmega323
atmega64
atmega128
at94k
avr1
at90s1200
attiny11
attiny12
attiny15
attiny28
foo.c:1: error: MCU `foo' supported for assembler only
--
J"org Wunsch Unix support engineer
address@hidden http://www.interface-systems.de/~j/