Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-06-26 06:56:57 -06:00
parent 5a4bb1714d
commit 003bacdf91

View File

@ -10617,3 +10617,8 @@
(2015-06-22). (2015-06-22).
* SAM3/4: Add a TWI driver for the SAM4CM. From Max Neklyudov * SAM3/4: Add a TWI driver for the SAM4CM. From Max Neklyudov
(2015-06-22). (2015-06-22).
* SAMV7 Xplained: In clock configuration, divider was set to 25 to get
25*12MHz=300MHz CPU clock. The correct multiplier is 24 becaue the
calculatin if (24+1)*12MHz. So the board was running at 312MHz.
From Efim Monjak (2015-06-26).