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

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

Re: [avr-libc-dev] OPTIMIZE_SPEED for avr5?


From: Dmitry K.
Subject: Re: [avr-libc-dev] OPTIMIZE_SPEED for avr5?
Date: Wed, 7 Mar 2007 14:43:05 +1000
User-agent: KMail/1.5

Hi.

Very attractive method consists in that to configure
and build a library file individually on each project
(exactly for each AVR chip in project). Alongside with
an opportunity to operate optimization it will give
still a number of new opportunities:
  - byte-wide address operations for chips with RAM 128
  bytes,
  - possibility to use global register variables (asm
  avr-libc modules are not use all of registers, this
  must be stated and documented),
  - conviniency to archive a project.

Dmitry.





reply via email to

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