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

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

[avr-libc-commit] [2132] Submitted by Don Kinzer:


From: Joerg Wunsch
Subject: [avr-libc-commit] [2132] Submitted by Don Kinzer:
Date: Tue, 08 Jun 2010 08:45:57 +0000

Revision: 2132
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2132
Author:   joerg_wunsch
Date:     2010-06-08 08:45:56 +0000 (Tue, 08 Jun 2010)
Log Message:
-----------
Submitted by Don Kinzer:
bug #29950: ATtiny167 SPM_PAGESIZE Discrepancy
* include/avr/iotn167.h: Bump SPM_PAGESIZE.

Ticket Links:
:-----------
    http://savannah.gnu.org/bugs/?29950

Modified Paths:
--------------
    trunk/avr-libc/ChangeLog
    trunk/avr-libc/NEWS
    trunk/avr-libc/include/avr/iotn167.h

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2010-06-07 18:09:17 UTC (rev 2131)
+++ trunk/avr-libc/ChangeLog    2010-06-08 08:45:56 UTC (rev 2132)
@@ -1,3 +1,9 @@
+2010-06-08  Joerg Wunsch <address@hidden>
+
+       Submitted by Don Kinzer:
+       bug #29950: ATtiny167 SPM_PAGESIZE Discrepancy
+       * include/avr/iotn167.h: Bump SPM_PAGESIZE.
+
 2010-06-07  Joerg Wunsch <address@hidden>
 
        bug #27235, malloc: Several things go wrong

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2010-06-07 18:09:17 UTC (rev 2131)
+++ trunk/avr-libc/NEWS 2010-06-08 08:45:56 UTC (rev 2132)
@@ -116,9 +116,9 @@
   [#28627] power.h ATMEGA32U2 clock_prescale_set() not available
   [#28901] Xmega header files with missing definitions for GPIO_t and CPU_t
   [#28574] Xmega D ADC struct missing registers
+  [#29950] ATtiny167 SPM_PAGESIZE Discrepancy
 
 
-
 * Other changes:
 
   - Added 'avr35' architecture. Now 'MOVW' and 'LPM Rx, Z[+]' instructions

Modified: trunk/avr-libc/include/avr/iotn167.h
===================================================================
--- trunk/avr-libc/include/avr/iotn167.h        2010-06-07 18:09:17 UTC (rev 
2131)
+++ trunk/avr-libc/include/avr/iotn167.h        2010-06-08 08:45:56 UTC (rev 
2132)
@@ -774,7 +774,7 @@
 
 
 /* Constants */
-#define SPM_PAGESIZE (64)
+#define SPM_PAGESIZE (128)
 #define RAMSTART     (0x100)
 #define RAMSIZE      (0x1FF)
 #define RAMEND       (RAMSTART + RAMSIZE - 1)  /* Last On-Chip SRAM Location */




reply via email to

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