avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] [patch #4697] Add support for ATtiny24, Attiny44 and Atti


From: Anatoly Sokolov
Subject: [avr-libc-dev] [patch #4697] Add support for ATtiny24, Attiny44 and Attiny84
Date: Mon, 2 Jan 2006 15:40:26 +0300
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; MRA 4.1 (build 00975); .NET CLR 1.0.3705; .NET CLR 1.1.4322)

Follow-up Comment #2, patch #4697 (project avr-libc):

Only the comment in Joerg path mention about MOVW instruction in new ATtiny
devices. Gcc now do not use MOVW instruction for these devices. Need add new
arhitecture ('avr25') in gcc toolchain to get optimization for these devices.



There is other mistake in this path:

+%{mmcu=attiny24:crttn24.o%s} \
+%{mmcu=attiny44:crttn44.o%s} \
+%{mmcu=attiny85:crttn84.o%s} \

Last line should be:
+%{mmcu=attiny84:crttn84.o%s} \

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=4697>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]