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

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

[avr-libc-commit] [2249] Fall back to the historic delay algorithm when


From: Joerg Wunsch
Subject: [avr-libc-commit] [2249] Fall back to the historic delay algorithm when compiling within a
Date: Wed, 14 Sep 2011 08:13:39 +0000

Revision: 2249
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2249
Author:   joerg_wunsch
Date:     2011-09-14 08:13:38 +0000 (Wed, 14 Sep 2011)
Log Message:
-----------
Fall back to the historic delay algorithm when compiling within a
freestanding environment.

Modified Paths:
--------------
    trunk/avr-libc/ChangeLog
    trunk/avr-libc/NEWS

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2011-05-23 19:54:32 UTC (rev 2248)
+++ trunk/avr-libc/ChangeLog    2011-09-14 08:13:38 UTC (rev 2249)
@@ -1,3 +1,8 @@
+2011-09-14  Joerg Wunsch <address@hidden>
+
+       * util/delay.h: Fall back to the historic algorithm when
+       compiling within a freestanding environment.
+
 2011-05-23  Joerg Wunsch <address@hidden>
 
        Reported by Heike C. Zimmerer:

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2011-05-23 19:54:32 UTC (rev 2248)
+++ trunk/avr-libc/NEWS 2011-09-14 08:13:38 UTC (rev 2249)
@@ -16,6 +16,7 @@
   [#33238] Wrong _VECTORS_SIZE for mega8U2 et al
   [no-id]  New names for CLKSTA/CLKSEL0/1 for AT90USB82/162
   system when power_all_disable() is used
+  [no-id]  util/delay.h would not compile with -ffreestanding
 
 * New devices supported:
 




reply via email to

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