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

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

[avr-libc-commit] [2384] Submitted by W.


From: Joerg Wunsch
Subject: [avr-libc-commit] [2384] Submitted by W.
Date: Fri, 03 May 2013 12:39:24 +0000

Revision: 2384
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2384
Author:   joerg_wunsch
Date:     2013-05-03 12:38:46 +0000 (Fri, 03 May 2013)
Log Message:
-----------
Submitted by W. Trevor King:
patch #7826 Add ATMega32u4 support to the led-blinking demo

Ticket Links:
------------
    http://savannah.gnu.org/patch/?7826

Modified Paths:
--------------
    trunk/avr-libc/ChangeLog
    trunk/avr-libc/NEWS
    trunk/avr-libc/doc/examples/demo/Makefile
    trunk/avr-libc/doc/examples/demo/iocompat.h

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2013-05-03 09:48:39 UTC (rev 2383)
+++ trunk/avr-libc/ChangeLog    2013-05-03 12:38:46 UTC (rev 2384)
@@ -1,5 +1,12 @@
 2013-05-03 Joerg Wunsch <address@hidden>
 
+       Submitted by W. Trevor King:
+       patch #7826 Add ATMega32u4 support to the led-blinking demo
+       * doc/examples/demo/iocompat.h: Add ATmega32U4
+       * doc/examples/demo/Makefile: (Dito.)
+
+2013-05-03 Joerg Wunsch <address@hidden>
+
        Submitted by Stefan Kristiansson:
        patch #7910 Add missing PCINT2_vect to iotn40.h and update
        all the following vector numbers

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2013-05-03 09:48:39 UTC (rev 2383)
+++ trunk/avr-libc/NEWS 2013-05-03 12:38:46 UTC (rev 2384)
@@ -20,6 +20,7 @@
 * Contributed Patches:
 
   [#3729] Printf for integers speed up
+  [#7826] Add ATMega32u4 support to the led-blinking demo
   [#7909] Adding __volatile__ to __asm__ within pgmspace header
   [#7910] Add missing PCINT2_vect to iotn40.h and update all the
           following vector numbers

Modified: trunk/avr-libc/doc/examples/demo/Makefile
===================================================================
--- trunk/avr-libc/doc/examples/demo/Makefile   2013-05-03 09:48:39 UTC (rev 
2383)
+++ trunk/avr-libc/doc/examples/demo/Makefile   2013-05-03 12:38:46 UTC (rev 
2384)
@@ -27,6 +27,7 @@
 #MCU_TARGET     = atmega3250
 #MCU_TARGET     = atmega329
 #MCU_TARGET     = atmega3290
+#MCU_TARGET     = atmega32u4
 #MCU_TARGET     = atmega48
 #MCU_TARGET     = atmega64
 #MCU_TARGET     = atmega640

Modified: trunk/avr-libc/doc/examples/demo/iocompat.h
===================================================================
--- trunk/avr-libc/doc/examples/demo/iocompat.h 2013-05-03 09:48:39 UTC (rev 
2383)
+++ trunk/avr-libc/doc/examples/demo/iocompat.h 2013-05-03 12:38:46 UTC (rev 
2384)
@@ -121,7 +121,8 @@
       defined(__AVR_ATmega649__) || defined(__AVR_ATmega6490__) || \
       defined(__AVR_ATmega640__) || \
       defined(__AVR_ATmega1280__) || defined(__AVR_ATmega1281__) || \
-      defined(__AVR_ATmega2560__) || defined(__AVR_ATmega2561__)
+      defined(__AVR_ATmega2560__) || defined(__AVR_ATmega2561__) || \
+      defined(__AVR_ATmega32U4__)
 #  define OC1 PB5
 #  define DDROC DDRB
 #  define OCR OCR1A




reply via email to

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