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

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

[avr-libc-commit] [2202] 2010-12-16 Eric B.


From: Eric Weddington
Subject: [avr-libc-commit] [2202] 2010-12-16 Eric B.
Date: Thu, 16 Dec 2010 23:11:38 +0000

Revision: 2202
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2202
Author:   arcanum
Date:     2010-12-16 23:11:37 +0000 (Thu, 16 Dec 2010)
Log Message:
-----------
2010-12-16  Eric B. Weddington  <address@hidden>

    Fix for bug #31270.
    * doc/examples/twitest/twitest.dox: Fix stale document link.
    * NEWS: Add to fixed bug list.

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

Modified Paths:
--------------
    trunk/avr-libc/ChangeLog
    trunk/avr-libc/NEWS
    trunk/avr-libc/doc/examples/twitest/twitest.dox

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2010-12-16 23:04:28 UTC (rev 2201)
+++ trunk/avr-libc/ChangeLog    2010-12-16 23:11:37 UTC (rev 2202)
@@ -1,5 +1,11 @@
 2010-12-16  Eric B. Weddington  <address@hidden>
 
+    Fix for bug #31270.
+    * doc/examples/twitest/twitest.dox: Fix stale document link.
+    * NEWS: Add to fixed bug list.
+
+2010-12-16  Eric B. Weddington  <address@hidden>
+
     Fix for bug #29235.
     * include/avr/power.h: Rearrange commas to be -pedantic safe.
     * NEWS: Add to fixed bug list.

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2010-12-16 23:04:28 UTC (rev 2201)
+++ trunk/avr-libc/NEWS 2010-12-16 23:11:37 UTC (rev 2202)
@@ -7,6 +7,7 @@
   [Atmel: #12536] Remove CALCTRL in xmega header files.
   [#29235] power.h - warning: comma at end of enumerator list
   [#30783] Missing prototype in power.h
+  [#31270] Stale link to Philips (now NXP) I2C specification/users manual
 
 * New devices supported:
 

Modified: trunk/avr-libc/doc/examples/twitest/twitest.dox
===================================================================
--- trunk/avr-libc/doc/examples/twitest/twitest.dox     2010-12-16 23:04:28 UTC 
(rev 2201)
+++ trunk/avr-libc/doc/examples/twitest/twitest.dox     2010-12-16 23:11:37 UTC 
(rev 2202)
@@ -33,9 +33,9 @@
 is essentially the same called I2C by Philips, but that term is
 avoided in Atmel's documentation due to patenting issues.
 
-For the original Philips documentation, see
+For further documentation, see:
 
-http://www.semiconductors.philips.com/buses/i2c/index.html
+http://www.nxp.com/documents/user_manual/UM10204.pdf
 
 \section twi_demo_intro Introduction into TWI
 




reply via email to

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